From dbedcda7747a3cf2384c79bb9d0a50c25158a1ce Mon Sep 17 00:00:00 2001 From: Jedr Blaszyk Date: Mon, 30 Mar 2026 11:44:49 -0700 Subject: [PATCH] feat: add Polish and German translations (100% coverage) Add pl.json and de.json locale files with all 610 keys translated. Terminology verified against official Microsoft Word PL/DE UI via Microsoft Language Portal and support.microsoft.com documentation. Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/react/i18n/de.json | 745 ++++++++++++++++++++++++++++++++++++ packages/react/i18n/pl.json | 745 ++++++++++++++++++++++++++++++++++++ 2 files changed, 1490 insertions(+) create mode 100644 packages/react/i18n/de.json create mode 100644 packages/react/i18n/pl.json diff --git a/packages/react/i18n/de.json b/packages/react/i18n/de.json new file mode 100644 index 00000000..625b13ac --- /dev/null +++ b/packages/react/i18n/de.json @@ -0,0 +1,745 @@ +{ + "_lang": "de", + "common": { + "cancel": "Abbrechen", + "insert": "Einfügen", + "apply": "Übernehmen", + "close": "Schließen", + "delete": "Löschen", + "update": "Aktualisieren", + "save": "Speichern", + "retry": "Erneut versuchen", + "send": "Senden", + "edit": "Bearbeiten", + "comment": "Kommentar", + "reply": "Antworten", + "accept": "Annehmen", + "reject": "Ablehnen", + "dismiss": "Verwerfen", + "change": "Ändern", + "px": "px", + "closeDialog": "Dialogfeld schließen" + }, + "toolbar": { + "ariaLabel": "Formatierungssymbolleiste", + "file": "Datei", + "format": "Format", + "insert": "Einfügen", + "print": "Drucken", + "printShortcut": "Strg+P", + "pageSetup": "Seite einrichten", + "leftToRight": "Text von links nach rechts", + "rightToLeft": "Text von rechts nach links", + "image": "Grafik", + "table": "Tabelle", + "pageBreak": "Seitenumbruch", + "tableOfContents": "Inhaltsverzeichnis", + "symbol": "Symbol" + }, + "formattingBar": { + "groups": { + "history": "Verlauf", + "zoom": "Zoom", + "styles": "Formatvorlagen", + "font": "Schriftart", + "textFormatting": "Textformatierung", + "script": "Hoch-/Tiefgestellt", + "alignment": "Ausrichtung", + "listFormatting": "Listenformatierung", + "image": "Grafik", + "table": "Tabelle" + }, + "undo": "Rückgängig", + "undoShortcut": "Rückgängig (Strg+Z)", + "redo": "Wiederholen", + "redoShortcut": "Wiederholen (Strg+Y)", + "bold": "Fett", + "boldShortcut": "Fett (Strg+B)", + "italic": "Kursiv", + "italicShortcut": "Kursiv (Strg+I)", + "underline": "Unterstrichen", + "underlineShortcut": "Unterstrichen (Strg+U)", + "strikethrough": "Durchgestrichen", + "fontColor": "Schriftfarbe", + "highlightColor": "Texthervorhebungsfarbe", + "insertLink": "Link einfügen", + "insertLinkShortcut": "Link einfügen (Strg+K)", + "superscript": "Hochgestellt", + "superscriptShortcut": "Hochgestellt (Strg+Umschalt+=)", + "subscript": "Tiefgestellt", + "subscriptShortcut": "Tiefgestellt (Strg+=)", + "imageProperties": "Bildeigenschaften", + "imagePropertiesShortcut": "Bildeigenschaften (Alternativtext, Rahmen)...", + "clearFormatting": "Formatierung löschen" + }, + "alignment": { + "alignLeft": "Linksbündig", + "alignLeftShortcut": "Strg+L", + "center": "Zentriert", + "centerShortcut": "Strg+E", + "alignRight": "Rechtsbündig", + "alignRightShortcut": "Strg+R", + "justify": "Blocksatz", + "justifyShortcut": "Strg+J" + }, + "lists": { + "ariaLabel": "Listenformatierung", + "typeAriaLabel": "Listentyp", + "indentationAriaLabel": "Listeneinzug", + "bulletList": "Aufzählungszeichen", + "numberedList": "Nummerierung", + "decreaseIndent": "Einzug verkleinern", + "increaseIndent": "Einzug vergrößern" + }, + "lineSpacing": { + "single": "Einfach", + "double": "Doppelt", + "lineSpacingTitle": "Zeilenabstand: {label}", + "paragraphSpacing": "Absatzabstand" + }, + "styles": { + "selectAriaLabel": "Absatzformatvorlage auswählen", + "normalText": "Standard", + "title": "Titel", + "subtitle": "Untertitel", + "heading1": "Überschrift 1", + "heading2": "Überschrift 2", + "heading3": "Überschrift 3" + }, + "font": { + "selectAriaLabel": "Schriftart auswählen", + "sansSerif": "Sans Serif", + "serif": "Serif", + "monospace": "Monospace" + }, + "fontSize": { + "decrease": "Schriftgrad verkleinern", + "increase": "Schriftgrad vergrößern", + "label": "Schriftgrad", + "listLabel": "Schriftgrade" + }, + "zoom": { + "ariaLabel": "Zoom: {label}" + }, + "colorPicker": { + "ariaLabel": "Farbauswahl — {type}", + "highlightColors": "Hervorhebungsfarben", + "customColor": "Benutzerdefinierte Farbe", + "noColor": "Keine Farbe", + "automatic": "Automatisch", + "themeColors": "Designfarben", + "standardColors": "Standardfarben", + "colors": { + "black": "Schwarz", + "darkRed": "Dunkelrot", + "red": "Rot", + "orange": "Orange", + "yellow": "Gelb", + "darkYellow": "Dunkelgelb", + "green": "Grün", + "darkGreen": "Dunkelgrün", + "teal": "Blaugrün", + "darkTeal": "Dunkelblaugrün", + "blue": "Blau", + "darkBlue": "Dunkelblau", + "purple": "Lila", + "darkPurple": "Dunkellila", + "brown": "Braun", + "grey50": "Grau 50%", + "grey25": "Grau 25%", + "grey10": "Grau 10%", + "white": "Weiß", + "lightRed": "Hellrot", + "lightOrange": "Hellorange", + "lightYellow": "Hellgelb", + "lightGreen": "Hellgrün", + "lightBlue": "Hellblau", + "lightPurple": "Helllila", + "pink": "Rosa", + "rose": "Rosé", + "gold": "Gold", + "aqua": "Aquamarin", + "lavender": "Lavendel", + "silver": "Silber", + "darkOrange": "Dunkelorange", + "darkGray": "Dunkelgrau", + "gray": "Grau", + "cyan": "Cyan", + "magenta": "Magenta", + "paleGreen": "Blassgrün", + "lightCyan": "Hellcyan", + "skyBlue": "Himmelblau", + "lightBlue2": "Hellblau 2", + "lightMagenta": "Hell-Magenta", + "brightGreen": "Hellgrün", + "violet": "Violett" + } + }, + "dialogs": { + "findReplace": { + "titleFind": "Suchen", + "titleFindReplace": "Suchen und Ersetzen", + "findLabel": "Suchen nach:", + "findPlaceholder": "Text zum Suchen eingeben...", + "findAriaLabel": "Text suchen", + "findPrevious": "Vorheriges suchen", + "findPreviousTitle": "Vorheriges suchen (Umschalt+Eingabe)", + "findNext": "Nächstes suchen", + "findNextTitle": "Nächstes suchen (Eingabe)", + "matchCount": "{current} von {total} Treffern", + "noResults": "Keine Ergebnisse gefunden", + "replaceLabel": "Ersetzen durch:", + "replacePlaceholder": "Ersetzungstext eingeben...", + "replaceAriaLabel": "Ersetzungstext", + "replaceButton": "Ersetzen", + "replaceCurrentTitle": "Aktuellen Treffer ersetzen", + "replaceAllButton": "Alle ersetzen", + "replaceAllTitle": "Alle Treffer ersetzen", + "matchCase": "Groß-/Kleinschreibung beachten", + "wholeWords": "Nur ganzes Wort suchen", + "toggleReplace": "+ Ersetzen" + }, + "hyperlink": { + "titleEdit": "Hyperlink bearbeiten", + "titleInsert": "Hyperlink einfügen", + "tabWebAddress": "Webadresse", + "tabBookmark": "Textmarke", + "urlLabel": "URL", + "urlPlaceholder": "https://example.com", + "urlHint": "Webadresse, E-Mail (mailto:) oder Telefon (tel:) eingeben", + "bookmarkLabel": "Textmarke", + "bookmarkPlaceholder": "Textmarke auswählen...", + "displayTextLabel": "Anzuzeigender Text", + "displayTextPlaceholder": "Anzuzeigender Text (optional)", + "displayTextHint": "Leer lassen, um den markierten Text zu verwenden", + "tooltipLabel": "QuickInfo (optional)", + "tooltipPlaceholder": "Text, der beim Zeigen angezeigt wird", + "removeLink": "Link entfernen", + "invalidUrl": "Bitte eine gültige URL eingeben", + "urlRequired": "URL ist erforderlich" + }, + "insertTable": { + "title": "Tabelle einfügen", + "hoverToSelect": "Zeigen, um Größe auszuwählen", + "tableSize": "Tabelle {cols} x {rows}", + "orSpecifySize": "oder Größe angeben", + "rowsLabel": "Zeilen:", + "columnsLabel": "Spalten:", + "insertButton": "Tabelle einfügen", + "sizeSelector": "Tabellengröße auswählen" + }, + "insertImage": { + "title": "Grafik einfügen", + "uploadAriaLabel": "Klicken oder ziehen, um ein Bild hochzuladen", + "uploadText": "Klicken Sie, um ein Bild auszuwählen, oder ziehen Sie es hierher", + "uploadSubtext": "PNG, JPG, GIF bis zu 10 MB", + "dimensions": "Abmessungen", + "widthLabel": "Breite:", + "heightLabel": "Höhe:", + "aspectRatioLocked": "Seitenverhältnis gesperrt", + "aspectRatioUnlocked": "Seitenverhältnis entsperrt", + "altTextLabel": "Alternativtext (optional)", + "altTextPlaceholder": "Beschreiben Sie das Bild für Barrierefreiheit", + "insertButton": "Grafik einfügen", + "invalidFile": "Bitte eine gültige Bilddatei auswählen", + "fileTooLarge": "Bilddatei ist zu groß (max. 10 MB)", + "readFailed": "Bilddatei konnte nicht gelesen werden", + "loadFailed": "Bild konnte nicht geladen werden", + "preview": "Vorschau" + }, + "insertSymbol": { + "title": "Symbol einfügen", + "searchPlaceholder": "Symbole suchen (Zeichen oder Unicode)...", + "noResults": "Keine Symbole für \"{query}\" gefunden", + "decimal": "Dezimal: {value}", + "categories": { + "common": "Häufig verwendet", + "arrows": "Pfeile", + "math": "Mathematisch", + "greek": "Griechisch", + "shapes": "Formen", + "punctuation": "Satzzeichen", + "currency": "Währungen", + "music": "Musik", + "emoji": "Emoji" + } + }, + "imageProperties": { + "title": "Bildeigenschaften", + "altText": "Alternativtext", + "altTextPlaceholder": "Beschreiben Sie dieses Bild für Barrierefreiheit...", + "border": "Rahmen", + "width": "Breite", + "style": "Stil", + "color": "Farbe", + "preview": "Vorschau", + "borderStyles": { + "solid": "Durchgezogen", + "dashed": "Gestrichelt", + "dotted": "Gepunktet", + "double": "Doppelt", + "groove": "Rille", + "ridge": "Steg", + "inset": "Eingelassen", + "outset": "Erhaben" + } + }, + "imagePosition": { + "title": "Bildposition", + "horizontal": "Horizontal", + "vertical": "Vertikal", + "position": "Position", + "alignment": "Ausrichtung", + "offset": "Versatz", + "offsetPx": "Versatz (px)", + "align": "Ausrichten", + "relativeTo": "Relativ zu", + "alignOptions": { + "left": "Links", + "center": "Zentriert", + "right": "Rechts", + "top": "Oben", + "bottom": "Unten" + }, + "relativeOptions": { + "page": "Seite", + "column": "Spalte", + "margin": "Seitenrand", + "character": "Zeichen", + "paragraph": "Absatz", + "line": "Zeile" + } + }, + "pageSetup": { + "title": "Seite einrichten", + "pageSize": "PAPIERFORMAT", + "sizeLabel": "Format", + "custom": "Benutzerdefiniert", + "orientation": "Ausrichtung", + "portrait": "Hochformat", + "landscape": "Querformat", + "margins": "SEITENRÄNDER", + "top": "Oben", + "bottom": "Unten", + "left": "Links", + "right": "Rechts", + "pageSizes": { + "letter": "Letter (8,5\" × 11\")", + "a4": "A4 (8,27\" × 11,69\")", + "legal": "Legal (8,5\" × 14\")", + "a3": "A3 (11,69\" × 16,54\")", + "a5": "A5 (5,83\" × 8,27\")", + "b5": "B5 (6,93\" × 9,84\")", + "executive": "Executive (7,25\" × 10,5\")" + } + }, + "tableProperties": { + "title": "Tabelleneigenschaften", + "widthType": "Breitentyp", + "widthLabel": "Breite", + "alignmentLabel": "Ausrichtung", + "widthTypes": { + "auto": "Automatisch", + "fixed": "Fest (Twips)", + "percentage": "Prozent" + }, + "units": { + "fiftiethsPercent": "(Fünfzigstel %)", + "twips": "tw" + }, + "alignOptions": { + "left": "Links", + "center": "Zentriert", + "right": "Rechts" + } + }, + "pasteSpecial": { + "title": "Inhalte einfügen", + "keepFormatting": "Ursprüngliche Formatierung beibehalten", + "keepFormattingDescription": "Mit Originalformatierung einfügen", + "keepFormattingShortcut": "Strg+V", + "plainText": "Als unformatierten Text einfügen", + "plainTextDescription": "Ohne Formatierung einfügen", + "plainTextShortcut": "Strg+Umschalt+V", + "readingClipboard": "Zwischenablage wird gelesen...", + "preview": "Vorschau:", + "noContent": "Kein Inhalt zum Einfügen verfügbar", + "clipboardError": "Zwischenablage konnte nicht gelesen werden. Verwenden Sie Strg+V zum Einfügen." + }, + "footnoteProperties": { + "title": "Fuß- und Endnoteneinstellungen", + "footnotes": "Fußnoten", + "endnotes": "Endnoten", + "position": "Position", + "numberFormat": "Zahlenformat", + "startAt": "Beginnen bei", + "numbering": "Nummerierung", + "footnotePositions": { + "bottomOfPage": "Seitenende", + "belowText": "Unter dem Text" + }, + "endnotePositions": { + "endOfDocument": "Dokumentende", + "endOfSection": "Abschnittsende" + }, + "numberingOptions": { + "continuous": "Fortlaufend", + "restartSection": "In jedem Abschnitt neu beginnen", + "restartPage": "Auf jeder Seite neu beginnen" + }, + "formats": { + "decimal": "1, 2, 3, ...", + "lowerRoman": "i, ii, iii, ...", + "upperRoman": "I, II, III, ...", + "lowerAlpha": "a, b, c, ...", + "upperAlpha": "A, B, C, ...", + "symbols": "*, †, ‡, ..." + } + }, + "keyboardShortcuts": { + "ariaLabel": "Tastenkombinationen", + "searchPlaceholder": "Tastenkombinationen suchen...", + "categories": { + "editing": "Bearbeitung", + "formatting": "Formatierung", + "navigation": "Navigation", + "clipboard": "Zwischenablage", + "selection": "Markierung", + "view": "Ansicht", + "file": "Datei", + "other": "Sonstiges" + }, + "shortcuts": { + "save": "Speichern", + "saveDescription": "Dokument speichern", + "print": "Drucken", + "printDescription": "Dokument drucken", + "undo": "Rückgängig", + "undoDescription": "Letzte Aktion rückgängig machen", + "redo": "Wiederholen", + "redoDescription": "Letzte Aktion wiederholen", + "delete": "Löschen", + "deleteDescription": "Markierten Text löschen", + "find": "Suchen", + "findDescription": "Text im Dokument suchen", + "findReplace": "Suchen und Ersetzen", + "findReplaceDescription": "Text suchen und ersetzen", + "cut": "Ausschneiden", + "cutDescription": "Markierten Text ausschneiden", + "copy": "Kopieren", + "copyDescription": "Markierten Text kopieren", + "paste": "Einfügen", + "pasteDescription": "Aus Zwischenablage einfügen", + "pastePlainText": "Als unformatierten Text einfügen", + "pastePlainTextDescription": "Ohne Formatierung einfügen", + "bold": "Fett", + "boldDescription": "Fettformatierung umschalten", + "italic": "Kursiv", + "italicDescription": "Kursivformatierung umschalten", + "underline": "Unterstrichen", + "underlineDescription": "Unterstreichung umschalten", + "strikethrough": "Durchgestrichen", + "strikethroughDescription": "Durchstreichung umschalten", + "subscript": "Tiefgestellt", + "subscriptDescription": "Tiefstellung umschalten", + "superscript": "Hochgestellt", + "superscriptDescription": "Hochstellung umschalten", + "alignLeft": "Linksbündig", + "alignLeftDescription": "Absatz links ausrichten", + "alignCenter": "Zentriert", + "alignCenterDescription": "Absatz zentrieren", + "alignRight": "Rechtsbündig", + "alignRightDescription": "Absatz rechts ausrichten", + "justify": "Blocksatz", + "justifyDescription": "Absatz als Blocksatz ausrichten", + "increaseIndent": "Einzug vergrößern", + "increaseIndentDescription": "Absatzeinzug vergrößern", + "decreaseIndent": "Einzug verkleinern", + "decreaseIndentDescription": "Absatzeinzug verkleinern", + "selectAll": "Alles markieren", + "selectAllDescription": "Gesamten Inhalt markieren", + "selectWord": "Wort markieren", + "selectWordDescription": "Aktuelles Wort markieren", + "selectParagraph": "Absatz markieren", + "selectParagraphDescription": "Aktuellen Absatz markieren", + "extendSelectionByWord": "Markierung wortweise erweitern", + "extendSelectionByWordDescription": "Markierung zum nächsten/vorherigen Wort erweitern", + "extendSelectionToLineEdge": "Markierung bis Zeilenende erweitern", + "extendSelectionToLineEdgeDescription": "Markierung bis Zeilenanfang/-ende erweitern", + "moveByWord": "Wortweise bewegen", + "moveByWordDescription": "Cursor zum nächsten/vorherigen Wort bewegen", + "moveToLineStart": "Zum Zeilenanfang", + "moveToLineStartDescription": "Cursor zum Zeilenanfang bewegen", + "moveToLineEnd": "Zum Zeilenende", + "moveToLineEndDescription": "Cursor zum Zeilenende bewegen", + "moveToDocumentStart": "Zum Dokumentanfang", + "moveToDocumentStartDescription": "Cursor zum Dokumentanfang bewegen", + "moveToDocumentEnd": "Zum Dokumentende", + "moveToDocumentEndDescription": "Cursor zum Dokumentende bewegen", + "pageUp": "Seite nach oben", + "pageUpDescription": "Eine Seite nach oben scrollen", + "pageDown": "Seite nach unten", + "pageDownDescription": "Eine Seite nach unten scrollen", + "zoomIn": "Vergrößern", + "zoomInDescription": "Zoomstufe erhöhen", + "zoomOut": "Verkleinern", + "zoomOutDescription": "Zoomstufe verringern", + "resetZoom": "Zoom zurücksetzen", + "resetZoomDescription": "Zoom auf 100 % zurücksetzen", + "keyboardShortcuts": "Tastenkombinationen", + "keyboardShortcutsDescription": "Dieses Hilfedialogfeld anzeigen" + }, + "noResults": "Keine Tastenkombinationen für \"{query}\" gefunden", + "pressEscToClose": "{key} drücken, um zu schließen", + "or": "oder" + } + }, + "comments": { + "resolved": "Aufgelöst", + "resolve": "Auflösen", + "reopen": "Erneut öffnen", + "moreOptions": "Weitere Optionen", + "unknown": "Unbekannt", + "addComment": "Kommentar hinzufügen...", + "replyPlaceholder": "Antworten oder andere mit @ erwähnen", + "replyCount": "{count, plural, one {# Antwort} other {# Antworten}}" + }, + "trackedChanges": { + "unknown": "Unbekannt", + "replaced": "Ersetzt", + "with": "durch", + "added": "Hinzugefügt", + "deleted": "Gelöscht" + }, + "contextMenu": { + "ariaLabel": "KI-Aktionsmenü", + "textMenuAriaLabel": "Textbearbeitungsmenü", + "customPromptPlaceholder": "Eigene Eingabeaufforderung eingeben...", + "cut": "Ausschneiden", + "cutShortcut": "Strg+X", + "copy": "Kopieren", + "copyShortcut": "Strg+C", + "paste": "Einfügen", + "pasteShortcut": "Strg+V", + "pastePlainText": "Als unformatierten Text einfügen", + "pastePlainTextShortcut": "Strg+Umschalt+V", + "delete": "Löschen", + "deleteShortcut": "Entf", + "selectAll": "Alles markieren", + "selectAllShortcut": "Strg+A", + "selected": "Markiert:", + "aiActions": { + "askAi": "KI fragen", + "rewrite": "Umschreiben", + "expand": "Erweitern", + "summarize": "Zusammenfassen", + "translate": "Übersetzen", + "explain": "Erklären", + "fixGrammar": "Grammatik korrigieren", + "makeFormal": "Formeller formulieren", + "makeCasual": "Lockerer formulieren", + "custom": "Benutzerdefiniert" + } + }, + "documentOutline": { + "ariaLabel": "Dokumentgliederung", + "closeAriaLabel": "Gliederung schließen", + "closeTitle": "Gliederung schließen", + "title": "Gliederung", + "noHeadings": "Keine Überschriften gefunden. Fügen Sie Ihrem Dokument Überschriften hinzu, um sie hier anzuzeigen." + }, + "sidebar": { + "ariaLabel": "Anmerkungsleiste" + }, + "titleBar": { + "untitled": "Unbenannt", + "documentNameAriaLabel": "Dokumentname", + "menuBarAriaLabel": "Menüleiste" + }, + "errors": { + "loadingDocument": "Dokument wird geladen...", + "noDocumentLoaded": "Kein Dokument geladen", + "failedToLoad": "Dokument konnte nicht geladen werden", + "unableToParse": "Dokument konnte nicht verarbeitet werden", + "somethingWentWrong": "Ein Fehler ist aufgetreten", + "errorDescription": "Beim Rendern dieser Komponente ist ein Fehler aufgetreten. Versuchen Sie es erneut oder wenden Sie sich an den Support, wenn das Problem weiterhin besteht.", + "errorLabel": "Fehler:", + "componentStack": "Komponentenstapel:", + "tryAgain": "Erneut versuchen", + "showDetails": "Details anzeigen", + "hideDetails": "Details ausblenden", + "unsavedChanges": "Sie haben nicht gespeicherte Änderungen. Möchten Sie die Seite wirklich verlassen?" + }, + "table": { + "insertRowAbove": "Zeile oberhalb einfügen", + "insertRowBelow": "Zeile unterhalb einfügen", + "insertColumnLeft": "Spalte links einfügen", + "insertColumnRight": "Spalte rechts einfügen", + "deleteRow": "Zeile löschen", + "deleteColumn": "Spalte löschen", + "deleteTable": "Tabelle löschen", + "mergeCells": "Zellen zusammenführen", + "splitCell": "Zelle teilen", + "editingTools": "Tabellenbearbeitungswerkzeuge", + "label": "Tabelle:", + "cellFillColor": "Zellenfüllfarbe", + "borderColor": "Rahmenfarbe", + "borderWidth": "Rahmenbreite", + "unknownAction": "Unbekannte Aktion", + "borders": { + "all": "Alle Rahmenlinien", + "outside": "Äußere Rahmenlinien", + "inside": "Innere Rahmenlinien", + "none": "Kein Rahmen", + "remove": "Rahmen entfernen", + "top": "Oberer Rahmen", + "bottom": "Unterer Rahmen", + "left": "Linker Rahmen", + "right": "Rechter Rahmen", + "styleAriaLabel": "Rahmenart", + "tooltip": "Rahmen" + }, + "moreOptions": "Weitere Tabellenoptionen", + "styles": { + "title": "Tabellenformatvorlagen", + "label": "Formatvorlagen", + "normalTable": "Normale Tabelle", + "tableGrid": "Tabellenraster", + "gridTableLight": "Rastertabelle hell", + "plainTable1": "Einfache Tabelle 1", + "plainTable2": "Einfache Tabelle 2", + "plainTable3": "Einfache Tabelle 3", + "plainTable4": "Einfache Tabelle 4", + "gridTable1Light": "Rastertabelle 1 hell", + "gridTable4Accent1": "Rastertabelle 4 Akzent 1", + "gridTable5Dark": "Rastertabelle 5 dunkel", + "listTable3Accent2": "Listentabelle 3 Akzent 2", + "listTable4Accent3": "Listentabelle 4 Akzent 3", + "gridTable4Accent5": "Rastertabelle 4 Akzent 5", + "gridTable4Accent6": "Rastertabelle 4 Akzent 6" + } + }, + "tableAdvanced": { + "verticalAlignment": "Vertikale Ausrichtung", + "top": "Oben", + "middle": "Mitte", + "bottom": "Unten", + "cellMargins": "Zellenränder", + "textDirection": "Textrichtung", + "textDirections": { + "horizontal": "Horizontal (LR)", + "verticalRL": "Vertikal (oben nach unten, RL)", + "verticalLR": "Vertikal (unten nach oben, LR)" + }, + "toggleNoWrap": "Textumbruch umschalten", + "rowHeight": "Zeilenhöhe", + "heightRules": { + "auto": "Automatisch", + "atLeast": "Mindestens", + "exact": "Genau" + }, + "rule": "Regel", + "height": "Höhe", + "toggleHeaderRow": "Überschriftenzeile umschalten", + "distributeColumns": "Spalten gleichmäßig verteilen", + "autoFit": "An Inhalt anpassen", + "tableProperties": "Tabelleneigenschaften...", + "tableAlignment": "Tabellenausrichtung", + "alignTableLeft": "Tabelle links ausrichten", + "alignTableCenter": "Tabelle zentrieren", + "alignTableRight": "Tabelle rechts ausrichten", + "tableOptionsMenu": "Tabellenoptionsmenü", + "tableOptions": "Tabellenoptionen" + }, + "imageTransform": { + "tooltip": "Transformieren", + "rotateClockwise": "Im Uhrzeigersinn drehen", + "rotateCounterClockwise": "Gegen den Uhrzeigersinn drehen", + "flipHorizontal": "Horizontal spiegeln", + "flipVertical": "Vertikal spiegeln" + }, + "imageWrap": { + "inline": "Mit Text in Zeile", + "floatLeft": "Links umfließen (Text rechts)", + "floatRight": "Rechts umfließen (Text links)", + "topAndBottom": "Oben und unten", + "behindText": "Hinter den Text", + "inFrontOfText": "Vor den Text", + "tooltipPrefix": "Textumbruch: {label}" + }, + "responsePreview": { + "loading": "{action}...", + "result": "Ergebnis — {action}", + "closeEsc": "Schließen (Esc)", + "editPrompt": "Ergebnis vor dem Übernehmen bearbeiten:", + "changes": "Änderungen:", + "original": "Original:", + "new": "Neu:", + "cancelEdit": "Bearbeitung abbrechen" + }, + "commentMarkers": { + "resolvedComment": "Aufgelöster Kommentar", + "comment": "Kommentar" + }, + "editor": { + "toggleCommentsSidebar": "Kommentarleiste umschalten", + "showDocumentOutline": "Dokumentgliederung anzeigen", + "editing": "Bearbeiten", + "editingDescription": "Dokument direkt bearbeiten", + "suggesting": "Vorschlagen", + "suggestingDescription": "Änderungen werden zu Vorschlägen", + "viewing": "Anzeigen", + "viewingDescription": "Schreibgeschützt, keine Bearbeitung", + "failedToParse": "Dokument konnte nicht verarbeitet werden", + "linkRemoved": "Link entfernt", + "linkCopied": "Link in Zwischenablage kopiert", + "failedToSave": "Dokument konnte nicht gespeichert werden" + }, + "hyperlinkPopup": { + "displayTextPlaceholder": "Anzuzeigender Text", + "urlPlaceholder": "https://example.com", + "copyLink": "Link kopieren", + "editLink": "Link bearbeiten", + "removeLink": "Link entfernen" + }, + "headerFooter": { + "header": "Kopfzeile", + "footer": "Fußzeile", + "options": "Optionen", + "insertPageNumber": "Aktuelle Seitenzahl einfügen", + "insertTotalPages": "Gesamtseitenzahl einfügen", + "remove": "{label} entfernen", + "closeEditing": "{label}-Bearbeitung schließen" + }, + "image": { + "placeholder": "Bildplatzhalter", + "placeholderText": "[Grafik]", + "editableAriaLabel": "Bearbeitbares Bild" + }, + "ruler": { + "horizontal": "Horizontales Lineal", + "vertical": "Vertikales Lineal", + "firstLineIndent": "Erstzeileneinzug", + "leftIndent": "Linker Einzug", + "rightIndent": "Rechter Einzug", + "topMargin": "Oberer Seitenrand", + "bottomMargin": "Unterer Seitenrand" + }, + "print": { + "label": "Drucken", + "allPages": "Alle ({totalPages} Seiten)", + "singlePage": "Seite {start}", + "pageRange": "Seiten {start}–{end}" + }, + "unsaved": { + "unsaved": "Nicht gespeichert", + "saved": "Gespeichert", + "unsavedTitle": "Dokument hat nicht gespeicherte Änderungen", + "savedTitle": "Alle Änderungen gespeichert", + "unsavedAriaLabel": "Nicht gespeicherte Änderungen", + "savedAriaLabel": "Alle Änderungen gespeichert" + }, + "loading": { + "label": "Wird geladen" + } +} diff --git a/packages/react/i18n/pl.json b/packages/react/i18n/pl.json new file mode 100644 index 00000000..11358033 --- /dev/null +++ b/packages/react/i18n/pl.json @@ -0,0 +1,745 @@ +{ + "_lang": "pl", + "common": { + "cancel": "Anuluj", + "insert": "Wstaw", + "apply": "Zastosuj", + "close": "Zamknij", + "delete": "Usuń", + "update": "Aktualizuj", + "save": "Zapisz", + "retry": "Ponów próbę", + "send": "Wyślij", + "edit": "Edytuj", + "comment": "Komentarz", + "reply": "Odpowiedz", + "accept": "Zaakceptuj", + "reject": "Odrzuć", + "dismiss": "Odrzuć", + "change": "Zmień", + "px": "px", + "closeDialog": "Zamknij okno dialogowe" + }, + "toolbar": { + "ariaLabel": "Pasek narzędzi formatowania", + "file": "Plik", + "format": "Formatowanie", + "insert": "Wstawianie", + "print": "Drukuj", + "printShortcut": "Ctrl+P", + "pageSetup": "Ustawienia strony", + "leftToRight": "Tekst od lewej do prawej", + "rightToLeft": "Tekst od prawej do lewej", + "image": "Obraz", + "table": "Tabela", + "pageBreak": "Podział strony", + "tableOfContents": "Spis treści", + "symbol": "Symbol" + }, + "formattingBar": { + "groups": { + "history": "Historia", + "zoom": "Powiększenie", + "styles": "Style", + "font": "Czcionka", + "textFormatting": "Formatowanie tekstu", + "script": "Indeks", + "alignment": "Wyrównanie", + "listFormatting": "Formatowanie listy", + "image": "Obraz", + "table": "Tabela" + }, + "undo": "Cofnij", + "undoShortcut": "Cofnij (Ctrl+Z)", + "redo": "Ponów", + "redoShortcut": "Ponów (Ctrl+Y)", + "bold": "Pogrubienie", + "boldShortcut": "Pogrubienie (Ctrl+B)", + "italic": "Kursywa", + "italicShortcut": "Kursywa (Ctrl+I)", + "underline": "Podkreślenie", + "underlineShortcut": "Podkreślenie (Ctrl+U)", + "strikethrough": "Przekreślenie", + "fontColor": "Kolor czcionki", + "highlightColor": "Kolor wyróżnienia tekstu", + "insertLink": "Wstaw link", + "insertLinkShortcut": "Wstaw link (Ctrl+K)", + "superscript": "Indeks górny", + "superscriptShortcut": "Indeks górny (Ctrl+Shift+=)", + "subscript": "Indeks dolny", + "subscriptShortcut": "Indeks dolny (Ctrl+=)", + "imageProperties": "Właściwości obrazu", + "imagePropertiesShortcut": "Właściwości obrazu (tekst alternatywny, obramowanie)...", + "clearFormatting": "Wyczyść formatowanie" + }, + "alignment": { + "alignLeft": "Wyrównaj do lewej", + "alignLeftShortcut": "Ctrl+L", + "center": "Wyśrodkuj", + "centerShortcut": "Ctrl+E", + "alignRight": "Wyrównaj do prawej", + "alignRightShortcut": "Ctrl+R", + "justify": "Wyjustuj", + "justifyShortcut": "Ctrl+J" + }, + "lists": { + "ariaLabel": "Formatowanie listy", + "typeAriaLabel": "Typ listy", + "indentationAriaLabel": "Wcięcie listy", + "bulletList": "Lista punktowana", + "numberedList": "Lista numerowana", + "decreaseIndent": "Zmniejsz wcięcie", + "increaseIndent": "Zwiększ wcięcie" + }, + "lineSpacing": { + "single": "Pojedyncza", + "double": "Podwójna", + "lineSpacingTitle": "Interlinia: {label}", + "paragraphSpacing": "Odstępy między akapitami" + }, + "styles": { + "selectAriaLabel": "Wybierz styl akapitu", + "normalText": "Normalny", + "title": "Tytuł", + "subtitle": "Podtytuł", + "heading1": "Nagłówek 1", + "heading2": "Nagłówek 2", + "heading3": "Nagłówek 3" + }, + "font": { + "selectAriaLabel": "Wybierz rodzinę czcionek", + "sansSerif": "Sans Serif", + "serif": "Serif", + "monospace": "Monospace" + }, + "fontSize": { + "decrease": "Zmniejsz rozmiar czcionki", + "increase": "Zwiększ rozmiar czcionki", + "label": "Rozmiar czcionki", + "listLabel": "Rozmiary czcionek" + }, + "zoom": { + "ariaLabel": "Powiększenie: {label}" + }, + "colorPicker": { + "ariaLabel": "Próbnik kolorów — {type}", + "highlightColors": "Kolory wyróżnienia", + "customColor": "Kolor niestandardowy", + "noColor": "Brak koloru", + "automatic": "Automatyczny", + "themeColors": "Kolory motywu", + "standardColors": "Kolory standardowe", + "colors": { + "black": "Czarny", + "darkRed": "Ciemnoczerwony", + "red": "Czerwony", + "orange": "Pomarańczowy", + "yellow": "Żółty", + "darkYellow": "Ciemnożółty", + "green": "Zielony", + "darkGreen": "Ciemnozielony", + "teal": "Morski", + "darkTeal": "Ciemnomorski", + "blue": "Niebieski", + "darkBlue": "Ciemnoniebieski", + "purple": "Purpurowy", + "darkPurple": "Ciemnopurpurowy", + "brown": "Brązowy", + "grey50": "Szary 50%", + "grey25": "Szary 25%", + "grey10": "Szary 10%", + "white": "Biały", + "lightRed": "Jasnoczerwony", + "lightOrange": "Jasnopomarańczowy", + "lightYellow": "Jasnożółty", + "lightGreen": "Jasnozielony", + "lightBlue": "Jasnoniebieski", + "lightPurple": "Jasnopurpurowy", + "pink": "Różowy", + "rose": "Różany", + "gold": "Złoty", + "aqua": "Akwamaryna", + "lavender": "Lawendowy", + "silver": "Srebrny", + "darkOrange": "Ciemnopomarańczowy", + "darkGray": "Ciemnoszary", + "gray": "Szary", + "cyan": "Cyjan", + "magenta": "Magenta", + "paleGreen": "Bladozielony", + "lightCyan": "Jasny cyjan", + "skyBlue": "Błękitny", + "lightBlue2": "Jasnoniebieski 2", + "lightMagenta": "Jasna magenta", + "brightGreen": "Jasnozielony", + "violet": "Fioletowy" + } + }, + "dialogs": { + "findReplace": { + "titleFind": "Znajdź", + "titleFindReplace": "Znajdź i zamień", + "findLabel": "Znajdź:", + "findPlaceholder": "Wprowadź tekst do wyszukania...", + "findAriaLabel": "Znajdź tekst", + "findPrevious": "Znajdź poprzedni", + "findPreviousTitle": "Znajdź poprzedni (Shift+Enter)", + "findNext": "Znajdź następny", + "findNextTitle": "Znajdź następny (Enter)", + "matchCount": "{current} z {total} wyników", + "noResults": "Nie znaleziono wyników", + "replaceLabel": "Zamień na:", + "replacePlaceholder": "Wprowadź tekst zastępczy...", + "replaceAriaLabel": "Tekst zastępczy", + "replaceButton": "Zamień", + "replaceCurrentTitle": "Zamień bieżące dopasowanie", + "replaceAllButton": "Zamień wszystko", + "replaceAllTitle": "Zamień wszystkie dopasowania", + "matchCase": "Uwzględnij wielkość liter", + "wholeWords": "Całe wyrazy", + "toggleReplace": "+ Zamień" + }, + "hyperlink": { + "titleEdit": "Edytuj hiperłącze", + "titleInsert": "Wstaw hiperłącze", + "tabWebAddress": "Adres internetowy", + "tabBookmark": "Zakładka", + "urlLabel": "Adres URL", + "urlPlaceholder": "https://example.com", + "urlHint": "Wprowadź adres internetowy, e-mail (mailto:) lub telefon (tel:)", + "bookmarkLabel": "Zakładka", + "bookmarkPlaceholder": "Wybierz zakładkę...", + "displayTextLabel": "Tekst wyświetlany", + "displayTextPlaceholder": "Tekst do wyświetlenia (opcjonalnie)", + "displayTextHint": "Pozostaw puste, aby użyć zaznaczonego tekstu", + "tooltipLabel": "Etykietka ekranowa (opcjonalnie)", + "tooltipPlaceholder": "Tekst wyświetlany po najechaniu kursorem", + "removeLink": "Usuń link", + "invalidUrl": "Wprowadź prawidłowy adres URL", + "urlRequired": "Adres URL jest wymagany" + }, + "insertTable": { + "title": "Wstaw tabelę", + "hoverToSelect": "Najedź, aby wybrać rozmiar", + "tableSize": "Tabela {cols} x {rows}", + "orSpecifySize": "lub podaj rozmiar", + "rowsLabel": "Wiersze:", + "columnsLabel": "Kolumny:", + "insertButton": "Wstaw tabelę", + "sizeSelector": "Wybór rozmiaru tabeli" + }, + "insertImage": { + "title": "Wstaw obraz", + "uploadAriaLabel": "Kliknij lub przeciągnij, aby przesłać obraz", + "uploadText": "Kliknij, aby wybrać, lub przeciągnij i upuść obraz", + "uploadSubtext": "PNG, JPG, GIF do 10 MB", + "dimensions": "Wymiary", + "widthLabel": "Szerokość:", + "heightLabel": "Wysokość:", + "aspectRatioLocked": "Proporcje zablokowane", + "aspectRatioUnlocked": "Proporcje odblokowane", + "altTextLabel": "Tekst alternatywny (opcjonalnie)", + "altTextPlaceholder": "Opisz obraz na potrzeby dostępności", + "insertButton": "Wstaw obraz", + "invalidFile": "Wybierz prawidłowy plik obrazu", + "fileTooLarge": "Plik obrazu jest zbyt duży (maks. 10 MB)", + "readFailed": "Nie udało się odczytać pliku obrazu", + "loadFailed": "Nie udało się załadować obrazu", + "preview": "Podgląd" + }, + "insertSymbol": { + "title": "Wstaw symbol", + "searchPlaceholder": "Szukaj symboli (znak lub Unicode)...", + "noResults": "Nie znaleziono symboli dla \"{query}\"", + "decimal": "Dziesiętny: {value}", + "categories": { + "common": "Popularne", + "arrows": "Strzałki", + "math": "Matematyczne", + "greek": "Greckie", + "shapes": "Kształty", + "punctuation": "Interpunkcja", + "currency": "Waluty", + "music": "Muzyczne", + "emoji": "Emoji" + } + }, + "imageProperties": { + "title": "Właściwości obrazu", + "altText": "Tekst alternatywny", + "altTextPlaceholder": "Opisz ten obraz na potrzeby dostępności...", + "border": "Obramowanie", + "width": "Szerokość", + "style": "Styl", + "color": "Kolor", + "preview": "Podgląd", + "borderStyles": { + "solid": "Ciągłe", + "dashed": "Kreskowane", + "dotted": "Kropkowane", + "double": "Podwójne", + "groove": "Rowek", + "ridge": "Grzbiet", + "inset": "Wklęsłe", + "outset": "Wypukłe" + } + }, + "imagePosition": { + "title": "Położenie obrazu", + "horizontal": "Poziomo", + "vertical": "Pionowo", + "position": "Położenie", + "alignment": "Wyrównanie", + "offset": "Przesunięcie", + "offsetPx": "Przesunięcie (px)", + "align": "Wyrównaj", + "relativeTo": "Względem", + "alignOptions": { + "left": "Do lewej", + "center": "Do środka", + "right": "Do prawej", + "top": "Do góry", + "bottom": "Do dołu" + }, + "relativeOptions": { + "page": "Strona", + "column": "Kolumna", + "margin": "Margines", + "character": "Znak", + "paragraph": "Akapit", + "line": "Wiersz" + } + }, + "pageSetup": { + "title": "Ustawienia strony", + "pageSize": "ROZMIAR STRONY", + "sizeLabel": "Rozmiar", + "custom": "Niestandardowy", + "orientation": "Orientacja", + "portrait": "Pionowa", + "landscape": "Pozioma", + "margins": "MARGINESY", + "top": "Górny", + "bottom": "Dolny", + "left": "Lewy", + "right": "Prawy", + "pageSizes": { + "letter": "Letter (8,5\" × 11\")", + "a4": "A4 (8,27\" × 11,69\")", + "legal": "Legal (8,5\" × 14\")", + "a3": "A3 (11,69\" × 16,54\")", + "a5": "A5 (5,83\" × 8,27\")", + "b5": "B5 (6,93\" × 9,84\")", + "executive": "Executive (7,25\" × 10,5\")" + } + }, + "tableProperties": { + "title": "Właściwości tabeli", + "widthType": "Typ szerokości", + "widthLabel": "Szerokość", + "alignmentLabel": "Wyrównanie", + "widthTypes": { + "auto": "Automatyczna", + "fixed": "Stała (twips)", + "percentage": "Procentowa" + }, + "units": { + "fiftiethsPercent": "(pięćdziesiąte %)", + "twips": "tw" + }, + "alignOptions": { + "left": "Do lewej", + "center": "Do środka", + "right": "Do prawej" + } + }, + "pasteSpecial": { + "title": "Wklej specjalnie", + "keepFormatting": "Zachowaj formatowanie źródłowe", + "keepFormattingDescription": "Wklej z oryginalnym formatowaniem", + "keepFormattingShortcut": "Ctrl+V", + "plainText": "Wklej jako zwykły tekst", + "plainTextDescription": "Wklej bez formatowania", + "plainTextShortcut": "Ctrl+Shift+V", + "readingClipboard": "Odczytywanie schowka...", + "preview": "Podgląd:", + "noContent": "Brak zawartości do wklejenia", + "clipboardError": "Nie można odczytać schowka. Użyj Ctrl+V, aby wkleić." + }, + "footnoteProperties": { + "title": "Właściwości przypisów dolnych i końcowych", + "footnotes": "Przypisy dolne", + "endnotes": "Przypisy końcowe", + "position": "Położenie", + "numberFormat": "Format numeracji", + "startAt": "Rozpocznij od", + "numbering": "Numeracja", + "footnotePositions": { + "bottomOfPage": "Dół strony", + "belowText": "Pod tekstem" + }, + "endnotePositions": { + "endOfDocument": "Koniec dokumentu", + "endOfSection": "Koniec sekcji" + }, + "numberingOptions": { + "continuous": "Ciągła", + "restartSection": "W każdej sekcji od nowa", + "restartPage": "Na każdej stronie od nowa" + }, + "formats": { + "decimal": "1, 2, 3, ...", + "lowerRoman": "i, ii, iii, ...", + "upperRoman": "I, II, III, ...", + "lowerAlpha": "a, b, c, ...", + "upperAlpha": "A, B, C, ...", + "symbols": "*, †, ‡, ..." + } + }, + "keyboardShortcuts": { + "ariaLabel": "Skróty klawiaturowe", + "searchPlaceholder": "Szukaj skrótów...", + "categories": { + "editing": "Edycja", + "formatting": "Formatowanie", + "navigation": "Nawigacja", + "clipboard": "Schowek", + "selection": "Zaznaczanie", + "view": "Widok", + "file": "Plik", + "other": "Inne" + }, + "shortcuts": { + "save": "Zapisz", + "saveDescription": "Zapisz dokument", + "print": "Drukuj", + "printDescription": "Drukuj dokument", + "undo": "Cofnij", + "undoDescription": "Cofnij ostatnią czynność", + "redo": "Ponów", + "redoDescription": "Ponów ostatnią czynność", + "delete": "Usuń", + "deleteDescription": "Usuń zaznaczony tekst", + "find": "Znajdź", + "findDescription": "Znajdź tekst w dokumencie", + "findReplace": "Znajdź i zamień", + "findReplaceDescription": "Znajdź i zamień tekst", + "cut": "Wytnij", + "cutDescription": "Wytnij zaznaczony tekst", + "copy": "Kopiuj", + "copyDescription": "Kopiuj zaznaczony tekst", + "paste": "Wklej", + "pasteDescription": "Wklej ze schowka", + "pastePlainText": "Wklej jako zwykły tekst", + "pastePlainTextDescription": "Wklej bez formatowania", + "bold": "Pogrubienie", + "boldDescription": "Przełącz pogrubienie", + "italic": "Kursywa", + "italicDescription": "Przełącz kursywę", + "underline": "Podkreślenie", + "underlineDescription": "Przełącz podkreślenie", + "strikethrough": "Przekreślenie", + "strikethroughDescription": "Przełącz przekreślenie", + "subscript": "Indeks dolny", + "subscriptDescription": "Przełącz indeks dolny", + "superscript": "Indeks górny", + "superscriptDescription": "Przełącz indeks górny", + "alignLeft": "Wyrównaj do lewej", + "alignLeftDescription": "Wyrównaj akapit do lewej", + "alignCenter": "Wyśrodkuj", + "alignCenterDescription": "Wyśrodkuj akapit", + "alignRight": "Wyrównaj do prawej", + "alignRightDescription": "Wyrównaj akapit do prawej", + "justify": "Wyjustuj", + "justifyDescription": "Wyjustuj akapit", + "increaseIndent": "Zwiększ wcięcie", + "increaseIndentDescription": "Zwiększ wcięcie akapitu", + "decreaseIndent": "Zmniejsz wcięcie", + "decreaseIndentDescription": "Zmniejsz wcięcie akapitu", + "selectAll": "Zaznacz wszystko", + "selectAllDescription": "Zaznacz całą zawartość", + "selectWord": "Zaznacz wyraz", + "selectWordDescription": "Zaznacz bieżący wyraz", + "selectParagraph": "Zaznacz akapit", + "selectParagraphDescription": "Zaznacz bieżący akapit", + "extendSelectionByWord": "Rozszerz zaznaczenie o wyraz", + "extendSelectionByWordDescription": "Rozszerz zaznaczenie do następnego/poprzedniego wyrazu", + "extendSelectionToLineEdge": "Rozszerz zaznaczenie do końca wiersza", + "extendSelectionToLineEdgeDescription": "Rozszerz zaznaczenie do początku/końca wiersza", + "moveByWord": "Przejdź o wyraz", + "moveByWordDescription": "Przesuń kursor do następnego/poprzedniego wyrazu", + "moveToLineStart": "Przejdź na początek wiersza", + "moveToLineStartDescription": "Przesuń kursor na początek wiersza", + "moveToLineEnd": "Przejdź na koniec wiersza", + "moveToLineEndDescription": "Przesuń kursor na koniec wiersza", + "moveToDocumentStart": "Przejdź na początek dokumentu", + "moveToDocumentStartDescription": "Przesuń kursor na początek dokumentu", + "moveToDocumentEnd": "Przejdź na koniec dokumentu", + "moveToDocumentEndDescription": "Przesuń kursor na koniec dokumentu", + "pageUp": "Strona w górę", + "pageUpDescription": "Przewiń o stronę w górę", + "pageDown": "Strona w dół", + "pageDownDescription": "Przewiń o stronę w dół", + "zoomIn": "Powiększ", + "zoomInDescription": "Zwiększ powiększenie", + "zoomOut": "Pomniejsz", + "zoomOutDescription": "Zmniejsz powiększenie", + "resetZoom": "Resetuj powiększenie", + "resetZoomDescription": "Przywróć powiększenie do 100%", + "keyboardShortcuts": "Skróty klawiaturowe", + "keyboardShortcutsDescription": "Pokaż to okno pomocy" + }, + "noResults": "Nie znaleziono skrótów pasujących do \"{query}\"", + "pressEscToClose": "Naciśnij {key}, aby zamknąć", + "or": "lub" + } + }, + "comments": { + "resolved": "Rozwiązany", + "resolve": "Rozwiąż", + "reopen": "Otwórz ponownie", + "moreOptions": "Więcej opcji", + "unknown": "Nieznany", + "addComment": "Dodaj komentarz...", + "replyPlaceholder": "Odpowiedz lub dodaj innych za pomocą @", + "replyCount": "{count, plural, one {# odpowiedź} few {# odpowiedzi} many {# odpowiedzi} other {# odpowiedzi}}" + }, + "trackedChanges": { + "unknown": "Nieznany", + "replaced": "Zamieniono", + "with": "na", + "added": "Dodano", + "deleted": "Usunięto" + }, + "contextMenu": { + "ariaLabel": "Menu akcji AI", + "textMenuAriaLabel": "Menu edycji tekstu", + "customPromptPlaceholder": "Wprowadź własne polecenie...", + "cut": "Wytnij", + "cutShortcut": "Ctrl+X", + "copy": "Kopiuj", + "copyShortcut": "Ctrl+C", + "paste": "Wklej", + "pasteShortcut": "Ctrl+V", + "pastePlainText": "Wklej jako zwykły tekst", + "pastePlainTextShortcut": "Ctrl+Shift+V", + "delete": "Usuń", + "deleteShortcut": "Del", + "selectAll": "Zaznacz wszystko", + "selectAllShortcut": "Ctrl+A", + "selected": "Zaznaczono:", + "aiActions": { + "askAi": "Zapytaj AI", + "rewrite": "Przepisz", + "expand": "Rozwiń", + "summarize": "Podsumuj", + "translate": "Przetłumacz", + "explain": "Wyjaśnij", + "fixGrammar": "Popraw gramatykę", + "makeFormal": "Zmień na formalny", + "makeCasual": "Zmień na potoczny", + "custom": "Własne" + } + }, + "documentOutline": { + "ariaLabel": "Konspekt dokumentu", + "closeAriaLabel": "Zamknij konspekt", + "closeTitle": "Zamknij konspekt", + "title": "Konspekt", + "noHeadings": "Nie znaleziono nagłówków. Dodaj nagłówki do dokumentu, aby wyświetlić je tutaj." + }, + "sidebar": { + "ariaLabel": "Panel adnotacji" + }, + "titleBar": { + "untitled": "Bez tytułu", + "documentNameAriaLabel": "Nazwa dokumentu", + "menuBarAriaLabel": "Pasek menu" + }, + "errors": { + "loadingDocument": "Ładowanie dokumentu...", + "noDocumentLoaded": "Nie załadowano dokumentu", + "failedToLoad": "Nie udało się załadować dokumentu", + "unableToParse": "Nie można przetworzyć dokumentu", + "somethingWentWrong": "Coś poszło nie tak", + "errorDescription": "Podczas renderowania tego składnika wystąpił błąd. Spróbuj ponownie lub skontaktuj się z pomocą techniczną, jeśli problem się powtarza.", + "errorLabel": "Błąd:", + "componentStack": "Stos składników:", + "tryAgain": "Spróbuj ponownie", + "showDetails": "Pokaż szczegóły", + "hideDetails": "Ukryj szczegóły", + "unsavedChanges": "Masz niezapisane zmiany. Czy na pewno chcesz opuścić stronę?" + }, + "table": { + "insertRowAbove": "Wstaw wiersz powyżej", + "insertRowBelow": "Wstaw wiersz poniżej", + "insertColumnLeft": "Wstaw kolumnę z lewej", + "insertColumnRight": "Wstaw kolumnę z prawej", + "deleteRow": "Usuń wiersz", + "deleteColumn": "Usuń kolumnę", + "deleteTable": "Usuń tabelę", + "mergeCells": "Scal komórki", + "splitCell": "Podziel komórkę", + "editingTools": "Narzędzia edycji tabeli", + "label": "Tabela:", + "cellFillColor": "Kolor wypełnienia komórki", + "borderColor": "Kolor obramowania", + "borderWidth": "Szerokość obramowania", + "unknownAction": "Nieznana akcja", + "borders": { + "all": "Wszystkie obramowania", + "outside": "Obramowanie zewnętrzne", + "inside": "Obramowanie wewnętrzne", + "none": "Brak obramowania", + "remove": "Usuń obramowanie", + "top": "Obramowanie górne", + "bottom": "Obramowanie dolne", + "left": "Obramowanie lewe", + "right": "Obramowanie prawe", + "styleAriaLabel": "Styl obramowania", + "tooltip": "Obramowania" + }, + "moreOptions": "Więcej opcji tabeli", + "styles": { + "title": "Style tabeli", + "label": "Style", + "normalTable": "Tabela zwykła", + "tableGrid": "Tabela z siatką", + "gridTableLight": "Tabela z siatką — jasna", + "plainTable1": "Tabela zwykła 1", + "plainTable2": "Tabela zwykła 2", + "plainTable3": "Tabela zwykła 3", + "plainTable4": "Tabela zwykła 4", + "gridTable1Light": "Tabela z siatką 1 — jasna", + "gridTable4Accent1": "Tabela z siatką 4 — akcent 1", + "gridTable5Dark": "Tabela z siatką 5 — ciemna", + "listTable3Accent2": "Tabela listowa 3 — akcent 2", + "listTable4Accent3": "Tabela listowa 4 — akcent 3", + "gridTable4Accent5": "Tabela z siatką 4 — akcent 5", + "gridTable4Accent6": "Tabela z siatką 4 — akcent 6" + } + }, + "tableAdvanced": { + "verticalAlignment": "Wyrównanie pionowe", + "top": "Do góry", + "middle": "Do środka", + "bottom": "Do dołu", + "cellMargins": "Marginesy komórki", + "textDirection": "Kierunek tekstu", + "textDirections": { + "horizontal": "Poziomo (LR)", + "verticalRL": "Pionowo (z góry na dół, RL)", + "verticalLR": "Pionowo (z dołu do góry, LR)" + }, + "toggleNoWrap": "Przełącz zawijanie tekstu", + "rowHeight": "Wysokość wiersza", + "heightRules": { + "auto": "Automatyczna", + "atLeast": "Co najmniej", + "exact": "Dokładnie" + }, + "rule": "Reguła", + "height": "Wysokość", + "toggleHeaderRow": "Przełącz wiersz nagłówka", + "distributeColumns": "Rozłóż kolumny równomiernie", + "autoFit": "Autodopasowanie do zawartości", + "tableProperties": "Właściwości tabeli...", + "tableAlignment": "Wyrównanie tabeli", + "alignTableLeft": "Wyrównaj tabelę do lewej", + "alignTableCenter": "Wyśrodkuj tabelę", + "alignTableRight": "Wyrównaj tabelę do prawej", + "tableOptionsMenu": "Menu opcji tabeli", + "tableOptions": "Opcje tabeli" + }, + "imageTransform": { + "tooltip": "Przekształcanie", + "rotateClockwise": "Obróć w prawo", + "rotateCounterClockwise": "Obróć w lewo", + "flipHorizontal": "Przerzuć w poziomie", + "flipVertical": "Przerzuć w pionie" + }, + "imageWrap": { + "inline": "Równo z tekstem", + "floatLeft": "Pływające z lewej (zawijanie z prawej)", + "floatRight": "Pływające z prawej (zawijanie z lewej)", + "topAndBottom": "Góra i dół", + "behindText": "Za tekstem", + "inFrontOfText": "Przed tekstem", + "tooltipPrefix": "Zawijanie: {label}" + }, + "responsePreview": { + "loading": "{action}...", + "result": "Wynik — {action}", + "closeEsc": "Zamknij (Esc)", + "editPrompt": "Edytuj wynik przed zaakceptowaniem:", + "changes": "Zmiany:", + "original": "Oryginał:", + "new": "Nowy:", + "cancelEdit": "Anuluj edycję" + }, + "commentMarkers": { + "resolvedComment": "Rozwiązany komentarz", + "comment": "Komentarz" + }, + "editor": { + "toggleCommentsSidebar": "Przełącz panel komentarzy", + "showDocumentOutline": "Pokaż konspekt dokumentu", + "editing": "Edytowanie", + "editingDescription": "Edytuj dokument bezpośrednio", + "suggesting": "Sugerowanie", + "suggestingDescription": "Zmiany stają się sugestiami", + "viewing": "Wyświetlanie", + "viewingDescription": "Tylko do odczytu, bez edycji", + "failedToParse": "Nie udało się przetworzyć dokumentu", + "linkRemoved": "Usunięto link", + "linkCopied": "Skopiowano link do schowka", + "failedToSave": "Nie udało się zapisać dokumentu" + }, + "hyperlinkPopup": { + "displayTextPlaceholder": "Tekst wyświetlany", + "urlPlaceholder": "https://example.com", + "copyLink": "Kopiuj link", + "editLink": "Edytuj link", + "removeLink": "Usuń link" + }, + "headerFooter": { + "header": "Nagłówek", + "footer": "Stopka", + "options": "Opcje", + "insertPageNumber": "Wstaw numer bieżącej strony", + "insertTotalPages": "Wstaw łączną liczbę stron", + "remove": "Usuń — {label}", + "closeEditing": "Zamknij edycję — {label}" + }, + "image": { + "placeholder": "Symbol zastępczy obrazu", + "placeholderText": "[Obraz]", + "editableAriaLabel": "Edytowalny obraz" + }, + "ruler": { + "horizontal": "Linijka pozioma", + "vertical": "Linijka pionowa", + "firstLineIndent": "Wcięcie pierwszego wiersza", + "leftIndent": "Wcięcie z lewej", + "rightIndent": "Wcięcie z prawej", + "topMargin": "Margines górny", + "bottomMargin": "Margines dolny" + }, + "print": { + "label": "Drukuj", + "allPages": "Wszystkie ({totalPages} stron)", + "singlePage": "Strona {start}", + "pageRange": "Strony {start}–{end}" + }, + "unsaved": { + "unsaved": "Niezapisane", + "saved": "Zapisane", + "unsavedTitle": "Dokument ma niezapisane zmiany", + "savedTitle": "Wszystkie zmiany zapisane", + "unsavedAriaLabel": "Niezapisane zmiany", + "savedAriaLabel": "Wszystkie zmiany zapisane" + }, + "loading": { + "label": "Ładowanie" + } +}