ckeditor5 41.3.1 → 41.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ckeditor5 might be problematic. Click here for more details.
- package/CHANGELOG.md +298 -215
- package/README.md +1 -1
- package/build/ckeditor5-dll.js +2 -2
- package/build/ckeditor5-dll.manifest.json +11 -2
- package/build/translations/af.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/ast.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/bs.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/en-gb.js +1 -1
- package/build/translations/eo.js +1 -1
- package/build/translations/es-co.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/eu.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/jv.js +1 -1
- package/build/translations/km.js +1 -1
- package/build/translations/kn.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/ku.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nb.js +1 -1
- package/build/translations/ne.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sl.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/ti.js +1 -0
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/dist/browser/index-content.css +5 -0
- package/dist/browser/index-editor.css +67 -0
- package/dist/browser/index.css +6 -0
- package/dist/browser/index.css.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/index.umd.js +557 -0
- package/dist/browser/index.umd.js.map +1 -0
- package/dist/index-content.css +375 -0
- package/dist/index-editor.css +4682 -0
- package/dist/index.css +9125 -0
- package/dist/index.css.map +1 -0
- package/dist/index.js +61 -0
- package/dist/index.js.map +1 -0
- package/dist/translations/af.d.ts +8 -0
- package/dist/translations/af.js +5 -0
- package/dist/translations/af.umd.js +11 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +5 -0
- package/dist/translations/ar.umd.js +11 -0
- package/dist/translations/ast.d.ts +8 -0
- package/dist/translations/ast.js +5 -0
- package/dist/translations/ast.umd.js +11 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +5 -0
- package/dist/translations/az.umd.js +11 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +5 -0
- package/dist/translations/bg.umd.js +11 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +5 -0
- package/dist/translations/bn.umd.js +11 -0
- package/dist/translations/bs.d.ts +8 -0
- package/dist/translations/bs.js +5 -0
- package/dist/translations/bs.umd.js +11 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +5 -0
- package/dist/translations/ca.umd.js +11 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +5 -0
- package/dist/translations/cs.umd.js +11 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +5 -0
- package/dist/translations/da.umd.js +11 -0
- package/dist/translations/de-ch.d.ts +8 -0
- package/dist/translations/de-ch.js +5 -0
- package/dist/translations/de-ch.umd.js +11 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +5 -0
- package/dist/translations/de.umd.js +11 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +5 -0
- package/dist/translations/el.umd.js +11 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +5 -0
- package/dist/translations/en-au.umd.js +11 -0
- package/dist/translations/en-gb.d.ts +8 -0
- package/dist/translations/en-gb.js +5 -0
- package/dist/translations/en-gb.umd.js +11 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +5 -0
- package/dist/translations/en.umd.js +11 -0
- package/dist/translations/eo.d.ts +8 -0
- package/dist/translations/eo.js +5 -0
- package/dist/translations/eo.umd.js +11 -0
- package/dist/translations/es-co.d.ts +8 -0
- package/dist/translations/es-co.js +5 -0
- package/dist/translations/es-co.umd.js +11 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +5 -0
- package/dist/translations/es.umd.js +11 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +5 -0
- package/dist/translations/et.umd.js +11 -0
- package/dist/translations/eu.d.ts +8 -0
- package/dist/translations/eu.js +5 -0
- package/dist/translations/eu.umd.js +11 -0
- package/dist/translations/fa.d.ts +8 -0
- package/dist/translations/fa.js +5 -0
- package/dist/translations/fa.umd.js +11 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +5 -0
- package/dist/translations/fi.umd.js +11 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +5 -0
- package/dist/translations/fr.umd.js +11 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +5 -0
- package/dist/translations/gl.umd.js +11 -0
- package/dist/translations/gu.d.ts +8 -0
- package/dist/translations/gu.js +5 -0
- package/dist/translations/gu.umd.js +11 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +5 -0
- package/dist/translations/he.umd.js +11 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +5 -0
- package/dist/translations/hi.umd.js +11 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +5 -0
- package/dist/translations/hr.umd.js +11 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +5 -0
- package/dist/translations/hu.umd.js +11 -0
- package/dist/translations/hy.d.ts +8 -0
- package/dist/translations/hy.js +5 -0
- package/dist/translations/hy.umd.js +11 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +5 -0
- package/dist/translations/id.umd.js +11 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +5 -0
- package/dist/translations/it.umd.js +11 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +5 -0
- package/dist/translations/ja.umd.js +11 -0
- package/dist/translations/jv.d.ts +8 -0
- package/dist/translations/jv.js +5 -0
- package/dist/translations/jv.umd.js +11 -0
- package/dist/translations/kk.d.ts +8 -0
- package/dist/translations/kk.js +5 -0
- package/dist/translations/kk.umd.js +11 -0
- package/dist/translations/km.d.ts +8 -0
- package/dist/translations/km.js +5 -0
- package/dist/translations/km.umd.js +11 -0
- package/dist/translations/kn.d.ts +8 -0
- package/dist/translations/kn.js +5 -0
- package/dist/translations/kn.umd.js +11 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +5 -0
- package/dist/translations/ko.umd.js +11 -0
- package/dist/translations/ku.d.ts +8 -0
- package/dist/translations/ku.js +5 -0
- package/dist/translations/ku.umd.js +11 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +5 -0
- package/dist/translations/lt.umd.js +11 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +5 -0
- package/dist/translations/lv.umd.js +11 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +5 -0
- package/dist/translations/ms.umd.js +11 -0
- package/dist/translations/nb.d.ts +8 -0
- package/dist/translations/nb.js +5 -0
- package/dist/translations/nb.umd.js +11 -0
- package/dist/translations/ne.d.ts +8 -0
- package/dist/translations/ne.js +5 -0
- package/dist/translations/ne.umd.js +11 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +5 -0
- package/dist/translations/nl.umd.js +11 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +5 -0
- package/dist/translations/no.umd.js +11 -0
- package/dist/translations/oc.d.ts +8 -0
- package/dist/translations/oc.js +5 -0
- package/dist/translations/oc.umd.js +11 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +5 -0
- package/dist/translations/pl.umd.js +11 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +5 -0
- package/dist/translations/pt-br.umd.js +11 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +5 -0
- package/dist/translations/pt.umd.js +11 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +5 -0
- package/dist/translations/ro.umd.js +11 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +5 -0
- package/dist/translations/ru.umd.js +11 -0
- package/dist/translations/si.d.ts +8 -0
- package/dist/translations/si.js +5 -0
- package/dist/translations/si.umd.js +11 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +5 -0
- package/dist/translations/sk.umd.js +11 -0
- package/dist/translations/sl.d.ts +8 -0
- package/dist/translations/sl.js +5 -0
- package/dist/translations/sl.umd.js +11 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +5 -0
- package/dist/translations/sq.umd.js +11 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +5 -0
- package/dist/translations/sr-latn.umd.js +11 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +5 -0
- package/dist/translations/sr.umd.js +11 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +5 -0
- package/dist/translations/sv.umd.js +11 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +5 -0
- package/dist/translations/th.umd.js +11 -0
- package/dist/translations/ti.d.ts +8 -0
- package/dist/translations/ti.js +5 -0
- package/dist/translations/ti.umd.js +11 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +5 -0
- package/dist/translations/tk.umd.js +11 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +5 -0
- package/dist/translations/tr.umd.js +11 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +5 -0
- package/dist/translations/tt.umd.js +11 -0
- package/dist/translations/ug.d.ts +8 -0
- package/dist/translations/ug.js +5 -0
- package/dist/translations/ug.umd.js +11 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +5 -0
- package/dist/translations/uk.umd.js +11 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +5 -0
- package/dist/translations/ur.umd.js +11 -0
- package/dist/translations/uz.d.ts +8 -0
- package/dist/translations/uz.js +5 -0
- package/dist/translations/uz.umd.js +11 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +5 -0
- package/dist/translations/vi.umd.js +11 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +5 -0
- package/dist/translations/zh-cn.umd.js +11 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +5 -0
- package/dist/translations/zh.umd.js +11 -0
- package/dist/types/clipboard.d.ts +12 -0
- package/dist/types/core.d.ts +12 -0
- package/dist/types/engine.d.ts +12 -0
- package/dist/types/enter.d.ts +12 -0
- package/dist/types/index.d.ts +65 -0
- package/dist/types/paragraph.d.ts +12 -0
- package/dist/types/select-all.d.ts +12 -0
- package/dist/types/typing.d.ts +12 -0
- package/dist/types/ui.d.ts +12 -0
- package/dist/types/undo.d.ts +12 -0
- package/dist/types/upload.d.ts +12 -0
- package/dist/types/utils.d.ts +12 -0
- package/dist/types/watchdog.d.ts +12 -0
- package/dist/types/widget.d.ts +12 -0
- package/package.json +70 -14
- package/src/index.d.ts +61 -0
- package/src/index.js +61 -0
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'oc' ]: { dictionary, getPluralForm } } = {"oc":{"dictionary":{"Cancel":"Anullar","Clear":"","Remove color":"","Restore default":"","Save":"Enregistrar","Show more items":"","%0 of %1":"","Cannot upload file:":"","Rich Text Editor. Editing area: %0":"","Insert with file manager":"","Replace with file manager":"","Insert image with file manager":"","Replace image with file manager":"","Toggle caption off":"","Toggle caption on":"","Content editing keystrokes":"","These keyboard shortcuts allow for quick access to content editing features.":"","User interface and content navigation keystrokes":"","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"","Close contextual balloons, dropdowns, and dialogs":"","Open the accessibility help dialog":"","Move focus between form fields (inputs, buttons, etc.)":"","Move focus to the menu bar, navigate between menu bars":"","Move focus to the toolbar, navigate between toolbars":"","Navigate through the toolbar or menu bar":"","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"","Accept":"","Bold":"Gras","Italic":"Italica","Underline":"","Code":"","Strikethrough":"","Subscript":"","Superscript":"","Italic text":"","Move out of an inline code style":"","Bold text":"","Underline text":"","Strikethrough text":""},getPluralForm(n){return (n > 1);}}};
|
8
|
+
e[ 'oc' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'oc' ].dictionary = Object.assign( e[ 'oc' ].dictionary, dictionary );
|
10
|
+
e[ 'oc' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"pl":{"dictionary":{"Words: %0":"Słowa: %0","Characters: %0":"Znaki: %0","Widget toolbar":"Pasek widgetów","Insert paragraph before block":"Wstaw akapit przed blokiem","Insert paragraph after block":"Wstaw akapit po bloku","Press Enter to type after or press Shift + Enter to type before the widget":"Naciśnij Enter, aby pisać po widżecie, lub Shift + Enter, aby pisać przed widżetem","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Klawisze, których można używać po wybraniu widżetu (na przykład: obraz, tabela itd.)","Insert a new paragraph directly after a widget":"Wstawia nowy akapit bezpośrednio po widżecie","Insert a new paragraph directly before a widget":"Wstawia nowy akapit bezpośrednio przed widżetem","Move the caret to allow typing directly before a widget":"Przenosi kursor, aby umożliwić pisanie bezpośrednio przed widżetem","Move the caret to allow typing directly after a widget":"Przenosi kursor, aby umożliwić pisanie bezpośrednio za widżetem","Upload in progress":"Trwa przesyłanie","Undo":"Cofnij","Redo":"Ponów","Rich Text Editor":"Edytor tekstu sformatowanego","Editor editing area: %0":"Obszar edycji edytora: %0","Edit block":"Edytuj blok","Click to edit block":"Kliknij, aby edytować blok","Drag to move":"Przeciągnij, aby przenieść","Next":"Następny","Previous":"Poprzedni","Editor toolbar":"Pasek narzędzi edytora","Dropdown toolbar":"Rozwijany pasek narzędzi","Black":"Czarny","Dim grey":"Ciemnoszary","Grey":"Szary","Light grey":"Jasnoszary","White":"Biały","Red":"Czerwony","Orange":"Pomarańczowy","Yellow":"Żółty","Light green":"Jasnozielony","Green":"Zielony","Aquamarine":"Akwamaryna","Turquoise":"Turkusowy","Light blue":"Jasnoniebieski","Blue":"Niebieski","Purple":"Purpurowy","Editor block content toolbar":"Pasek zadań treści blokowej edytora","Editor contextual toolbar":"Kontekstowy pasek zadań edytora","HEX":"SZESNASTKOWY","No results found":"Nie znaleziono wyników","No searchable items":"Brak elementów do wyszukania","Editor dialog":"Okno edytora","Close":"Zamknij","Help Contents. To close this dialog press ESC.":"Zawartość pomocy. Aby zamknąć to okno dialogowe, naciśnij klawisz ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Poniżej znajdziesz listę skrótów klawiszowych, których można używać w edytorze.","(may require <kbd>Fn</kbd>)":"(może wymagać użycia klawisza <kbd>Fn</kbd>)","Accessibility":"Dostępność","Accessibility help":"Pomoc dotycząca dostępności","Press %0 for help.":"Naciśnij %0, aby uzyskać pomoc.","Move focus in and out of an active dialog window":"Przenosi fokus do i z aktywnego okna dialogowego","MENU_BAR_MENU_FILE":"Plik","MENU_BAR_MENU_EDIT":"Zmiana","MENU_BAR_MENU_VIEW":"Zobacz","MENU_BAR_MENU_INSERT":"Wstaw","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Narzędzia","MENU_BAR_MENU_HELP":"Pomoc","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"Czcionka","Editor menu bar":"Pasek menu edytora","Please enter a valid color (e.g. \"ff0000\").":"Wprowadź prawidłowy kolor (np. „ff0000”).","Insert table":"Wstaw tabelę","Header column":"Kolumna nagłówka","Insert column left":"Wstaw kolumnę z lewej","Insert column right":"Wstaw kolumnę z prawej","Delete column":"Usuń kolumnę","Select column":"Zaznacz kolumnę","Column":"Kolumna","Header row":"Wiersz nagłówka","Insert row below":"Wstaw wiersz poniżej","Insert row above":"Wstaw wiersz ponad","Delete row":"Usuń wiersz","Select row":"Zaznacz wiersz","Row":"Wiersz","Merge cell up":"Scal komórkę w górę","Merge cell right":"Scal komórkę w prawo","Merge cell down":"Scal komórkę w dół","Merge cell left":"Scal komórkę w lewo","Split cell vertically":"Podziel komórkę pionowo","Split cell horizontally":"Podziel komórkę poziomo","Merge cells":"Scal komórki","Table toolbar":"Pasek narzędzi tabel","Table properties":"Właściwości tabeli","Cell properties":"Właściwości komórki","Border":"Obramowanie","Style":"Styl","Width":"Szerokość","Height":"Wysokość","Color":"Kolor","Background":"Tło","Padding":"Dopełnienie","Dimensions":"Wymiary","Table cell text alignment":"Wyrównanie tekstu komórki tabeli","Alignment":"Wyrównanie","Horizontal text alignment toolbar":"Pasek narzędzi wyrównania tekstu w poziomie","Vertical text alignment toolbar":"Pasek narzędzi wyrównania tekstu w pionie","Table alignment toolbar":"Pasek narzędzi wyrównania tabeli","None":"Brak","Solid":"Ciągłe","Dotted":"Kropkowane","Dashed":"Kreskowane","Double":"Podwójne","Groove":"Wklęsłe","Ridge":"Wypukłe","Inset":"Zapadnięte","Outset":"Wysunięte","Align cell text to the left":"Wyrównaj tekst w komórce do lewej","Align cell text to the center":"Wyrównaj tekst w komórce do środka","Align cell text to the right":"Wyrównaj tekst w komórce do prawej","Justify cell text":"Wyjustuj tekst komórki","Align cell text to the top":"Wyrównaj tekst w komórce do góry","Align cell text to the middle":"Wyrównaj tekst w komórce do środka","Align cell text to the bottom":"Wyrównaj tekst w komórce do dołu","Align table to the left":"Wyrównaj tabelę do lewej","Center table":"Wyrównaj tabelę do środka","Align table to the right":"Wyrównaj tabelę do prawej","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Kolor jest niepoprawny. Spróbuj wpisać \"#FF0000\", \"rgb(255,0,0)\" lub \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Wartość jest niepoprawna. Spróbuj wpisać \"10px\", \"2em\" lub po prostu \"2\".","Color picker":"Wybór koloru","Enter table caption":"Wprowadź podpis tabeli","Keystrokes that can be used in a table cell":"Klawisze, których można używać w komórce tabeli","Move the selection to the next cell":"Przenosi zaznaczenie do następnej komórki","Move the selection to the previous cell":"Przenosi zaznaczenie do poprzedniej komórki","Insert a new table row (when in the last cell of a table)":"Wstawia nowy wiersz tabeli (w przypadku ostatniej komórki tabeli)","Navigate through the table":"Umożliwia poruszanie się po tabeli","Table":"Tabela","Styles":"Style","Multiple styles":"Wiele stylów","Block styles":"Style tekstu blokowego","Text styles":"Style tekstu","Special characters":"Znaki specjalne","All":"Wszystko","Arrows":"Strzałki","Currency":"Waluta","Latin":"Łaciński","Mathematical":"Matematyczne","Text":"Tekst","leftwards simple arrow":"prosta strzałka w lewo","rightwards simple arrow":"prosta strzałka w prawo","upwards simple arrow":"prosta strzałka w górę","downwards simple arrow":"prosta strzałka w dół","leftwards double arrow":"podwójna strzałka w lewo","rightwards double arrow":"podwójna strzałka w prawo","upwards double arrow":"podwójna strzałka w górę","downwards double arrow":"podwójna strzałka w dół","leftwards dashed arrow":"przerywana strzałka w lewo","rightwards dashed arrow":"przerywana strzałka w prawo","upwards dashed arrow":"przerywana strzałka w górę","downwards dashed arrow":"przerywana strzałka w dół","leftwards arrow to bar":"strzałka w lewo do belki","rightwards arrow to bar":"strzałka w prawo do belki","upwards arrow to bar":"strzałka w górę do belki","downwards arrow to bar":"strzałka w dół do belki","up down arrow with base":"strzałka w górę i w dół z podstawą","back with leftwards arrow above":"do tyłu ze strzałką w lewo powyżej","end with leftwards arrow above":"koniec ze strzałką w lewo powyżej","on with exclamation mark with left right arrow above":"na z wykrzyknikiem i strzałką w lewo i prawo powyżej","soon with rightwards arrow above":"wkrótce ze strzałką w prawo powyżej","top with upwards arrow above":"do góry ze strzałką w górę powyżej","Dollar sign":"Znak dolara","Euro sign":"Znak euro","Yen sign":"Znak jena","Pound sign":"Znak funta","Cent sign":"Znak centa","Euro-currency sign":"Znak euro","Colon sign":"Znak colona","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak franka francuskiego","Lira sign":"Znak liry","Currency sign":"Znak waluty","Bitcoin sign":"Znak bitcoina","Mill sign":"Symbol mila","Naira sign":"Znak nairy","Peseta sign":"Znak pesety","Rupee sign":"Znak rupii","Won sign":"Znak wona","New sheqel sign":"Znak nowego szekla","Dong sign":"Znak donga","Kip sign":"Znak kipa","Tugrik sign":"Znak tugrika","Drachma sign":"Znak drachmy","German penny sign":"Znak feniga","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Znak australa","Hryvnia sign":"Znak hrywny","Cedi sign":"Znak cedi","Livre tournois sign":"Symbol liwra turońskiego","Spesmilo sign":"Symbol spesmilo","Tenge sign":"Znak tenge","Indian rupee sign":"Znak rupii indyjskiej","Turkish lira sign":"Znak liry tureckiej","Nordic mark sign":"Znak marki nordyckiej","Manat sign":"Znak manata","Ruble sign":"Znak rubla","Latin capital letter a with macron":"Łacińska wielka litera a z makronem","Latin small letter a with macron":"Łacińska mała litera a z makronem","Latin capital letter a with breve":"Łacińska wielka litera a z łuczkiem","Latin small letter a with breve":"Łacińska mała litera a z łuczkiem","Latin capital letter a with ogonek":"Łacińska wielka litera a z ogonkiem","Latin small letter a with ogonek":"Łacińska mała litera a z ogonkiem","Latin capital letter c with acute":"Łacińska wielka litera c z kreską","Latin small letter c with acute":"Łacińska mała litera c z kreską","Latin capital letter c with circumflex":"Łacińska wielka litera c z daszkiem","Latin small letter c with circumflex":"Łacińska mała litera c z daszkiem","Latin capital letter c with dot above":"Łacińska wielka litera c z kropką powyżej","Latin small letter c with dot above":"Łacińska mała litera c z kropką powyżej","Latin capital letter c with caron":"Łacińska wielka litera c z ptaszkiem","Latin small letter c with caron":"Łacińska mała litera c z ptaszkiem","Latin capital letter d with caron":"Łacińska wielka litera d z ptaszkiem","Latin small letter d with caron":"Łacińska mała litera d z ptaszkiem","Latin capital letter d with stroke":"Łacińska wielka litera d z przekreśleniem","Latin small letter d with stroke":"Łacińska mała litera d z przekreśleniem","Latin capital letter e with macron":"Łacińska wielka litera e z makronem","Latin small letter e with macron":"Łacińska mała litera e z makronem","Latin capital letter e with breve":"Łacińska wielka litera e z łuczkiem","Latin small letter e with breve":"Łacińska mała litera e z łuczkiem","Latin capital letter e with dot above":"Łacińska wielka litera e z kropką powyżej","Latin small letter e with dot above":"Łacińska mała litera e z kropką powyżej","Latin capital letter e with ogonek":"Łacińska wielka litera e z ogonkiem","Latin small letter e with ogonek":"Łacińska mała litera e z ogonkiem","Latin capital letter e with caron":"Łacińska wielka litera e z ptaszkiem","Latin small letter e with caron":"Łacińska mała litera e z ptaszkiem","Latin capital letter g with circumflex":"Łacińska wielka litera g z daszkiem","Latin small letter g with circumflex":"Łacińska mała litera g z daszkiem","Latin capital letter g with breve":"Łacińska wielka litera g z łuczkiem","Latin small letter g with breve":"Łacińska mała litera g z łuczkiem","Latin capital letter g with dot above":"Łacińska wielka litera g z kropką powyżej","Latin small letter g with dot above":"Łacińska mała litera g z kropką powyżej","Latin capital letter g with cedilla":"Łacińska wielka litera g z haczykiem","Latin small letter g with cedilla":"Łacińska mała litera g z haczykiem","Latin capital letter h with circumflex":"Łacińska wielka litera h z daszkiem","Latin small letter h with circumflex":"Łacińska mała litera h z daszkiem","Latin capital letter h with stroke":"Łacińska wielka litera h z przekreśleniem","Latin small letter h with stroke":"Łacińska mała litera h z przekreśleniem","Latin capital letter i with tilde":" Łacińska wielka litera i z tyldą","Latin small letter i with tilde":"Łacińska mała litera i z tyldą","Latin capital letter i with macron":"Łacińska wielka litera i z makronem","Latin small letter i with macron":"Łacińska mała litera i z makronem","Latin capital letter i with breve":"Łacińska wielka litera i z łuczkiem","Latin small letter i with breve":"Łacińska mała litera i z łuczkiem","Latin capital letter i with ogonek":"Łacińska wielka litera i z ogonkiem","Latin small letter i with ogonek":"Łacińska mała litera i z ogonkiem","Latin capital letter i with dot above":"Łacińska wielka litera i z kropką powyżej","Latin small letter dotless i":"Łacińska mała litera i bez kropki","Latin capital ligature ij":"Łacińska wielka ligatura ij","Latin small ligature ij":"Łacińska mała ligatura ij","Latin capital letter j with circumflex":"Łacińska wielka litera j z daszkiem","Latin small letter j with circumflex":"Łacińska mała litera j z daszkiem","Latin capital letter k with cedilla":"Łacińska wielka litera k z haczykiem","Latin small letter k with cedilla":"Łacińska mała litera k z haczykiem","Latin small letter kra":"Łacińska mała litera kra","Latin capital letter l with acute":"Łacińska wielka litera l z kreską","Latin small letter l with acute":"Łacińska mała litera l z kreską","Latin capital letter l with cedilla":"Łacińska wielka litera l z haczykiem","Latin small letter l with cedilla":"Łacińska mała litera l z haczykiem","Latin capital letter l with caron":"Łacińska wielka litera l z ptaszkiem","Latin small letter l with caron":"Łacińska mała litera l z ptaszkiem","Latin capital letter l with middle dot":"Łacińska wielka litera l z kropką pośrodku","Latin small letter l with middle dot":"Łacińska mała litera l z kropką pośrodku","Latin capital letter l with stroke":"Łacińska wielka litera l z przekreśleniem","Latin small letter l with stroke":"Łacińska mała litera l z przekreśleniem","Latin capital letter n with acute":"Łacińska wielka litera n z kreską","Latin small letter n with acute":"Łacińska mała litera n z kreską","Latin capital letter n with cedilla":"Łacińska wielka litera n z haczykiem","Latin small letter n with cedilla":"Łacińska mała litera n z haczykiem","Latin capital letter n with caron":"Łacińska wielka litera n z ptaszkiem","Latin small letter n with caron":"Łacińska mała litera n z ptaszkiem","Latin small letter n preceded by apostrophe":"Łacińska mała litera n poprzedzona apostrofem","Latin capital letter eng":"Łacińska wielka litera eng","Latin small letter eng":"Łacińska mała litera eng","Latin capital letter o with macron":"Łacińska wielka litera o z makronem","Latin small letter o with macron":"Łacińska mała litera o z makronem","Latin capital letter o with breve":"Łacińska wielka litera o z łuczkiem","Latin small letter o with breve":"Łacińska mała litera o z łuczkiem","Latin capital letter o with double acute":"Łacińska wielka litera o z dwiema kreskami","Latin small letter o with double acute":"Łacińska mała litera o z dwiema kreskami","Latin capital ligature oe":"Łacińska wielka ligatura oe","Latin small ligature oe":"Łacińska mała ligatura oe","Latin capital letter r with acute":"Łacińska wielka litera r z kreską","Latin small letter r with acute":"Łacińska mała litera r z kreską","Latin capital letter r with cedilla":"Łacińska wielka litera r z haczykiem","Latin small letter r with cedilla":"Łacińska mała litera r z haczykiem","Latin capital letter r with caron":"Łacińska wielka litera r z ptaszkiem","Latin small letter r with caron":"Łacińska mała litera r z ptaszkiem","Latin capital letter s with acute":"Łacińska wielka litera s z kreską","Latin small letter s with acute":"Łacińska mała litera s z kreską","Latin capital letter s with circumflex":"Łacińska wielka litera s z daszkiem","Latin small letter s with circumflex":"Łacińska mała litera s z daszkiem","Latin capital letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin small letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin capital letter s with caron":"Łacińska wielka litera s z ptaszkiem","Latin small letter s with caron":"Łacińska mała litera s z ptaszkiem","Latin capital letter t with cedilla":"Łacińska wielka litera t z haczykiem","Latin small letter t with cedilla":"Łacińska mała litera t z haczykiem","Latin capital letter t with caron":"Łacińska wielka litera t z ptaszkiem","Latin small letter t with caron":"Łacińska mała litera t z ptaszkiem","Latin capital letter t with stroke":"Łacińska wielka litera t z przekreśleniem","Latin small letter t with stroke":"Łacińska mała litera t z przekreśleniem","Latin capital letter u with tilde":"Łacińska wielka litera u z tyldą","Latin small letter u with tilde":"Łacińska mała litera u z tyldą","Latin capital letter u with macron":"Łacińska wielka litera u z makronem","Latin small letter u with macron":"Łacińska mała litera u z makronem","Latin capital letter u with breve":"Łacińska wielka litera u z łuczkiem","Latin small letter u with breve":"Łacińska mała litera u z łuczkiem","Latin capital letter u with ring above":"Łacińska wielka litera u z kółkiem powyżej","Latin small letter u with ring above":"Łacińska mała litera u z kółkiem powyżej","Latin capital letter u with double acute":"Łacińska wielka litera u z dwiema kreskami","Latin small letter u with double acute":"Łacińska mała litera u z dwiema kreskami","Latin capital letter u with ogonek":"Łacińska wielka litera u z ogonkiem","Latin small letter u with ogonek":"Łacińska mała litera u z ogonkiem","Latin capital letter w with circumflex":"Łacińska wielka litera w z daszkiem","Latin small letter w with circumflex":"Łacińska mała litera w z daszkiem","Latin capital letter y with circumflex":"Łacińska wielka litera y z daszkiem","Latin small letter y with circumflex":"Łacińska mała litera y z daszkiem","Latin capital letter y with diaeresis":"Łacińska wielka litera y z dwiema kropkami","Latin capital letter z with acute":"Łacińska wielka litera z z kreską","Latin small letter z with acute":"Łacińska mała litera z z kreską","Latin capital letter z with dot above":"Łacińska wielka litera z z kropką powyżej","Latin small letter z with dot above":"Łacińska mała litera z z kropką powyżej","Latin capital letter z with caron":"Łacińska wielka litera z z ptaszkiem","Latin small letter z with caron":"Łacińska mała litera z z ptaszkiem","Latin small letter long s":"Łacińska litera długie s","Less-than sign":"Znak mniejszości","Greater-than sign":"Znak większości","Less-than or equal to":"Znak mniejsze niż lub równe","Greater-than or equal to":"Znak większe niż lub równe","En dash":"Półpauza","Em dash":"Pauza","Macron":"Makron","Overline":"Nadkreślenie","Degree sign":"Znak stopnia","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak dzielenia","Fraction slash":"Kreska ułamkowa","Multiplication sign":"Znak mnożenia","Latin small letter f with hook":"Łacińska mała litera f z zawijasem","Integral":"Całka","N-ary summation":"Suma n-argumentowa","Infinity":"Nieskończoność","Square root":"Pierwiastek kwadratowy","Tilde operator":"Operator tylda","Approximately equal to":"W przybliżeniu równe","Almost equal to":"Prawie równe","Not equal to":"Różne","Identical to":"Identyczne","Element of":"Należy do","Not an element of":"Nie należy do","Contains as member":"Zawiera element","N-ary product":"Iloczyn n-argumentowy","Logical and":"Koniunkcja logiczna","Logical or":"Alternatywa logiczna","Not sign":"Znak negacji","Intersection":"Część wspólna","Union":"Suma zbiorów","Partial differential":"Pochodna cząstkowa","For all":"Kwantyfikator ogólny","There exists":"Kwantyfikator szczegółowy","Empty set":"Zbiór pusty","Nabla":"Operator nabla","Asterisk operator":"Operator asterysk","Proportional to":"Proporcjonalność","Angle":"Kąt","Vulgar fraction one quarter":"Ułamek zwykły jedna czwarta","Vulgar fraction one half":"Ułamek zwykły jedna druga","Vulgar fraction three quarters":"Ułamek zwykły trzy czwarte","Single left-pointing angle quotation mark":"Pojedynczy lewy cudzysłów kątowy","Single right-pointing angle quotation mark":"Pojedynczy prawy cudzysłów kątowy","Left-pointing double angle quotation mark":"Podwójny lewy cudzysłów kątowy","Right-pointing double angle quotation mark":"Podwójny prawy cudzysłów kątowy","Left single quotation mark":"Pojedynczy lewy cudzysłów","Right single quotation mark":"Pojedynczy prawy cudzysłów","Left double quotation mark":"Podwójny lewy cudzysłów","Right double quotation mark":"Podwójny prawy cudzysłów","Single low-9 quotation mark":"Pojedynczy dolny cudzysłów","Double low-9 quotation mark":"Podwójny dolny cudzysłów","Inverted exclamation mark":"Odwrócony wykrzyknik","Inverted question mark":"Odwrócony pytajnik","Two dot leader":"Dwie kropki wiodące","Horizontal ellipsis":"Wielokropek poziomy","Double dagger":"Podwójny sztylet","Per mille sign":"Znak promila","Per ten thousand sign":"Punkt bazowy","Double exclamation mark":"Podwójny wykrzyknik","Question exclamation mark":"Pytajnik z wykrzyknikiem","Exclamation question mark":"Wykrzyknik z pytajnikiem","Double question mark":"Podwójny pytajnik","Copyright sign":"Znak praw autorskich","Registered sign":"Zastrzeżony znak towarowy","Trade mark sign":"Symbol znaku towarowego","Section sign":"Znak sekcji","Paragraph sign":"Znak akapitu","Reversed paragraph sign":"Odwrócony znak akapitu","Character categories":"Kategorie znaków","Source":"Źródło","Show source":"Pokaż źródło","Show blocks":"Wyświetl bloki","Select all":"Zaznacz wszystko","Disable editing":"Zablokuj edycję","Enable editing":"Odblokuj edycję","Previous editable region":"Poprzednie pole do edycji","Next editable region":"Następne pole do edycji","Navigate editable regions":"Przejdź między polami do edycji","Remove Format":"Usuń formatowanie","Page break":"Podział strony","media widget":"widget osadzenia mediów","Media URL":"Adres URL","Paste the media URL in the input.":"Wklej adres URL mediów do pola.","Tip: Paste the URL into the content to embed faster.":"Wskazówka: Wklej URL do treści edytora, by łatwiej osadzić media.","The URL must not be empty.":"Adres URL nie może być pusty.","This media URL is not supported.":"Ten rodzaj adresu URL nie jest obsługiwany.","Insert media":"Wstaw media","Media toolbar":"Pasek narzędzi mediów","Open media in new tab":"Otwórz media w nowej zakładce","Numbered List":"Lista numerowana","Bulleted List":"Lista wypunktowana","To-do List":"Lista rzeczy do zrobienia","Bulleted list styles toolbar":"Pasek z narzędziami: style listy z punktorami","Numbered list styles toolbar":"Pasek z narzędziami: style listy numerowanej","Toggle the disc list style":"Włącz/wyłącz listę w stylu „dysk”","Toggle the circle list style":"Włącz/wyłącz listę w stylu „kółko”","Toggle the square list style":"Włącz/wyłącz listę w stylu „kwadrat”","Toggle the decimal list style":"Włącz/wyłącz listę w stylu „dziesiętne”","Toggle the decimal with leading zero list style":"Włącz/wyłącz listę w stylu „dziesiętne z zerem wiodącym”","Toggle the lower–roman list style":"Włącz/wyłącz listę w stylu „małe cyfry rzymskie”","Toggle the upper–roman list style":"Włącz/wyłącz listę w stylu „wielkie cyfry rzymskie”","Toggle the lower–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – małe litery”","Toggle the upper–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – wielkie litery”","Disc":"Dysk","Circle":"Kółko","Square":"Kwadrat","Decimal":"Dziesiętne","Decimal with leading zero":"Dziesiętne z zerem wiodącym","Lower–roman":"Małe cyfry rzymskie","Upper-roman":"Wielkie cyfry rzymskie","Lower-latin":"Alfabet łaciński – małe litery","Upper-latin":"Alfabet łaciński – wielkie litery","List properties":"Właściwości listy","Start at":"Zacznij od","Invalid start index value.":"Nieprawidłowa wartość indeksu początkowego.","Start index must be greater than 0.":"Wartość początkowa musi być większa niż 0.","Reversed order":"Odwrócona kolejność","Keystrokes that can be used in a list":"Klawisze, których można używać w odniesieniu do listy","Increase list item indent":"Zwiększa wcięcie elementu listy","Decrease list item indent":"Zmniejsza wcięcie elementu listy","Entering a to-do list":"Wchodzenie na listę zadań do wykonania","Leaving a to-do list":"Opuszczenie listy zadań do wykonania","Unlink":"Usuń odnośnik","Link":"Wstaw odnośnik","Link URL":"Adres URL","Link URL must not be empty.":"Adres URL linku nie może być pusty","Link image":"Wstaw odnośnik do obrazka","Edit link":"Edytuj odnośnik","Open link in new tab":"Otwórz odnośnik w nowej zakładce","This link has no URL":"Nie podano adresu URL odnośnika","Open in a new tab":"Otwórz w nowej zakładce","Downloadable":"Do pobrania","Create link":"Tworzy link","Move out of a link":"Umożliwia wyjście z linku","Language":"Język","Choose language":"Wybierz język","Remove language":"Usuń język","Increase indent":"Zwiększ wcięcie","Decrease indent":"Zmniejsz wcięcie","image widget":"Obraz","Wrap text":"Zawijaj tekst","Break text":"Rozbijaj tekst","In line":"W linii","Side image":"Obraz dosunięty do brzegu, oblewany tekstem","Full size image":"Obraz w pełnym rozmiarze","Left aligned image":"Obraz wyrównany do lewej","Centered image":"Obraz wyrównany do środka","Right aligned image":"Obraz wyrównany do prawej","Change image text alternative":"Zmień tekst zastępczy obrazka","Text alternative":"Tekst zastępczy obrazka","Enter image caption":"Wstaw tytuł obrazka","Insert image":"Wstaw obraz","Replace image":"Zastąp obraz","Upload from computer":"Prześlij z komputera","Replace from computer":"Zastąp z komputera","Upload image from computer":"Prześlij obraz z komputera","Image from computer":"Obraz z komputera","Replace image from computer":"Zastąp obraz z komputera","Upload failed":"Przesyłanie obrazu nie powiodło się","Image toolbar":"Pasek narzędzi obrazka","Resize image":"Zmień rozmiar obrazka","Resize image to %0":"Zmień rozmiar do %0","Resize image to the original size":"Przywróć oryginalny rozmiar obrazu","Resize image (in %0)":"Zmień rozmiar obrazu (w %0)","Original":"Oryginalny","Custom image size":"Niestandardowy rozmiar obrazu","Custom":"Niestandardowy","Image resize list":"Lista: zmiana wielkości obrazu","Insert":"Wstaw","Update":"Zaktualizuj","Insert image via URL":"Wstaw obraz z adresu URL","Update image URL":"Uaktualnij obraz z adresu URL","Caption for the image":"Nagłówek do obrazu","Caption for image: %0":"Nagłówek do obrazu: %0","The value must not be empty.":"Wartość nie może być pusta.","The value should be a plain number.":"Wartość powinna zawierać tylko liczbę.","Uploading image":"Trwa przesyłanie obrazu","Image upload complete":"Przesyłanie obrazu zakończone","Error during image upload":"Błąd podczas przesyłania obrazu","HTML object":"Obiekt HTML","Insert HTML":"Wstaw kod HTML","HTML snippet":"Kod HTML","Paste raw HTML here...":"Wstaw tutaj czysty kod HTML...","Edit source":"Edytuj źródło","Save changes":"Zapisz zmiany","No preview available":"Podgląd nie jest dostępny","Empty snippet content":"Brak kodu","Horizontal line":"Linia pozioma","Yellow marker":"Żółty marker","Green marker":"Zielony marker","Pink marker":"Różowy marker","Blue marker":"Niebieski marker","Red pen":"Czerwony długopis","Green pen":"Zielony długopis","Remove highlight":"Usuń podświetlenie","Highlight":"Podświetlenie","Text highlight toolbar":"Pasek narzędzi podświetleń","Paragraph":"Akapit","Heading":"Nagłówek","Choose heading":"Wybierz nagłówek","Heading 1":"Nagłówek 1","Heading 2":"Nagłówek 2","Heading 3":"Nagłówek 3","Heading 4":"Nagłówek 4","Heading 5":"Nagłówek 5","Heading 6":"Nagłówek 6","Type your title":"Podaj tytuł","Type or paste your content here.":"Wpisz lub wklej tutaj treść dokumentu.","Font Size":"Rozmiar czcionki","Tiny":"Bardzo mały","Small":"Mały","Big":"Duży","Huge":"Bardzo duży","Font Family":"Czcionka","Default":"Domyślny","Font Color":"Kolor czcionki","Font Background Color":"Kolor tła czcionki","Document colors":"Kolory dokumentu","Find and replace":"Znajdź i zamień","Find in text…":"Znajdź…","Find":"Znajdź","Previous result":"Poprzedni","Next result":"Następny","Replace":"Zamień","Replace all":"Zamień wszystko","Match case":"Uwzględnij wielkość liter","Whole words only":"Znajdź tylko całe wyrazy","Replace with…":"Zamień na…","Text to find must not be empty.":"Szukany tekst nie może być pusty.","Tip: Find some text first in order to replace it.":"Podpowiedź: Znajdź jakiś tekst, aby go zamienić.","Advanced options":"Opcje zaawansowane","Find in the document":"Otwiera interfejs Znajdź w dokumencie","Insert a soft break (a <code><br></code> element)":"Wstawia miękki enter (element <code><br></code>","Insert a hard break (a new paragraph)":"Wstawia twardą spację (nowy akapit)","Cancel":"Anuluj","Clear":"Wyczyść","Remove color":"Usuń kolor","Restore default":"Przywróć domyślne","Save":"Zapisz","Show more items":"Pokaż więcej","%0 of %1":"%0 z %1","Cannot upload file:":"Nie można przesłać pliku:","Rich Text Editor. Editing area: %0":"Edytor tekstu. Obszar edycji: %0","Insert with file manager":"Wstaw za pomocą menedżera plików","Replace with file manager":"Zastąp za pomocą menedżera plików","Insert image with file manager":"Wstaw obraz za pomocą menedżera plików","Replace image with file manager":"Zastąp obraz za pomocą menedżera plików","Toggle caption off":"Ukryj podpis tabeli","Toggle caption on":"Pokaż podpis tabeli","Content editing keystrokes":"Klawisze edycji zawartości","These keyboard shortcuts allow for quick access to content editing features.":"Te skróty klawiszowe umożliwiają szybki dostęp do funkcji edycji zawartości.","User interface and content navigation keystrokes":"Klawisze umożliwiające poruszanie się po interfejsie użytkownika i zawartości","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Aby łatwiej poruszać się po interfejsie użytkownika CKEditor 5, użyj następujących skrótów klawiszowych.","Close contextual balloons, dropdowns, and dialogs":"Zamyka podpowiedzi kontekstowe, menu rozwijane i okna dialogowe","Open the accessibility help dialog":"Otwiera okno pomocy dotyczącej dostępności","Move focus between form fields (inputs, buttons, etc.)":"Przenosi fokus pomiędzy polami formularza (polami wprowadzania, przyciskami itd.)","Move focus to the menu bar, navigate between menu bars":"Zmień ukierunkowanie na pasek menu, nawiguj między paskami menu","Move focus to the toolbar, navigate between toolbars":"Przenosi fokus na pasek narzędzi, umożliwia poruszanie się pomiędzy paskami narzędzi","Navigate through the toolbar or menu bar":"Nawiguj za pomocą paska narzędzi lub paska menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Uruchom aktualnie aktywny przycisk. Uruchomienie przycisków wchodzących w interakcję z zawartością edytora przywraca ukierunkowanie na zawartość.","Accept":"Zaakceptuj","Insert code block":"Wstaw blok kodu","Plain text":"Zwykły tekst","Leaving %0 code snippet":"Opuszczenie fragmentu kodu %0","Entering %0 code snippet":"Wchodzenie we fragment kodu %0","Entering code snippet":"Wchodzenie we fragment kodu","Leaving code snippet":"Opuszczanie fragmentu kodu","Code block":"Blok kodu","Copy selected content":"Kopiuje zaznaczoną zawartość","Paste content":"Wkleja zawartość","Paste content as plain text":"Wkleja zawartość jako zwykły tekst","Insert image or file":"Wstaw obrazek lub plik","Image or file":"Obraz lub plik","Could not obtain resized image URL.":"Nie można pobrać adresu URL obrazka po przeskalowaniu.","Selecting resized image failed":"Wybranie obrazka po przeskalowaniu nie powiodło się.","Could not insert image at the current position.":"Nie można wstawić obrazka w bieżącej lokalizacji.","Inserting image failed":"Wstawienie obrazka nie powiodło się.","Open file manager":"Otwórz menedżer plików","Cannot determine a category for the uploaded file.":"Nie można ustalić kategorii przesłanego pliku.","Cannot access default workspace.":"Nie można uzyskać dostępu do domyślnego obszaru roboczego.","Edit image":"Edytuj obraz","Processing the edited image.":"Trwa przetwarzanie edytowanego obrazu.","Server failed to process the image.":"Serwer nie mógł przetworzyć obrazu.","Failed to determine category of edited image.":"Nie udało się określić kategorii edytowanego obrazu.","Block quote":"Cytat blokowy","Bold":"Pogrubienie","Italic":"Kursywa","Underline":"Podkreślenie","Code":"Kod","Strikethrough":"Przekreślenie","Subscript":"Indeks dolny","Superscript":"Indeks górny","Italic text":"Zmienia tekst na kursywę","Move out of an inline code style":"Przenosi zaznaczenie poza styl kodu inline","Bold text":"Pogrubia tekst","Underline text":"Podkreśla tekst","Strikethrough text":"Przekreśla tekst","Saving changes":"Zapisywanie zmian","Revert autoformatting action":"Cofa automatyczne formatowanie","Align left":"Wyrównaj do lewej","Align right":"Wyrównaj do prawej","Align center":"Wyrównaj do środka","Justify":"Wyrównaj obustronnie","Text alignment":"Wyrównanie tekstu","Text alignment toolbar":"Pasek narzędzi wyrównania tekstu"},getPluralForm(n){return (n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'pl' ]: { dictionary, getPluralForm } } = {"pl":{"dictionary":{"Words: %0":"Słowa: %0","Characters: %0":"Znaki: %0","Widget toolbar":"Pasek widgetów","Insert paragraph before block":"Wstaw akapit przed blokiem","Insert paragraph after block":"Wstaw akapit po bloku","Press Enter to type after or press Shift + Enter to type before the widget":"Naciśnij Enter, aby pisać po widżecie, lub Shift + Enter, aby pisać przed widżetem","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Klawisze, których można używać po wybraniu widżetu (na przykład: obraz, tabela itd.)","Insert a new paragraph directly after a widget":"Wstawia nowy akapit bezpośrednio po widżecie","Insert a new paragraph directly before a widget":"Wstawia nowy akapit bezpośrednio przed widżetem","Move the caret to allow typing directly before a widget":"Przenosi kursor, aby umożliwić pisanie bezpośrednio przed widżetem","Move the caret to allow typing directly after a widget":"Przenosi kursor, aby umożliwić pisanie bezpośrednio za widżetem","Upload in progress":"Trwa przesyłanie","Undo":"Cofnij","Redo":"Ponów","Rich Text Editor":"Edytor tekstu sformatowanego","Editor editing area: %0":"Obszar edycji edytora: %0","Edit block":"Edytuj blok","Click to edit block":"Kliknij, aby edytować blok","Drag to move":"Przeciągnij, aby przenieść","Next":"Następny","Previous":"Poprzedni","Editor toolbar":"Pasek narzędzi edytora","Dropdown toolbar":"Rozwijany pasek narzędzi","Black":"Czarny","Dim grey":"Ciemnoszary","Grey":"Szary","Light grey":"Jasnoszary","White":"Biały","Red":"Czerwony","Orange":"Pomarańczowy","Yellow":"Żółty","Light green":"Jasnozielony","Green":"Zielony","Aquamarine":"Akwamaryna","Turquoise":"Turkusowy","Light blue":"Jasnoniebieski","Blue":"Niebieski","Purple":"Purpurowy","Editor block content toolbar":"Pasek zadań treści blokowej edytora","Editor contextual toolbar":"Kontekstowy pasek zadań edytora","HEX":"SZESNASTKOWY","No results found":"Nie znaleziono wyników","No searchable items":"Brak elementów do wyszukania","Editor dialog":"Okno edytora","Close":"Zamknij","Help Contents. To close this dialog press ESC.":"Zawartość pomocy. Aby zamknąć to okno dialogowe, naciśnij klawisz ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Poniżej znajdziesz listę skrótów klawiszowych, których można używać w edytorze.","(may require <kbd>Fn</kbd>)":"(może wymagać użycia klawisza <kbd>Fn</kbd>)","Accessibility":"Dostępność","Accessibility help":"Pomoc dotycząca dostępności","Press %0 for help.":"Naciśnij %0, aby uzyskać pomoc.","Move focus in and out of an active dialog window":"Przenosi fokus do i z aktywnego okna dialogowego","MENU_BAR_MENU_FILE":"Plik","MENU_BAR_MENU_EDIT":"Zmiana","MENU_BAR_MENU_VIEW":"Zobacz","MENU_BAR_MENU_INSERT":"Wstaw","MENU_BAR_MENU_FORMAT":"Format","MENU_BAR_MENU_TOOLS":"Narzędzia","MENU_BAR_MENU_HELP":"Pomoc","MENU_BAR_MENU_TEXT":"Tekst","MENU_BAR_MENU_FONT":"Czcionka","Editor menu bar":"Pasek menu edytora","Please enter a valid color (e.g. \"ff0000\").":"Wprowadź prawidłowy kolor (np. „ff0000”).","Insert table":"Wstaw tabelę","Header column":"Kolumna nagłówka","Insert column left":"Wstaw kolumnę z lewej","Insert column right":"Wstaw kolumnę z prawej","Delete column":"Usuń kolumnę","Select column":"Zaznacz kolumnę","Column":"Kolumna","Header row":"Wiersz nagłówka","Insert row below":"Wstaw wiersz poniżej","Insert row above":"Wstaw wiersz ponad","Delete row":"Usuń wiersz","Select row":"Zaznacz wiersz","Row":"Wiersz","Merge cell up":"Scal komórkę w górę","Merge cell right":"Scal komórkę w prawo","Merge cell down":"Scal komórkę w dół","Merge cell left":"Scal komórkę w lewo","Split cell vertically":"Podziel komórkę pionowo","Split cell horizontally":"Podziel komórkę poziomo","Merge cells":"Scal komórki","Table toolbar":"Pasek narzędzi tabel","Table properties":"Właściwości tabeli","Cell properties":"Właściwości komórki","Border":"Obramowanie","Style":"Styl","Width":"Szerokość","Height":"Wysokość","Color":"Kolor","Background":"Tło","Padding":"Dopełnienie","Dimensions":"Wymiary","Table cell text alignment":"Wyrównanie tekstu komórki tabeli","Alignment":"Wyrównanie","Horizontal text alignment toolbar":"Pasek narzędzi wyrównania tekstu w poziomie","Vertical text alignment toolbar":"Pasek narzędzi wyrównania tekstu w pionie","Table alignment toolbar":"Pasek narzędzi wyrównania tabeli","None":"Brak","Solid":"Ciągłe","Dotted":"Kropkowane","Dashed":"Kreskowane","Double":"Podwójne","Groove":"Wklęsłe","Ridge":"Wypukłe","Inset":"Zapadnięte","Outset":"Wysunięte","Align cell text to the left":"Wyrównaj tekst w komórce do lewej","Align cell text to the center":"Wyrównaj tekst w komórce do środka","Align cell text to the right":"Wyrównaj tekst w komórce do prawej","Justify cell text":"Wyjustuj tekst komórki","Align cell text to the top":"Wyrównaj tekst w komórce do góry","Align cell text to the middle":"Wyrównaj tekst w komórce do środka","Align cell text to the bottom":"Wyrównaj tekst w komórce do dołu","Align table to the left":"Wyrównaj tabelę do lewej","Center table":"Wyrównaj tabelę do środka","Align table to the right":"Wyrównaj tabelę do prawej","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Kolor jest niepoprawny. Spróbuj wpisać \"#FF0000\", \"rgb(255,0,0)\" lub \"red\".","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Wartość jest niepoprawna. Spróbuj wpisać \"10px\", \"2em\" lub po prostu \"2\".","Color picker":"Wybór koloru","Enter table caption":"Wprowadź podpis tabeli","Keystrokes that can be used in a table cell":"Klawisze, których można używać w komórce tabeli","Move the selection to the next cell":"Przenosi zaznaczenie do następnej komórki","Move the selection to the previous cell":"Przenosi zaznaczenie do poprzedniej komórki","Insert a new table row (when in the last cell of a table)":"Wstawia nowy wiersz tabeli (w przypadku ostatniej komórki tabeli)","Navigate through the table":"Umożliwia poruszanie się po tabeli","Table":"Tabela","Styles":"Style","Multiple styles":"Wiele stylów","Block styles":"Style tekstu blokowego","Text styles":"Style tekstu","Special characters":"Znaki specjalne","All":"Wszystko","Arrows":"Strzałki","Currency":"Waluta","Latin":"Łaciński","Mathematical":"Matematyczne","Text":"Tekst","leftwards simple arrow":"prosta strzałka w lewo","rightwards simple arrow":"prosta strzałka w prawo","upwards simple arrow":"prosta strzałka w górę","downwards simple arrow":"prosta strzałka w dół","leftwards double arrow":"podwójna strzałka w lewo","rightwards double arrow":"podwójna strzałka w prawo","upwards double arrow":"podwójna strzałka w górę","downwards double arrow":"podwójna strzałka w dół","leftwards dashed arrow":"przerywana strzałka w lewo","rightwards dashed arrow":"przerywana strzałka w prawo","upwards dashed arrow":"przerywana strzałka w górę","downwards dashed arrow":"przerywana strzałka w dół","leftwards arrow to bar":"strzałka w lewo do belki","rightwards arrow to bar":"strzałka w prawo do belki","upwards arrow to bar":"strzałka w górę do belki","downwards arrow to bar":"strzałka w dół do belki","up down arrow with base":"strzałka w górę i w dół z podstawą","back with leftwards arrow above":"do tyłu ze strzałką w lewo powyżej","end with leftwards arrow above":"koniec ze strzałką w lewo powyżej","on with exclamation mark with left right arrow above":"na z wykrzyknikiem i strzałką w lewo i prawo powyżej","soon with rightwards arrow above":"wkrótce ze strzałką w prawo powyżej","top with upwards arrow above":"do góry ze strzałką w górę powyżej","Dollar sign":"Znak dolara","Euro sign":"Znak euro","Yen sign":"Znak jena","Pound sign":"Znak funta","Cent sign":"Znak centa","Euro-currency sign":"Znak euro","Colon sign":"Znak colona","Cruzeiro sign":"Znak cruzeiro","French franc sign":"Znak franka francuskiego","Lira sign":"Znak liry","Currency sign":"Znak waluty","Bitcoin sign":"Znak bitcoina","Mill sign":"Symbol mila","Naira sign":"Znak nairy","Peseta sign":"Znak pesety","Rupee sign":"Znak rupii","Won sign":"Znak wona","New sheqel sign":"Znak nowego szekla","Dong sign":"Znak donga","Kip sign":"Znak kipa","Tugrik sign":"Znak tugrika","Drachma sign":"Znak drachmy","German penny sign":"Znak feniga","Peso sign":"Znak peso","Guarani sign":"Znak guarani","Austral sign":"Znak australa","Hryvnia sign":"Znak hrywny","Cedi sign":"Znak cedi","Livre tournois sign":"Symbol liwra turońskiego","Spesmilo sign":"Symbol spesmilo","Tenge sign":"Znak tenge","Indian rupee sign":"Znak rupii indyjskiej","Turkish lira sign":"Znak liry tureckiej","Nordic mark sign":"Znak marki nordyckiej","Manat sign":"Znak manata","Ruble sign":"Znak rubla","Latin capital letter a with macron":"Łacińska wielka litera a z makronem","Latin small letter a with macron":"Łacińska mała litera a z makronem","Latin capital letter a with breve":"Łacińska wielka litera a z łuczkiem","Latin small letter a with breve":"Łacińska mała litera a z łuczkiem","Latin capital letter a with ogonek":"Łacińska wielka litera a z ogonkiem","Latin small letter a with ogonek":"Łacińska mała litera a z ogonkiem","Latin capital letter c with acute":"Łacińska wielka litera c z kreską","Latin small letter c with acute":"Łacińska mała litera c z kreską","Latin capital letter c with circumflex":"Łacińska wielka litera c z daszkiem","Latin small letter c with circumflex":"Łacińska mała litera c z daszkiem","Latin capital letter c with dot above":"Łacińska wielka litera c z kropką powyżej","Latin small letter c with dot above":"Łacińska mała litera c z kropką powyżej","Latin capital letter c with caron":"Łacińska wielka litera c z ptaszkiem","Latin small letter c with caron":"Łacińska mała litera c z ptaszkiem","Latin capital letter d with caron":"Łacińska wielka litera d z ptaszkiem","Latin small letter d with caron":"Łacińska mała litera d z ptaszkiem","Latin capital letter d with stroke":"Łacińska wielka litera d z przekreśleniem","Latin small letter d with stroke":"Łacińska mała litera d z przekreśleniem","Latin capital letter e with macron":"Łacińska wielka litera e z makronem","Latin small letter e with macron":"Łacińska mała litera e z makronem","Latin capital letter e with breve":"Łacińska wielka litera e z łuczkiem","Latin small letter e with breve":"Łacińska mała litera e z łuczkiem","Latin capital letter e with dot above":"Łacińska wielka litera e z kropką powyżej","Latin small letter e with dot above":"Łacińska mała litera e z kropką powyżej","Latin capital letter e with ogonek":"Łacińska wielka litera e z ogonkiem","Latin small letter e with ogonek":"Łacińska mała litera e z ogonkiem","Latin capital letter e with caron":"Łacińska wielka litera e z ptaszkiem","Latin small letter e with caron":"Łacińska mała litera e z ptaszkiem","Latin capital letter g with circumflex":"Łacińska wielka litera g z daszkiem","Latin small letter g with circumflex":"Łacińska mała litera g z daszkiem","Latin capital letter g with breve":"Łacińska wielka litera g z łuczkiem","Latin small letter g with breve":"Łacińska mała litera g z łuczkiem","Latin capital letter g with dot above":"Łacińska wielka litera g z kropką powyżej","Latin small letter g with dot above":"Łacińska mała litera g z kropką powyżej","Latin capital letter g with cedilla":"Łacińska wielka litera g z haczykiem","Latin small letter g with cedilla":"Łacińska mała litera g z haczykiem","Latin capital letter h with circumflex":"Łacińska wielka litera h z daszkiem","Latin small letter h with circumflex":"Łacińska mała litera h z daszkiem","Latin capital letter h with stroke":"Łacińska wielka litera h z przekreśleniem","Latin small letter h with stroke":"Łacińska mała litera h z przekreśleniem","Latin capital letter i with tilde":" Łacińska wielka litera i z tyldą","Latin small letter i with tilde":"Łacińska mała litera i z tyldą","Latin capital letter i with macron":"Łacińska wielka litera i z makronem","Latin small letter i with macron":"Łacińska mała litera i z makronem","Latin capital letter i with breve":"Łacińska wielka litera i z łuczkiem","Latin small letter i with breve":"Łacińska mała litera i z łuczkiem","Latin capital letter i with ogonek":"Łacińska wielka litera i z ogonkiem","Latin small letter i with ogonek":"Łacińska mała litera i z ogonkiem","Latin capital letter i with dot above":"Łacińska wielka litera i z kropką powyżej","Latin small letter dotless i":"Łacińska mała litera i bez kropki","Latin capital ligature ij":"Łacińska wielka ligatura ij","Latin small ligature ij":"Łacińska mała ligatura ij","Latin capital letter j with circumflex":"Łacińska wielka litera j z daszkiem","Latin small letter j with circumflex":"Łacińska mała litera j z daszkiem","Latin capital letter k with cedilla":"Łacińska wielka litera k z haczykiem","Latin small letter k with cedilla":"Łacińska mała litera k z haczykiem","Latin small letter kra":"Łacińska mała litera kra","Latin capital letter l with acute":"Łacińska wielka litera l z kreską","Latin small letter l with acute":"Łacińska mała litera l z kreską","Latin capital letter l with cedilla":"Łacińska wielka litera l z haczykiem","Latin small letter l with cedilla":"Łacińska mała litera l z haczykiem","Latin capital letter l with caron":"Łacińska wielka litera l z ptaszkiem","Latin small letter l with caron":"Łacińska mała litera l z ptaszkiem","Latin capital letter l with middle dot":"Łacińska wielka litera l z kropką pośrodku","Latin small letter l with middle dot":"Łacińska mała litera l z kropką pośrodku","Latin capital letter l with stroke":"Łacińska wielka litera l z przekreśleniem","Latin small letter l with stroke":"Łacińska mała litera l z przekreśleniem","Latin capital letter n with acute":"Łacińska wielka litera n z kreską","Latin small letter n with acute":"Łacińska mała litera n z kreską","Latin capital letter n with cedilla":"Łacińska wielka litera n z haczykiem","Latin small letter n with cedilla":"Łacińska mała litera n z haczykiem","Latin capital letter n with caron":"Łacińska wielka litera n z ptaszkiem","Latin small letter n with caron":"Łacińska mała litera n z ptaszkiem","Latin small letter n preceded by apostrophe":"Łacińska mała litera n poprzedzona apostrofem","Latin capital letter eng":"Łacińska wielka litera eng","Latin small letter eng":"Łacińska mała litera eng","Latin capital letter o with macron":"Łacińska wielka litera o z makronem","Latin small letter o with macron":"Łacińska mała litera o z makronem","Latin capital letter o with breve":"Łacińska wielka litera o z łuczkiem","Latin small letter o with breve":"Łacińska mała litera o z łuczkiem","Latin capital letter o with double acute":"Łacińska wielka litera o z dwiema kreskami","Latin small letter o with double acute":"Łacińska mała litera o z dwiema kreskami","Latin capital ligature oe":"Łacińska wielka ligatura oe","Latin small ligature oe":"Łacińska mała ligatura oe","Latin capital letter r with acute":"Łacińska wielka litera r z kreską","Latin small letter r with acute":"Łacińska mała litera r z kreską","Latin capital letter r with cedilla":"Łacińska wielka litera r z haczykiem","Latin small letter r with cedilla":"Łacińska mała litera r z haczykiem","Latin capital letter r with caron":"Łacińska wielka litera r z ptaszkiem","Latin small letter r with caron":"Łacińska mała litera r z ptaszkiem","Latin capital letter s with acute":"Łacińska wielka litera s z kreską","Latin small letter s with acute":"Łacińska mała litera s z kreską","Latin capital letter s with circumflex":"Łacińska wielka litera s z daszkiem","Latin small letter s with circumflex":"Łacińska mała litera s z daszkiem","Latin capital letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin small letter s with cedilla":"Łacińska wielka litera s z haczykiem","Latin capital letter s with caron":"Łacińska wielka litera s z ptaszkiem","Latin small letter s with caron":"Łacińska mała litera s z ptaszkiem","Latin capital letter t with cedilla":"Łacińska wielka litera t z haczykiem","Latin small letter t with cedilla":"Łacińska mała litera t z haczykiem","Latin capital letter t with caron":"Łacińska wielka litera t z ptaszkiem","Latin small letter t with caron":"Łacińska mała litera t z ptaszkiem","Latin capital letter t with stroke":"Łacińska wielka litera t z przekreśleniem","Latin small letter t with stroke":"Łacińska mała litera t z przekreśleniem","Latin capital letter u with tilde":"Łacińska wielka litera u z tyldą","Latin small letter u with tilde":"Łacińska mała litera u z tyldą","Latin capital letter u with macron":"Łacińska wielka litera u z makronem","Latin small letter u with macron":"Łacińska mała litera u z makronem","Latin capital letter u with breve":"Łacińska wielka litera u z łuczkiem","Latin small letter u with breve":"Łacińska mała litera u z łuczkiem","Latin capital letter u with ring above":"Łacińska wielka litera u z kółkiem powyżej","Latin small letter u with ring above":"Łacińska mała litera u z kółkiem powyżej","Latin capital letter u with double acute":"Łacińska wielka litera u z dwiema kreskami","Latin small letter u with double acute":"Łacińska mała litera u z dwiema kreskami","Latin capital letter u with ogonek":"Łacińska wielka litera u z ogonkiem","Latin small letter u with ogonek":"Łacińska mała litera u z ogonkiem","Latin capital letter w with circumflex":"Łacińska wielka litera w z daszkiem","Latin small letter w with circumflex":"Łacińska mała litera w z daszkiem","Latin capital letter y with circumflex":"Łacińska wielka litera y z daszkiem","Latin small letter y with circumflex":"Łacińska mała litera y z daszkiem","Latin capital letter y with diaeresis":"Łacińska wielka litera y z dwiema kropkami","Latin capital letter z with acute":"Łacińska wielka litera z z kreską","Latin small letter z with acute":"Łacińska mała litera z z kreską","Latin capital letter z with dot above":"Łacińska wielka litera z z kropką powyżej","Latin small letter z with dot above":"Łacińska mała litera z z kropką powyżej","Latin capital letter z with caron":"Łacińska wielka litera z z ptaszkiem","Latin small letter z with caron":"Łacińska mała litera z z ptaszkiem","Latin small letter long s":"Łacińska litera długie s","Less-than sign":"Znak mniejszości","Greater-than sign":"Znak większości","Less-than or equal to":"Znak mniejsze niż lub równe","Greater-than or equal to":"Znak większe niż lub równe","En dash":"Półpauza","Em dash":"Pauza","Macron":"Makron","Overline":"Nadkreślenie","Degree sign":"Znak stopnia","Minus sign":"Znak minus","Plus-minus sign":"Znak plus-minus","Division sign":"Znak dzielenia","Fraction slash":"Kreska ułamkowa","Multiplication sign":"Znak mnożenia","Latin small letter f with hook":"Łacińska mała litera f z zawijasem","Integral":"Całka","N-ary summation":"Suma n-argumentowa","Infinity":"Nieskończoność","Square root":"Pierwiastek kwadratowy","Tilde operator":"Operator tylda","Approximately equal to":"W przybliżeniu równe","Almost equal to":"Prawie równe","Not equal to":"Różne","Identical to":"Identyczne","Element of":"Należy do","Not an element of":"Nie należy do","Contains as member":"Zawiera element","N-ary product":"Iloczyn n-argumentowy","Logical and":"Koniunkcja logiczna","Logical or":"Alternatywa logiczna","Not sign":"Znak negacji","Intersection":"Część wspólna","Union":"Suma zbiorów","Partial differential":"Pochodna cząstkowa","For all":"Kwantyfikator ogólny","There exists":"Kwantyfikator szczegółowy","Empty set":"Zbiór pusty","Nabla":"Operator nabla","Asterisk operator":"Operator asterysk","Proportional to":"Proporcjonalność","Angle":"Kąt","Vulgar fraction one quarter":"Ułamek zwykły jedna czwarta","Vulgar fraction one half":"Ułamek zwykły jedna druga","Vulgar fraction three quarters":"Ułamek zwykły trzy czwarte","Single left-pointing angle quotation mark":"Pojedynczy lewy cudzysłów kątowy","Single right-pointing angle quotation mark":"Pojedynczy prawy cudzysłów kątowy","Left-pointing double angle quotation mark":"Podwójny lewy cudzysłów kątowy","Right-pointing double angle quotation mark":"Podwójny prawy cudzysłów kątowy","Left single quotation mark":"Pojedynczy lewy cudzysłów","Right single quotation mark":"Pojedynczy prawy cudzysłów","Left double quotation mark":"Podwójny lewy cudzysłów","Right double quotation mark":"Podwójny prawy cudzysłów","Single low-9 quotation mark":"Pojedynczy dolny cudzysłów","Double low-9 quotation mark":"Podwójny dolny cudzysłów","Inverted exclamation mark":"Odwrócony wykrzyknik","Inverted question mark":"Odwrócony pytajnik","Two dot leader":"Dwie kropki wiodące","Horizontal ellipsis":"Wielokropek poziomy","Double dagger":"Podwójny sztylet","Per mille sign":"Znak promila","Per ten thousand sign":"Punkt bazowy","Double exclamation mark":"Podwójny wykrzyknik","Question exclamation mark":"Pytajnik z wykrzyknikiem","Exclamation question mark":"Wykrzyknik z pytajnikiem","Double question mark":"Podwójny pytajnik","Copyright sign":"Znak praw autorskich","Registered sign":"Zastrzeżony znak towarowy","Trade mark sign":"Symbol znaku towarowego","Section sign":"Znak sekcji","Paragraph sign":"Znak akapitu","Reversed paragraph sign":"Odwrócony znak akapitu","Character categories":"Kategorie znaków","Source":"Źródło","Show source":"Pokaż źródło","Show blocks":"Wyświetl bloki","Select all":"Zaznacz wszystko","Disable editing":"Zablokuj edycję","Enable editing":"Odblokuj edycję","Previous editable region":"Poprzednie pole do edycji","Next editable region":"Następne pole do edycji","Navigate editable regions":"Przejdź między polami do edycji","Remove Format":"Usuń formatowanie","Page break":"Podział strony","media widget":"widget osadzenia mediów","Media URL":"Adres URL","Paste the media URL in the input.":"Wklej adres URL mediów do pola.","Tip: Paste the URL into the content to embed faster.":"Wskazówka: Wklej URL do treści edytora, by łatwiej osadzić media.","The URL must not be empty.":"Adres URL nie może być pusty.","This media URL is not supported.":"Ten rodzaj adresu URL nie jest obsługiwany.","Insert media":"Wstaw media","Media toolbar":"Pasek narzędzi mediów","Open media in new tab":"Otwórz media w nowej zakładce","Numbered List":"Lista numerowana","Bulleted List":"Lista wypunktowana","To-do List":"Lista rzeczy do zrobienia","Bulleted list styles toolbar":"Pasek z narzędziami: style listy z punktorami","Numbered list styles toolbar":"Pasek z narzędziami: style listy numerowanej","Toggle the disc list style":"Włącz/wyłącz listę w stylu „dysk”","Toggle the circle list style":"Włącz/wyłącz listę w stylu „kółko”","Toggle the square list style":"Włącz/wyłącz listę w stylu „kwadrat”","Toggle the decimal list style":"Włącz/wyłącz listę w stylu „dziesiętne”","Toggle the decimal with leading zero list style":"Włącz/wyłącz listę w stylu „dziesiętne z zerem wiodącym”","Toggle the lower–roman list style":"Włącz/wyłącz listę w stylu „małe cyfry rzymskie”","Toggle the upper–roman list style":"Włącz/wyłącz listę w stylu „wielkie cyfry rzymskie”","Toggle the lower–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – małe litery”","Toggle the upper–latin list style":"Włącz/wyłącz listę w stylu „alfabet łaciński – wielkie litery”","Disc":"Dysk","Circle":"Kółko","Square":"Kwadrat","Decimal":"Dziesiętne","Decimal with leading zero":"Dziesiętne z zerem wiodącym","Lower–roman":"Małe cyfry rzymskie","Upper-roman":"Wielkie cyfry rzymskie","Lower-latin":"Alfabet łaciński – małe litery","Upper-latin":"Alfabet łaciński – wielkie litery","List properties":"Właściwości listy","Start at":"Zacznij od","Invalid start index value.":"Nieprawidłowa wartość indeksu początkowego.","Start index must be greater than 0.":"Wartość początkowa musi być większa niż 0.","Reversed order":"Odwrócona kolejność","Keystrokes that can be used in a list":"Klawisze, których można używać w odniesieniu do listy","Increase list item indent":"Zwiększa wcięcie elementu listy","Decrease list item indent":"Zmniejsza wcięcie elementu listy","Entering a to-do list":"Wchodzenie na listę zadań do wykonania","Leaving a to-do list":"Opuszczenie listy zadań do wykonania","Unlink":"Usuń odnośnik","Link":"Wstaw odnośnik","Link URL":"Adres URL","Link URL must not be empty.":"Adres URL linku nie może być pusty","Link image":"Wstaw odnośnik do obrazka","Edit link":"Edytuj odnośnik","Open link in new tab":"Otwórz odnośnik w nowej zakładce","This link has no URL":"Nie podano adresu URL odnośnika","Open in a new tab":"Otwórz w nowej zakładce","Downloadable":"Do pobrania","Create link":"Tworzy link","Move out of a link":"Umożliwia wyjście z linku","Language":"Język","Choose language":"Wybierz język","Remove language":"Usuń język","Increase indent":"Zwiększ wcięcie","Decrease indent":"Zmniejsz wcięcie","image widget":"Obraz","Wrap text":"Zawijaj tekst","Break text":"Rozbijaj tekst","In line":"W linii","Side image":"Obraz dosunięty do brzegu, oblewany tekstem","Full size image":"Obraz w pełnym rozmiarze","Left aligned image":"Obraz wyrównany do lewej","Centered image":"Obraz wyrównany do środka","Right aligned image":"Obraz wyrównany do prawej","Change image text alternative":"Zmień tekst zastępczy obrazka","Text alternative":"Tekst zastępczy obrazka","Enter image caption":"Wstaw tytuł obrazka","Insert image":"Wstaw obraz","Replace image":"Zastąp obraz","Upload from computer":"Prześlij z komputera","Replace from computer":"Zastąp z komputera","Upload image from computer":"Prześlij obraz z komputera","Image from computer":"Obraz z komputera","Replace image from computer":"Zastąp obraz z komputera","Upload failed":"Przesyłanie obrazu nie powiodło się","Image toolbar":"Pasek narzędzi obrazka","Resize image":"Zmień rozmiar obrazka","Resize image to %0":"Zmień rozmiar do %0","Resize image to the original size":"Przywróć oryginalny rozmiar obrazu","Resize image (in %0)":"Zmień rozmiar obrazu (w %0)","Original":"Oryginalny","Custom image size":"Niestandardowy rozmiar obrazu","Custom":"Niestandardowy","Image resize list":"Lista: zmiana wielkości obrazu","Insert":"Wstaw","Update":"Zaktualizuj","Insert image via URL":"Wstaw obraz z adresu URL","Update image URL":"Uaktualnij obraz z adresu URL","Caption for the image":"Nagłówek do obrazu","Caption for image: %0":"Nagłówek do obrazu: %0","The value must not be empty.":"Wartość nie może być pusta.","The value should be a plain number.":"Wartość powinna zawierać tylko liczbę.","Uploading image":"Trwa przesyłanie obrazu","Image upload complete":"Przesyłanie obrazu zakończone","Error during image upload":"Błąd podczas przesyłania obrazu","HTML object":"Obiekt HTML","Insert HTML":"Wstaw kod HTML","HTML snippet":"Kod HTML","Paste raw HTML here...":"Wstaw tutaj czysty kod HTML...","Edit source":"Edytuj źródło","Save changes":"Zapisz zmiany","No preview available":"Podgląd nie jest dostępny","Empty snippet content":"Brak kodu","Horizontal line":"Linia pozioma","Yellow marker":"Żółty marker","Green marker":"Zielony marker","Pink marker":"Różowy marker","Blue marker":"Niebieski marker","Red pen":"Czerwony długopis","Green pen":"Zielony długopis","Remove highlight":"Usuń podświetlenie","Highlight":"Podświetlenie","Text highlight toolbar":"Pasek narzędzi podświetleń","Paragraph":"Akapit","Heading":"Nagłówek","Choose heading":"Wybierz nagłówek","Heading 1":"Nagłówek 1","Heading 2":"Nagłówek 2","Heading 3":"Nagłówek 3","Heading 4":"Nagłówek 4","Heading 5":"Nagłówek 5","Heading 6":"Nagłówek 6","Type your title":"Podaj tytuł","Type or paste your content here.":"Wpisz lub wklej tutaj treść dokumentu.","Font Size":"Rozmiar czcionki","Tiny":"Bardzo mały","Small":"Mały","Big":"Duży","Huge":"Bardzo duży","Font Family":"Czcionka","Default":"Domyślny","Font Color":"Kolor czcionki","Font Background Color":"Kolor tła czcionki","Document colors":"Kolory dokumentu","Find and replace":"Znajdź i zamień","Find in text…":"Znajdź…","Find":"Znajdź","Previous result":"Poprzedni","Next result":"Następny","Replace":"Zamień","Replace all":"Zamień wszystko","Match case":"Uwzględnij wielkość liter","Whole words only":"Znajdź tylko całe wyrazy","Replace with…":"Zamień na…","Text to find must not be empty.":"Szukany tekst nie może być pusty.","Tip: Find some text first in order to replace it.":"Podpowiedź: Znajdź jakiś tekst, aby go zamienić.","Advanced options":"Opcje zaawansowane","Find in the document":"Otwiera interfejs Znajdź w dokumencie","Insert a soft break (a <code><br></code> element)":"Wstawia miękki enter (element <code><br></code>","Insert a hard break (a new paragraph)":"Wstawia twardą spację (nowy akapit)","Cancel":"Anuluj","Clear":"Wyczyść","Remove color":"Usuń kolor","Restore default":"Przywróć domyślne","Save":"Zapisz","Show more items":"Pokaż więcej","%0 of %1":"%0 z %1","Cannot upload file:":"Nie można przesłać pliku:","Rich Text Editor. Editing area: %0":"Edytor tekstu. Obszar edycji: %0","Insert with file manager":"Wstaw za pomocą menedżera plików","Replace with file manager":"Zastąp za pomocą menedżera plików","Insert image with file manager":"Wstaw obraz za pomocą menedżera plików","Replace image with file manager":"Zastąp obraz za pomocą menedżera plików","Toggle caption off":"Ukryj podpis tabeli","Toggle caption on":"Pokaż podpis tabeli","Content editing keystrokes":"Klawisze edycji zawartości","These keyboard shortcuts allow for quick access to content editing features.":"Te skróty klawiszowe umożliwiają szybki dostęp do funkcji edycji zawartości.","User interface and content navigation keystrokes":"Klawisze umożliwiające poruszanie się po interfejsie użytkownika i zawartości","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Aby łatwiej poruszać się po interfejsie użytkownika CKEditor 5, użyj następujących skrótów klawiszowych.","Close contextual balloons, dropdowns, and dialogs":"Zamyka podpowiedzi kontekstowe, menu rozwijane i okna dialogowe","Open the accessibility help dialog":"Otwiera okno pomocy dotyczącej dostępności","Move focus between form fields (inputs, buttons, etc.)":"Przenosi fokus pomiędzy polami formularza (polami wprowadzania, przyciskami itd.)","Move focus to the menu bar, navigate between menu bars":"Zmień ukierunkowanie na pasek menu, nawiguj między paskami menu","Move focus to the toolbar, navigate between toolbars":"Przenosi fokus na pasek narzędzi, umożliwia poruszanie się pomiędzy paskami narzędzi","Navigate through the toolbar or menu bar":"Nawiguj za pomocą paska narzędzi lub paska menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Uruchom aktualnie aktywny przycisk. Uruchomienie przycisków wchodzących w interakcję z zawartością edytora przywraca ukierunkowanie na zawartość.","Accept":"Zaakceptuj","Insert code block":"Wstaw blok kodu","Plain text":"Zwykły tekst","Leaving %0 code snippet":"Opuszczenie fragmentu kodu %0","Entering %0 code snippet":"Wchodzenie we fragment kodu %0","Entering code snippet":"Wchodzenie we fragment kodu","Leaving code snippet":"Opuszczanie fragmentu kodu","Code block":"Blok kodu","Copy selected content":"Kopiuje zaznaczoną zawartość","Paste content":"Wkleja zawartość","Paste content as plain text":"Wkleja zawartość jako zwykły tekst","Insert image or file":"Wstaw obrazek lub plik","Image or file":"Obraz lub plik","Could not obtain resized image URL.":"Nie można pobrać adresu URL obrazka po przeskalowaniu.","Selecting resized image failed":"Wybranie obrazka po przeskalowaniu nie powiodło się.","Could not insert image at the current position.":"Nie można wstawić obrazka w bieżącej lokalizacji.","Inserting image failed":"Wstawienie obrazka nie powiodło się.","Open file manager":"Otwórz menedżer plików","Cannot determine a category for the uploaded file.":"Nie można ustalić kategorii przesłanego pliku.","Cannot access default workspace.":"Nie można uzyskać dostępu do domyślnego obszaru roboczego.","Edit image":"Edytuj obraz","Processing the edited image.":"Trwa przetwarzanie edytowanego obrazu.","Server failed to process the image.":"Serwer nie mógł przetworzyć obrazu.","Failed to determine category of edited image.":"Nie udało się określić kategorii edytowanego obrazu.","Block quote":"Cytat blokowy","Bold":"Pogrubienie","Italic":"Kursywa","Underline":"Podkreślenie","Code":"Kod","Strikethrough":"Przekreślenie","Subscript":"Indeks dolny","Superscript":"Indeks górny","Italic text":"Zmienia tekst na kursywę","Move out of an inline code style":"Przenosi zaznaczenie poza styl kodu inline","Bold text":"Pogrubia tekst","Underline text":"Podkreśla tekst","Strikethrough text":"Przekreśla tekst","Saving changes":"Zapisywanie zmian","Revert autoformatting action":"Cofa automatyczne formatowanie","Align left":"Wyrównaj do lewej","Align right":"Wyrównaj do prawej","Align center":"Wyrównaj do środka","Justify":"Wyrównaj obustronnie","Text alignment":"Wyrównanie tekstu","Text alignment toolbar":"Pasek narzędzi wyrównania tekstu"},getPluralForm(n){return (n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);}}};
|
8
|
+
e[ 'pl' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'pl' ].dictionary = Object.assign( e[ 'pl' ].dictionary, dictionary );
|
10
|
+
e[ 'pl' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|
@@ -0,0 +1,5 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
export default {"pt-br":{"dictionary":{"Words: %0":"Palavras: %0","Characters: %0":"Caracteres: %0","Widget toolbar":"Ferramentas de Widgets","Insert paragraph before block":"Inserir parágrafo antes do bloco","Insert paragraph after block":"Inserir parágrafo após o bloco","Press Enter to type after or press Shift + Enter to type before the widget":"Pressione Enter para digitar depois ou pressione Shift + Enter para digitar antes do widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Teclas que podem ser usadas quando um widget está selecionado (por exemplo: imagem, tabela, etc.)","Insert a new paragraph directly after a widget":"Inserir um novo parágrafo diretamente após um widget","Insert a new paragraph directly before a widget":"Inserir um novo parágrafo diretamente antes de um widget","Move the caret to allow typing directly before a widget":"Mova o cursor para permitir a digitação diretamente antes de um widget","Move the caret to allow typing directly after a widget":"Mova o cursor para permitir a digitação diretamente após um widget","Upload in progress":"Enviando dados","Undo":"Desfazer","Redo":"Refazer","Rich Text Editor":"Editor de Formatação","Editor editing area: %0":"Área de edição do editor: %0","Edit block":"Editor de bloco","Click to edit block":"Clicar para editar o bloco","Drag to move":"Arrastar para mover","Next":"Próximo","Previous":"Anterior","Editor toolbar":"Ferramentas do Editor","Dropdown toolbar":"Barra de Ferramentas da Lista Suspensa","Black":"Preto","Dim grey":"Cinza escuro","Grey":"Cinza","Light grey":"Cinza claro","White":"Branco","Red":"Vermelho","Orange":"Laranja","Yellow":"Amarelo","Light green":"Verde claro","Green":"Verde","Aquamarine":"Água-marinha","Turquoise":"Turquesa","Light blue":"Azul claro","Blue":"Azul","Purple":"Púrpura","Editor block content toolbar":"Barra de ferramentas de bloco do Editor","Editor contextual toolbar":"Barra de ferramentas contextual do Editor","HEX":"Hexadecimal","No results found":"Nenhum resultado encontrado","No searchable items":"Sem itens pesquisáveis","Editor dialog":"Diálogo do editor","Close":"Fechar","Help Contents. To close this dialog press ESC.":"Conteúdo de Ajuda. Para fechar este diálogo pressione ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Abaixo, você pode encontrar uma lista de atalhos de teclado que podem ser usados no editor.","(may require <kbd>Fn</kbd>)":"(pode requerer <kbd>Fn</kbd>)","Accessibility":"Acessibilidade","Accessibility help":"Ajuda de acessibilidade","Press %0 for help.":"Pressione %0 para ajuda.","Move focus in and out of an active dialog window":"Mover o foco para dentro e fora de uma janela de diálogo ativa","MENU_BAR_MENU_FILE":"Arquivo","MENU_BAR_MENU_EDIT":"Editar","MENU_BAR_MENU_VIEW":"Visualizar","MENU_BAR_MENU_INSERT":"Inserir","MENU_BAR_MENU_FORMAT":"Formato","MENU_BAR_MENU_TOOLS":"Ferramentas","MENU_BAR_MENU_HELP":"Ajuda","MENU_BAR_MENU_TEXT":"Texto","MENU_BAR_MENU_FONT":"Fonte","Editor menu bar":"Barra de menu do editor","Please enter a valid color (e.g. \"ff0000\").":"Digite uma cor válida (por exemplo, \"ff0000\").","Insert table":"Inserir tabela","Header column":"Coluna de cabeçalho","Insert column left":"Inserir coluna à esquerda","Insert column right":"Inserir coluna à direita","Delete column":"Excluir coluna","Select column":"Selecionar coluna","Column":"Coluna","Header row":"Linha de cabeçalho","Insert row below":"Inserir linha abaixo","Insert row above":"Inserir linha acima","Delete row":"Excluir linha","Select row":"Selecionar linha","Row":"Linha","Merge cell up":"Mesclar acima","Merge cell right":"Mesclar à direita","Merge cell down":"Mesclar abaixo","Merge cell left":"Mesclar à esquerda","Split cell vertically":"Dividir verticalmente","Split cell horizontally":"Dividir horizontalmente","Merge cells":"Mesclar células","Table toolbar":"Ferramentas de Tabela","Table properties":"Propriedades da tabela","Cell properties":"Propriedades da célula","Border":"Borda","Style":"Estilo","Width":"Largura","Height":"Altura","Color":"Cor","Background":"Cor de fundo","Padding":"Margem interna","Dimensions":"Dimensões","Table cell text alignment":"Alinhamento do texto na célula","Alignment":"Alinhamento","Horizontal text alignment toolbar":"Ferramentas de alinhamento horizontal do texto","Vertical text alignment toolbar":"Ferramentas de alinhamento vertical do texto","Table alignment toolbar":"Ferramentas de alinhamento da tabela","None":"Sem borda","Solid":"Sólida","Dotted":"Pontilhada","Dashed":"Tracejada","Double":"Dupla","Groove":"Ranhura","Ridge":"Crista","Inset":"Baixo relevo","Outset":"Alto relevo","Align cell text to the left":"Alinhar texto da célula para a esquerda","Align cell text to the center":"Alinhar texto da célula centralizado","Align cell text to the right":"Alinhar texto da célula para a direita","Justify cell text":"Justificar texto da célula","Align cell text to the top":"Alinhar texto da célula para o topo","Align cell text to the middle":"Alinhar texto da célula para o meio","Align cell text to the bottom":"Alinhar texto da célula para baixo","Align table to the left":"Alinhar tabela para esquerda","Center table":"Centralizar tabela","Align table to the right":"Alinhar tabela para direita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Cor inválida. Tente \"#FF0000\" ou \"rgb(255,0,0)\" ou \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Valor inválido. Tente \"10px\" ou \"2em\" ou apenas \"2\"","Color picker":"Seletor de cor","Enter table caption":"Inserir legenda da tabela","Keystrokes that can be used in a table cell":"Teclas que podem ser usadas em uma célula de tabela","Move the selection to the next cell":"Mover a seleção para a próxima célula","Move the selection to the previous cell":"Mover a seleção para a célula anterior","Insert a new table row (when in the last cell of a table)":"Inserir uma nova linha de tabela (quando na última célula de uma tabela)","Navigate through the table":"Navegar pela tabela","Table":"Tabela","Styles":"Estilos","Multiple styles":"Múltiplos estilos","Block styles":"Estilos de bloco","Text styles":"Estilos de texto","Special characters":"Caracteres especiais","All":"Tudo","Arrows":"Setas","Currency":"Moeda","Latin":"Latim","Mathematical":"Matemática","Text":"Texto","leftwards simple arrow":"seta simples para a esquerda","rightwards simple arrow":"seta simples para a direita","upwards simple arrow":"seta simples para cima","downwards simple arrow":"seta simples para baixo","leftwards double arrow":"seta dupla para esquerda","rightwards double arrow":"seta dupla para direita","upwards double arrow":"seta dupla para cima","downwards double arrow":"seta dupla para baixo","leftwards dashed arrow":"seta tracejada para esquerda","rightwards dashed arrow":"seta tracejada para direita","upwards dashed arrow":"seta tracejada para cima","downwards dashed arrow":"seta tracejada para baixo","leftwards arrow to bar":"seta à esquerda para barra","rightwards arrow to bar":"seta à direita para barra","upwards arrow to bar":"seta a cima para barra","downwards arrow to bar":"seta a baixo para barra","up down arrow with base":"seta para cima e para baixo com base","back with leftwards arrow above":"símbolo BACK com a seta para esquerda acima","end with leftwards arrow above":"símbolo END com a seta para esquerda acima","on with exclamation mark with left right arrow above":"símbolo ON com ponto de exclamação e seta para esquerda e direita acima","soon with rightwards arrow above":"símbolo SOON com a seta para a direita acima","top with upwards arrow above":"símbolo TOP com a seta para cima acima","Dollar sign":"Símbolo do Dólar","Euro sign":"Símbolo do Euro","Yen sign":"Símbolo do Yen","Pound sign":"Símbolo de Libra","Cent sign":"Símbolo de Centavo","Euro-currency sign":"Símbolo da moeda Euro","Colon sign":"Sinal de dois pontos","Cruzeiro sign":"Símbolo do Cruzeiro","French franc sign":"Símbolo do Franco Francês","Lira sign":"Símbolo da Lira","Currency sign":"Símbolo de moeda","Bitcoin sign":"Símbolo do Bitcoin","Mill sign":"Símbolo de Mill","Naira sign":"Símbolo de Naira","Peseta sign":"Símbolo de Peseta","Rupee sign":"Símbolo da Rupia","Won sign":"Símbolo do Won","New sheqel sign":"Símbolo do Novo Sheqel","Dong sign":"Símbolo do Dong","Kip sign":"Símbolo do Kip","Tugrik sign":"Símbolo de Tugrik","Drachma sign":"Sinal de Dracma","German penny sign":"Símbolo do Centavo Alemão","Peso sign":"Símbolo do Peso","Guarani sign":"Símbolo do Guarani","Austral sign":"Símbolo de Austral","Hryvnia sign":"Símbolo de Hryvnia","Cedi sign":"Símbolo de Cedi","Livre tournois sign":"Símbolo de Livre tournois","Spesmilo sign":"Símbolo do Spesmilo","Tenge sign":"Símbolo do Tenge","Indian rupee sign":"Símbolo da Rupia Indiana","Turkish lira sign":"Símbolo da Lira Turca","Nordic mark sign":"Símbolo do Marco Nórdico","Manat sign":"Símbolo do Manat","Ruble sign":"Símbolo do Rublo Russo","Latin capital letter a with macron":"Símbolo latim maiúsculo A com mácron","Latin small letter a with macron":"Símbolo latim minúsculo A com mácron","Latin capital letter a with breve":"Símbolo latim maiúsculo A com breve","Latin small letter a with breve":"Símbolo latim minúsculo A com breve","Latin capital letter a with ogonek":"Símbolo latim maiúsculo A com ogonek","Latin small letter a with ogonek":"Símbolo latim minúsculo A com ogonek","Latin capital letter c with acute":"Símbolo latim maiúsculo C com acento agudo","Latin small letter c with acute":"Símbolo latim minúsculo C com acento agudo","Latin capital letter c with circumflex":"Símbolo latim maiúsculo C com acento circunflexo","Latin small letter c with circumflex":"Símbolo latim minúsculo C com acento circunflexo","Latin capital letter c with dot above":"Símbolo latim maiúsculo C com ponto acima","Latin small letter c with dot above":"Símbolo latim minúsculo C com ponto acima","Latin capital letter c with caron":"Símbolo latim maiúsculo C com caron","Latin small letter c with caron":"Símbolo latim minúsculo C com caron","Latin capital letter d with caron":"Símbolo latim maiúsculo D com caron","Latin small letter d with caron":"Símbolo latim minúsculo D com caron","Latin capital letter d with stroke":"Símbolo latin maiúsculo D com um traçado vertical","Latin small letter d with stroke":"Símbolo latin minúsculo D com um traçado vertical","Latin capital letter e with macron":"Símbolo latim maiúsculo E com mácron","Latin small letter e with macron":"Símbolo latim minúsculo E com mácron","Latin capital letter e with breve":"Símbolo latim maiúsculo E com breve","Latin small letter e with breve":"Símbolo latim minúsculo E com breve","Latin capital letter e with dot above":"Símbolo latim maiúsculo E com ponto acima","Latin small letter e with dot above":"Símbolo latim minúsculo E com ponto acima","Latin capital letter e with ogonek":"Símbolo latim maiúsculo E com ogonek","Latin small letter e with ogonek":"Símbolo latim minúsculo E com ogonek","Latin capital letter e with caron":"Símbolo latim maiúsculo E com caron","Latin small letter e with caron":"Símbolo latim minúsculo E com caron","Latin capital letter g with circumflex":"Símbolo latim maiúsculo G com acento circunflexo","Latin small letter g with circumflex":"Símbolo latim minúsculo G com acento circunflexo","Latin capital letter g with breve":"Símbolo latim maiúsculo G com breve","Latin small letter g with breve":"Símbolo latim minúsculo G com breve","Latin capital letter g with dot above":"Símbolo latim maiúsculo G com ponto acima","Latin small letter g with dot above":"Símbolo latim minúsculo G com ponto acima","Latin capital letter g with cedilla":"Símbolo latim maiúsculo G com cedilha","Latin small letter g with cedilla":"Símbolo latim minúsculo G com cedilha","Latin capital letter h with circumflex":"Símbolo latim maiúsculo H com acento circunflexo","Latin small letter h with circumflex":"Símbolo latim minúsculo H com acento circunflexo","Latin capital letter h with stroke":"Símbolo latin maiúsculo H com um traçado vertical","Latin small letter h with stroke":"Símbolo latin minúsculo H com um traçado vertical","Latin capital letter i with tilde":"Símbolo latim maiúsculo I com til","Latin small letter i with tilde":"Símbolo latim minúsculo I com til","Latin capital letter i with macron":"Símbolo latim maiúsculo I com mácron","Latin small letter i with macron":"Símbolo latim minúsculo I com mácron","Latin capital letter i with breve":"Símbolo latim maiúsculo I com breve","Latin small letter i with breve":"Símbolo latim minúsculo I com breve","Latin capital letter i with ogonek":"Símbolo latim maiúsculo I com ogonek","Latin small letter i with ogonek":"Símbolo latim minúsculo I com ogonek","Latin capital letter i with dot above":"Símbolo latim maiúsculo I com ponto acima","Latin small letter dotless i":"Símbolo latin sem ponto I","Latin capital ligature ij":"Símbolo latin maiúsculo ligadura IJ","Latin small ligature ij":"Símbolo latin minúsculo ligadura IJ","Latin capital letter j with circumflex":"Símbolo latim maiúsculo J com acento circunflexo","Latin small letter j with circumflex":"Símbolo latim minúsculo J com acento circunflexo","Latin capital letter k with cedilla":"Símbolo latim maiúsculo K com cedilha","Latin small letter k with cedilla":"Símbolo latim minúsculo K com cedilha","Latin small letter kra":"Símbolo latin minúsculo K","Latin capital letter l with acute":"Símbolo latim maiúsculo l com acento agudo","Latin small letter l with acute":"Símbolo latim minúsculo I com acento agudo","Latin capital letter l with cedilla":"Símbolo latim maiúsculo L com cedilha","Latin small letter l with cedilla":"Símbolo latim minúsculo L com cedilha","Latin capital letter l with caron":"Símbolo latim maiúsculo I com caron","Latin small letter l with caron":"Símbolo latim minúsculo I com caron","Latin capital letter l with middle dot":"Símbolo latin maiúsculo L com ponto no meio","Latin small letter l with middle dot":"Símbolo latin minúsculo L com ponto no meio","Latin capital letter l with stroke":"Símbolo latin maiúsculo L com um traçado vertical","Latin small letter l with stroke":"Símbolo latin minúsculo L com um traçado vertical","Latin capital letter n with acute":"Símbolo latim maiúsculo N com acento agudo","Latin small letter n with acute":"Símbolo latim minúsculo N com acento agudo","Latin capital letter n with cedilla":"Símbolo latim maiúsculo N com cedilha","Latin small letter n with cedilla":"Símbolo latim minúsculo N com cedilha","Latin capital letter n with caron":"Símbolo latim maiúsculo N com caron","Latin small letter n with caron":"Símbolo latim minúsculo N com caron","Latin small letter n preceded by apostrophe":"Símbolo latim minúsculo N precedido por apóstrofe","Latin capital letter eng":"Símbolo latim maiúsculo Eng","Latin small letter eng":"Símbolo latim minúsculo Eng","Latin capital letter o with macron":"Símbolo latim maiúsculo I com mácron","Latin small letter o with macron":"Símbolo latim minúsculo O com mácron","Latin capital letter o with breve":"Símbolo latim maiúsculo O com breve","Latin small letter o with breve":"Símbolo latim minúsculo O com breve","Latin capital letter o with double acute":"Símbolo latim maiúsculo O com acento agudo duplo","Latin small letter o with double acute":"Símbolo latim minúsculo O com acento agudo duplo","Latin capital ligature oe":"Símbolo latin maiúsculo ligadura OE","Latin small ligature oe":"Símbolo latin minúsculo ligadura OE","Latin capital letter r with acute":"Símbolo latim maiúsculo R com acento agudo","Latin small letter r with acute":"Símbolo latim minúsculo R com acento agudo","Latin capital letter r with cedilla":"Símbolo latim maiúsculo R com cedilha","Latin small letter r with cedilla":"Símbolo latim minúsculo R com cedilha","Latin capital letter r with caron":"Símbolo latim maiúsculo R com caron","Latin small letter r with caron":"Símbolo latim minúsculo R com caron","Latin capital letter s with acute":"Símbolo latim maiúsculo S com acento agudo","Latin small letter s with acute":"Símbolo latim minúsculo S com acento agudo","Latin capital letter s with circumflex":"Símbolo latim maiúsculo S com acento circunflexo","Latin small letter s with circumflex":"Símbolo latim minúsculo S com acento circunflexo","Latin capital letter s with cedilla":"Símbolo latim maiúsculo S com cedilha","Latin small letter s with cedilla":"Símbolo latim minúsculo S com cedilha","Latin capital letter s with caron":"Símbolo latim maiúsculo S com caron","Latin small letter s with caron":"Símbolo latim minúsculo S com caron","Latin capital letter t with cedilla":"Símbolo latim maiúsculo T com cedilha","Latin small letter t with cedilla":"Símbolo latim minúsculo T com cedilha","Latin capital letter t with caron":"Símbolo latim maiúsculo T com caron","Latin small letter t with caron":"Símbolo latim minúsculo T com caron","Latin capital letter t with stroke":"Símbolo latin maiúsculo T com um traçado vertical","Latin small letter t with stroke":"Símbolo latin minúsculo T com um traçado vertical","Latin capital letter u with tilde":"Símbolo latim maiúsculo U com til","Latin small letter u with tilde":"Símbolo latim minúsculo U com til","Latin capital letter u with macron":"Símbolo latim maiúsculo I com mácron","Latin small letter u with macron":"Símbolo latim minúsculo U com mácron","Latin capital letter u with breve":"Símbolo latim maiúsculo U com breve","Latin small letter u with breve":"Símbolo latim minúsculo U com breve","Latin capital letter u with ring above":"Símbolo latim maiúsculo U com anel acima","Latin small letter u with ring above":"Símbolo latim minúsculo U com anel acima","Latin capital letter u with double acute":"Símbolo latim maiúsculo U com acento agudo duplo","Latin small letter u with double acute":"Símbolo latim minúsculo U com acento agudo","Latin capital letter u with ogonek":"Símbolo latim maiúsculo U com ogonek","Latin small letter u with ogonek":"Símbolo latim minúsculo U com ogonek","Latin capital letter w with circumflex":"Símbolo latim maiúsculo W com acento circunflexo","Latin small letter w with circumflex":"Símbolo latim minúsculo W com acento circunflexo","Latin capital letter y with circumflex":"Símbolo latim maiúsculo Y com acento circunflexo","Latin small letter y with circumflex":"Símbolo latim minúsculo Y com acento circunflexo","Latin capital letter y with diaeresis":"Símbolo latim maiúsculo Z com trema","Latin capital letter z with acute":"Símbolo latim maiúsculo Z com acento agudo","Latin small letter z with acute":"Símbolo latim minúsculo Z com acento agudo","Latin capital letter z with dot above":"Símbolo latim maiúsculo Z com ponto acima","Latin small letter z with dot above":"Símbolo latim minúsculo Z com ponto acima","Latin capital letter z with caron":"Símbolo latim maiúsculo Z com caron","Latin small letter z with caron":"Símbolo latim minúsculo Z com caron","Latin small letter long s":"Símbolo latim minúsculo long s","Less-than sign":"Sinal menor que","Greater-than sign":"Sinal maior que","Less-than or equal to":"Menor que ou igual a","Greater-than or equal to":"Maior que ou igual a","En dash":"Traço","Em dash":"Travessão","Macron":"Mácron","Overline":"Linha acima","Degree sign":"Sinal de grau","Minus sign":"Sinal de menos","Plus-minus sign":"Sinal de mais ou menos","Division sign":"Sinal de divisão","Fraction slash":"Barra de fração","Multiplication sign":"Sinal de multiplicação","Latin small letter f with hook":"Latim minúsculo F com gancho","Integral":"Integral","N-ary summation":"Somatório","Infinity":"Infinito","Square root":"Raiz quadrada","Tilde operator":"Operador til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Quase igual a","Not equal to":"Diferente de","Identical to":"Idêntico a","Element of":"Elemento de","Not an element of":"Não é um elemento de","Contains as member":"Contém como membro","N-ary product":"Produto Cartesiano","Logical and":"Operador lógico AND","Logical or":"Operador lógico OR","Not sign":"Sinal de não","Intersection":"Interseção","Union":"União","Partial differential":"Diferencial parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conjunto vazio","Nabla":"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a","Angle":"Ângulo","Vulgar fraction one quarter":"Fração um quarto","Vulgar fraction one half":"Fração um meio","Vulgar fraction three quarters":"Fração três quartos","Single left-pointing angle quotation mark":"Aspas angulares simples esquerda","Single right-pointing angle quotation mark":"Aspas angulares simples direita","Left-pointing double angle quotation mark":"Aspas angulares duplas esquerda","Right-pointing double angle quotation mark":"Aspas angulares duplas direita","Left single quotation mark":"Aspas simples esquerda","Right single quotation mark":"Aspas simples direita","Left double quotation mark":"Aspas dupla esquerda","Right double quotation mark":"Aspas dupla direita","Single low-9 quotation mark":"Aspas baixas simples","Double low-9 quotation mark":"Aspas duplas baixas simples","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Two dot leader":"Dois pontos","Horizontal ellipsis":"Elipse horizontal","Double dagger":"Adaga dupla","Per mille sign":"Símbolo de por 1 mil","Per ten thousand sign":"Símbolo de por 10 mil","Double exclamation mark":"Sinal do ponto de exclamação duplo","Question exclamation mark":"Ponto de interrogação com exclamação","Exclamation question mark":"Ponto de exclamação com interrogação","Double question mark":"Ponto de interrogação duplo","Copyright sign":"Símbolo de direitos reservados","Registered sign":"Símbolo de registrado","Trade mark sign":"Símbolo de marca registrada","Section sign":"Símbolo de secção","Paragraph sign":"Símbolo de parágrafo","Reversed paragraph sign":"Símbolo de parágrafo invertido","Character categories":"Categoria de caracteres","Source":"Código-Fonte","Show source":"Exibir fonte","Show blocks":"Mostrar blocos","Select all":"Selecionar tudo","Disable editing":"Desativar edição","Enable editing":"Ativar edição","Previous editable region":"Região editável anterior","Next editable region":"Próxima região editável","Navigate editable regions":"Navegar entre regiões editáveis","Remove Format":"Remover Formatação","Page break":"Quebra de página","media widget":"Ferramenta de mídia","Media URL":"URL da mídia","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","Tip: Paste the URL into the content to embed faster.":"Cole o endereço dentro do conteúdo para embutir mais rapidamente.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"Esta URL de mídia não é suportada.","Insert media":"Inserir mídia","Media toolbar":"Ferramentas de Mídia","Open media in new tab":"Abrir mídia em nova aba","Numbered List":"Lista numerada","Bulleted List":"Lista com marcadores","To-do List":"Lista de Tarefas","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista com marcador","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Alternar o estilo da lista de disco","Toggle the circle list style":"Alternar o estilo da lista de círculo","Toggle the square list style":"Alternar o estilo de lista quadrada","Toggle the decimal list style":"Alternar o estilo de lista decimal","Toggle the decimal with leading zero list style":"Alternar o estilo de lista decimal com zero à esquerda","Toggle the lower–roman list style":"Alternar o estilo de lista romana minúscula","Toggle the upper–roman list style":"Alternar o estilo de lista romana maiúscula","Toggle the lower–latin list style":"Alternar o estilo de lista latina minúscula","Toggle the upper–latin list style":"Alternar o estilo de lista latino maiúscula","Disc":"Disco","Circle":"Círculo","Square":"Quadrado","Decimal":"Decimal","Decimal with leading zero":"Decimal com zero à esquerda","Lower–roman":"Romano minúsculo","Upper-roman":"Romano maiúsculo","Lower-latin":"Latim minúsculo","Upper-latin":"Latim maiúsculo","List properties":"Propriedades da lista","Start at":"Iniciar em","Invalid start index value.":"Valor de índice inicial inválido.","Start index must be greater than 0.":"O índice inicial deve ser maior que 0.","Reversed order":"Ordem inversa","Keystrokes that can be used in a list":"Teclas que podem ser usadas em uma lista","Increase list item indent":"Aumentar o recuo do item da lista","Decrease list item indent":"Diminuir o recuo do item da lista","Entering a to-do list":"Inserção de uma lista de tarefas","Leaving a to-do list":"Deixar uma lista de tarefas","Unlink":"Remover link","Link":"Link","Link URL":"URL do link","Link URL must not be empty.":"O URL do link não pode estar vazio.","Link image":"Link com imagem","Edit link":"Editar link","Open link in new tab":"Abrir link em nova aba","This link has no URL":"Este link não possui uma URL","Open in a new tab":"Abrir em nova aba","Downloadable":"Pode ser baixado","Create link":"Criar link","Move out of a link":"Sair de um link","Language":"Idioma","Choose language":"Escolher idioma","Remove language":"Remover idioma","Increase indent":"Aumentar recuo","Decrease indent":"Diminuir recuo","image widget":"Ferramenta de imagem","Wrap text":"Texto ao redor","Break text":"Quebrar texto","In line":"Na linha","Side image":"Imagem lateral","Full size image":"Imagem completa","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centralizada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Inserir legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar do computador","Replace from computer":"Substituir do computador","Upload image from computer":"Carregar imagem do computador","Image from computer":"Imagem do computador","Replace image from computer":"Substituir a imagem do computador","Upload failed":"Falha ao enviar arquivo","Image toolbar":"Ferramentas de Imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar a imagem para %0","Resize image to the original size":"Redimensionar a imagem para o tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Tamanho de imagem personalizado","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert":"Inserir","Update":"Atualizar","Insert image via URL":"Inserir imagem via URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda para a imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não deve estar vazio.","The value should be a plain number.":"O valor deve ser um número simples.","Uploading image":"Carregamento de imagem","Image upload complete":"Carregamento de imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","HTML object":"Objeto HTML","Insert HTML":"Inserir HTML","HTML snippet":"Trecho HTML","Paste raw HTML here...":"Cole o HTML puro aqui","Edit source":"Editar código","Save changes":"Salvar alterações","No preview available":"Nenhuma visualização disponível","Empty snippet content":"Trecho sem conteúdo","Horizontal line":"Linha horizontal","Yellow marker":"Marcador amarelo","Green marker":"Marcador verde","Pink marker":"Marcador rosa","Blue marker":"Marcador azul","Red pen":"Caneta vermelha","Green pen":"Caneta verde","Remove highlight":"Remover marcação","Highlight":"Marcador","Text highlight toolbar":"Ferramentas de marcação","Paragraph":"Parágrafo","Heading":"Titulo","Choose heading":"Escolha o título","Heading 1":"Título 1","Heading 2":"Título 2","Heading 3":"Título 3","Heading 4":"Título 4","Heading 5":"Título 5","Heading 6":"Título 6","Type your title":"Digite o título","Type or paste your content here.":"Digite ou cole o conteúdo aqui.","Font Size":"Tamanho da fonte","Tiny":"Minúsculo","Small":"Pequeno","Big":"Grande","Huge":"Gigante","Font Family":"Fonte","Default":"Padrão","Font Color":"Cor da Fonte","Font Background Color":"Cor de Fundo","Document colors":"Cores do documento","Find and replace":"Localizar e substituir","Find in text…":"Localizar no texto","Find":"Localizar","Previous result":"Ocorrência anterior","Next result":"Próxima ocorrência","Replace":"Substituir","Replace all":"Substituir todos","Match case":"Diferenciar maiúsculas de minúsculas","Whole words only":"Apenas palavras inteiras","Replace with…":"Substituir por...","Text to find must not be empty.":"O texto a ser localizado não pode ser vazio.","Tip: Find some text first in order to replace it.":"Dica: Localize algum texto primeiro para poder substituí-lo.","Advanced options":"Opções avançadas","Find in the document":"Pesquisar no documento","Insert a soft break (a <code><br></code> element)":"Inserir uma quebra suave (um elemento <code><br></code>)","Insert a hard break (a new paragraph)":"Inserir uma quebra dura (um novo parágrafo)","Cancel":"Cancelar","Clear":"Limpar","Remove color":"Remover cor","Restore default":"Restaurar padrão","Save":"Salvar","Show more items":"Exibir mais itens","%0 of %1":"%0 de %1","Cannot upload file:":"Não foi possível enviar o arquivo:","Rich Text Editor. Editing area: %0":"Editor de Texto Valioso. Área de edição: %0","Insert with file manager":"Inserir com gerenciador de arquivos","Replace with file manager":"Substituir pelo gerenciador de arquivos","Insert image with file manager":"Inserir imagem com o gerenciador de arquivos","Replace image with file manager":"Substituir imagem pelo gerenciador de arquivos","Toggle caption off":"Desabilitar legenda","Toggle caption on":"Habilitar legenda","Content editing keystrokes":"Teclas de edição de conteúdo","These keyboard shortcuts allow for quick access to content editing features.":"Estes atalhos de teclado permitem um rápido acesso às funcionalidades de edição de conteúdo.","User interface and content navigation keystrokes":"Teclas de navegação da interface do usuário e do conteúdo","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Use as seguintes teclas para uma navegação mais eficiente na interface do usuário do CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Fechar balões contextuais, dropdowns e diálogos","Open the accessibility help dialog":"Abrir o diálogo de ajuda de acessibilidade","Move focus between form fields (inputs, buttons, etc.)":"Mover o foco entre campos de formulário (entradas, botões, etc.)","Move focus to the menu bar, navigate between menu bars":"Mova o foco para a barra de menu, navegue entre as barras de menu","Move focus to the toolbar, navigate between toolbars":"Mover o foco para a barra de ferramentas, navegar entre barras de ferramentas","Navigate through the toolbar or menu bar":"Navegue pela barra de ferramentas ou pela barra de menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Execute o botão com o foco atual. Executar botões que interajam com o conteúdo do editor retorna o foco para o conteúdo.","Accept":"Aceitar","Insert code block":"Inserir bloco de código","Plain text":"Texto sem formatação","Leaving %0 code snippet":"Deixando o trecho de código %0","Entering %0 code snippet":"Inserção do trecho de código %0","Entering code snippet":"Inserção de trecho de código","Leaving code snippet":"Deixando o trecho de código","Code block":"Bloco de código","Copy selected content":"Copiar conteúdo selecionado","Paste content":"Colar conteúdo","Paste content as plain text":"Colar conteúdo como texto simples","Insert image or file":"Inserir imagem ou arquivo","Image or file":"Imagem ou arquivo","Could not obtain resized image URL.":"Não foi possível obter o endereço da imagem redimensionada","Selecting resized image failed":"Seleção da imagem redimensionada falhou","Could not insert image at the current position.":"Não foi possível inserir a imagem na posição atual","Inserting image failed":"Falha ao inserir imagem","Open file manager":"Abrir gerenciador de arquivos","Cannot determine a category for the uploaded file.":"Não foi possível determinar a categoria para o arquivo enviado.","Cannot access default workspace.":"Não é possível acessar o espaço de trabalho padrão.","Edit image":"Editar imagem","Processing the edited image.":"Processando a imagem editada.","Server failed to process the image.":"Falha do servidor ao processar a imagem.","Failed to determine category of edited image.":"Falha ao determinar a categoria da imagem editada.","Block quote":"Bloco de citação","Bold":"Negrito","Italic":"Itálico","Underline":"Sublinhado","Code":"Código","Strikethrough":"Tachado","Subscript":"Subscrito","Superscript":"Sobrescrito","Italic text":"Texto em itálico","Move out of an inline code style":"Sair de um estilo de código inline","Bold text":"Texto em negrito","Underline text":"Texto sublinhado","Strikethrough text":"Texto com riscado","Saving changes":"Salvando alterações","Revert autoformatting action":"Reverter ação de autoformatação","Align left":"Alinhar à esquerda","Align right":"Alinhar à direita","Align center":"Centralizar","Justify":"Justificar","Text alignment":"Alinhamento do texto","Text alignment toolbar":"Ferramentas de alinhamento de texto"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
( e => {
|
7
|
+
const { [ 'pt-br' ]: { dictionary, getPluralForm } } = {"pt-br":{"dictionary":{"Words: %0":"Palavras: %0","Characters: %0":"Caracteres: %0","Widget toolbar":"Ferramentas de Widgets","Insert paragraph before block":"Inserir parágrafo antes do bloco","Insert paragraph after block":"Inserir parágrafo após o bloco","Press Enter to type after or press Shift + Enter to type before the widget":"Pressione Enter para digitar depois ou pressione Shift + Enter para digitar antes do widget","Keystrokes that can be used when a widget is selected (for example: image, table, etc.)":"Teclas que podem ser usadas quando um widget está selecionado (por exemplo: imagem, tabela, etc.)","Insert a new paragraph directly after a widget":"Inserir um novo parágrafo diretamente após um widget","Insert a new paragraph directly before a widget":"Inserir um novo parágrafo diretamente antes de um widget","Move the caret to allow typing directly before a widget":"Mova o cursor para permitir a digitação diretamente antes de um widget","Move the caret to allow typing directly after a widget":"Mova o cursor para permitir a digitação diretamente após um widget","Upload in progress":"Enviando dados","Undo":"Desfazer","Redo":"Refazer","Rich Text Editor":"Editor de Formatação","Editor editing area: %0":"Área de edição do editor: %0","Edit block":"Editor de bloco","Click to edit block":"Clicar para editar o bloco","Drag to move":"Arrastar para mover","Next":"Próximo","Previous":"Anterior","Editor toolbar":"Ferramentas do Editor","Dropdown toolbar":"Barra de Ferramentas da Lista Suspensa","Black":"Preto","Dim grey":"Cinza escuro","Grey":"Cinza","Light grey":"Cinza claro","White":"Branco","Red":"Vermelho","Orange":"Laranja","Yellow":"Amarelo","Light green":"Verde claro","Green":"Verde","Aquamarine":"Água-marinha","Turquoise":"Turquesa","Light blue":"Azul claro","Blue":"Azul","Purple":"Púrpura","Editor block content toolbar":"Barra de ferramentas de bloco do Editor","Editor contextual toolbar":"Barra de ferramentas contextual do Editor","HEX":"Hexadecimal","No results found":"Nenhum resultado encontrado","No searchable items":"Sem itens pesquisáveis","Editor dialog":"Diálogo do editor","Close":"Fechar","Help Contents. To close this dialog press ESC.":"Conteúdo de Ajuda. Para fechar este diálogo pressione ESC.","Below, you can find a list of keyboard shortcuts that can be used in the editor.":"Abaixo, você pode encontrar uma lista de atalhos de teclado que podem ser usados no editor.","(may require <kbd>Fn</kbd>)":"(pode requerer <kbd>Fn</kbd>)","Accessibility":"Acessibilidade","Accessibility help":"Ajuda de acessibilidade","Press %0 for help.":"Pressione %0 para ajuda.","Move focus in and out of an active dialog window":"Mover o foco para dentro e fora de uma janela de diálogo ativa","MENU_BAR_MENU_FILE":"Arquivo","MENU_BAR_MENU_EDIT":"Editar","MENU_BAR_MENU_VIEW":"Visualizar","MENU_BAR_MENU_INSERT":"Inserir","MENU_BAR_MENU_FORMAT":"Formato","MENU_BAR_MENU_TOOLS":"Ferramentas","MENU_BAR_MENU_HELP":"Ajuda","MENU_BAR_MENU_TEXT":"Texto","MENU_BAR_MENU_FONT":"Fonte","Editor menu bar":"Barra de menu do editor","Please enter a valid color (e.g. \"ff0000\").":"Digite uma cor válida (por exemplo, \"ff0000\").","Insert table":"Inserir tabela","Header column":"Coluna de cabeçalho","Insert column left":"Inserir coluna à esquerda","Insert column right":"Inserir coluna à direita","Delete column":"Excluir coluna","Select column":"Selecionar coluna","Column":"Coluna","Header row":"Linha de cabeçalho","Insert row below":"Inserir linha abaixo","Insert row above":"Inserir linha acima","Delete row":"Excluir linha","Select row":"Selecionar linha","Row":"Linha","Merge cell up":"Mesclar acima","Merge cell right":"Mesclar à direita","Merge cell down":"Mesclar abaixo","Merge cell left":"Mesclar à esquerda","Split cell vertically":"Dividir verticalmente","Split cell horizontally":"Dividir horizontalmente","Merge cells":"Mesclar células","Table toolbar":"Ferramentas de Tabela","Table properties":"Propriedades da tabela","Cell properties":"Propriedades da célula","Border":"Borda","Style":"Estilo","Width":"Largura","Height":"Altura","Color":"Cor","Background":"Cor de fundo","Padding":"Margem interna","Dimensions":"Dimensões","Table cell text alignment":"Alinhamento do texto na célula","Alignment":"Alinhamento","Horizontal text alignment toolbar":"Ferramentas de alinhamento horizontal do texto","Vertical text alignment toolbar":"Ferramentas de alinhamento vertical do texto","Table alignment toolbar":"Ferramentas de alinhamento da tabela","None":"Sem borda","Solid":"Sólida","Dotted":"Pontilhada","Dashed":"Tracejada","Double":"Dupla","Groove":"Ranhura","Ridge":"Crista","Inset":"Baixo relevo","Outset":"Alto relevo","Align cell text to the left":"Alinhar texto da célula para a esquerda","Align cell text to the center":"Alinhar texto da célula centralizado","Align cell text to the right":"Alinhar texto da célula para a direita","Justify cell text":"Justificar texto da célula","Align cell text to the top":"Alinhar texto da célula para o topo","Align cell text to the middle":"Alinhar texto da célula para o meio","Align cell text to the bottom":"Alinhar texto da célula para baixo","Align table to the left":"Alinhar tabela para esquerda","Center table":"Centralizar tabela","Align table to the right":"Alinhar tabela para direita","The color is invalid. Try \"#FF0000\" or \"rgb(255,0,0)\" or \"red\".":"Cor inválida. Tente \"#FF0000\" ou \"rgb(255,0,0)\" ou \"red\"","The value is invalid. Try \"10px\" or \"2em\" or simply \"2\".":"Valor inválido. Tente \"10px\" ou \"2em\" ou apenas \"2\"","Color picker":"Seletor de cor","Enter table caption":"Inserir legenda da tabela","Keystrokes that can be used in a table cell":"Teclas que podem ser usadas em uma célula de tabela","Move the selection to the next cell":"Mover a seleção para a próxima célula","Move the selection to the previous cell":"Mover a seleção para a célula anterior","Insert a new table row (when in the last cell of a table)":"Inserir uma nova linha de tabela (quando na última célula de uma tabela)","Navigate through the table":"Navegar pela tabela","Table":"Tabela","Styles":"Estilos","Multiple styles":"Múltiplos estilos","Block styles":"Estilos de bloco","Text styles":"Estilos de texto","Special characters":"Caracteres especiais","All":"Tudo","Arrows":"Setas","Currency":"Moeda","Latin":"Latim","Mathematical":"Matemática","Text":"Texto","leftwards simple arrow":"seta simples para a esquerda","rightwards simple arrow":"seta simples para a direita","upwards simple arrow":"seta simples para cima","downwards simple arrow":"seta simples para baixo","leftwards double arrow":"seta dupla para esquerda","rightwards double arrow":"seta dupla para direita","upwards double arrow":"seta dupla para cima","downwards double arrow":"seta dupla para baixo","leftwards dashed arrow":"seta tracejada para esquerda","rightwards dashed arrow":"seta tracejada para direita","upwards dashed arrow":"seta tracejada para cima","downwards dashed arrow":"seta tracejada para baixo","leftwards arrow to bar":"seta à esquerda para barra","rightwards arrow to bar":"seta à direita para barra","upwards arrow to bar":"seta a cima para barra","downwards arrow to bar":"seta a baixo para barra","up down arrow with base":"seta para cima e para baixo com base","back with leftwards arrow above":"símbolo BACK com a seta para esquerda acima","end with leftwards arrow above":"símbolo END com a seta para esquerda acima","on with exclamation mark with left right arrow above":"símbolo ON com ponto de exclamação e seta para esquerda e direita acima","soon with rightwards arrow above":"símbolo SOON com a seta para a direita acima","top with upwards arrow above":"símbolo TOP com a seta para cima acima","Dollar sign":"Símbolo do Dólar","Euro sign":"Símbolo do Euro","Yen sign":"Símbolo do Yen","Pound sign":"Símbolo de Libra","Cent sign":"Símbolo de Centavo","Euro-currency sign":"Símbolo da moeda Euro","Colon sign":"Sinal de dois pontos","Cruzeiro sign":"Símbolo do Cruzeiro","French franc sign":"Símbolo do Franco Francês","Lira sign":"Símbolo da Lira","Currency sign":"Símbolo de moeda","Bitcoin sign":"Símbolo do Bitcoin","Mill sign":"Símbolo de Mill","Naira sign":"Símbolo de Naira","Peseta sign":"Símbolo de Peseta","Rupee sign":"Símbolo da Rupia","Won sign":"Símbolo do Won","New sheqel sign":"Símbolo do Novo Sheqel","Dong sign":"Símbolo do Dong","Kip sign":"Símbolo do Kip","Tugrik sign":"Símbolo de Tugrik","Drachma sign":"Sinal de Dracma","German penny sign":"Símbolo do Centavo Alemão","Peso sign":"Símbolo do Peso","Guarani sign":"Símbolo do Guarani","Austral sign":"Símbolo de Austral","Hryvnia sign":"Símbolo de Hryvnia","Cedi sign":"Símbolo de Cedi","Livre tournois sign":"Símbolo de Livre tournois","Spesmilo sign":"Símbolo do Spesmilo","Tenge sign":"Símbolo do Tenge","Indian rupee sign":"Símbolo da Rupia Indiana","Turkish lira sign":"Símbolo da Lira Turca","Nordic mark sign":"Símbolo do Marco Nórdico","Manat sign":"Símbolo do Manat","Ruble sign":"Símbolo do Rublo Russo","Latin capital letter a with macron":"Símbolo latim maiúsculo A com mácron","Latin small letter a with macron":"Símbolo latim minúsculo A com mácron","Latin capital letter a with breve":"Símbolo latim maiúsculo A com breve","Latin small letter a with breve":"Símbolo latim minúsculo A com breve","Latin capital letter a with ogonek":"Símbolo latim maiúsculo A com ogonek","Latin small letter a with ogonek":"Símbolo latim minúsculo A com ogonek","Latin capital letter c with acute":"Símbolo latim maiúsculo C com acento agudo","Latin small letter c with acute":"Símbolo latim minúsculo C com acento agudo","Latin capital letter c with circumflex":"Símbolo latim maiúsculo C com acento circunflexo","Latin small letter c with circumflex":"Símbolo latim minúsculo C com acento circunflexo","Latin capital letter c with dot above":"Símbolo latim maiúsculo C com ponto acima","Latin small letter c with dot above":"Símbolo latim minúsculo C com ponto acima","Latin capital letter c with caron":"Símbolo latim maiúsculo C com caron","Latin small letter c with caron":"Símbolo latim minúsculo C com caron","Latin capital letter d with caron":"Símbolo latim maiúsculo D com caron","Latin small letter d with caron":"Símbolo latim minúsculo D com caron","Latin capital letter d with stroke":"Símbolo latin maiúsculo D com um traçado vertical","Latin small letter d with stroke":"Símbolo latin minúsculo D com um traçado vertical","Latin capital letter e with macron":"Símbolo latim maiúsculo E com mácron","Latin small letter e with macron":"Símbolo latim minúsculo E com mácron","Latin capital letter e with breve":"Símbolo latim maiúsculo E com breve","Latin small letter e with breve":"Símbolo latim minúsculo E com breve","Latin capital letter e with dot above":"Símbolo latim maiúsculo E com ponto acima","Latin small letter e with dot above":"Símbolo latim minúsculo E com ponto acima","Latin capital letter e with ogonek":"Símbolo latim maiúsculo E com ogonek","Latin small letter e with ogonek":"Símbolo latim minúsculo E com ogonek","Latin capital letter e with caron":"Símbolo latim maiúsculo E com caron","Latin small letter e with caron":"Símbolo latim minúsculo E com caron","Latin capital letter g with circumflex":"Símbolo latim maiúsculo G com acento circunflexo","Latin small letter g with circumflex":"Símbolo latim minúsculo G com acento circunflexo","Latin capital letter g with breve":"Símbolo latim maiúsculo G com breve","Latin small letter g with breve":"Símbolo latim minúsculo G com breve","Latin capital letter g with dot above":"Símbolo latim maiúsculo G com ponto acima","Latin small letter g with dot above":"Símbolo latim minúsculo G com ponto acima","Latin capital letter g with cedilla":"Símbolo latim maiúsculo G com cedilha","Latin small letter g with cedilla":"Símbolo latim minúsculo G com cedilha","Latin capital letter h with circumflex":"Símbolo latim maiúsculo H com acento circunflexo","Latin small letter h with circumflex":"Símbolo latim minúsculo H com acento circunflexo","Latin capital letter h with stroke":"Símbolo latin maiúsculo H com um traçado vertical","Latin small letter h with stroke":"Símbolo latin minúsculo H com um traçado vertical","Latin capital letter i with tilde":"Símbolo latim maiúsculo I com til","Latin small letter i with tilde":"Símbolo latim minúsculo I com til","Latin capital letter i with macron":"Símbolo latim maiúsculo I com mácron","Latin small letter i with macron":"Símbolo latim minúsculo I com mácron","Latin capital letter i with breve":"Símbolo latim maiúsculo I com breve","Latin small letter i with breve":"Símbolo latim minúsculo I com breve","Latin capital letter i with ogonek":"Símbolo latim maiúsculo I com ogonek","Latin small letter i with ogonek":"Símbolo latim minúsculo I com ogonek","Latin capital letter i with dot above":"Símbolo latim maiúsculo I com ponto acima","Latin small letter dotless i":"Símbolo latin sem ponto I","Latin capital ligature ij":"Símbolo latin maiúsculo ligadura IJ","Latin small ligature ij":"Símbolo latin minúsculo ligadura IJ","Latin capital letter j with circumflex":"Símbolo latim maiúsculo J com acento circunflexo","Latin small letter j with circumflex":"Símbolo latim minúsculo J com acento circunflexo","Latin capital letter k with cedilla":"Símbolo latim maiúsculo K com cedilha","Latin small letter k with cedilla":"Símbolo latim minúsculo K com cedilha","Latin small letter kra":"Símbolo latin minúsculo K","Latin capital letter l with acute":"Símbolo latim maiúsculo l com acento agudo","Latin small letter l with acute":"Símbolo latim minúsculo I com acento agudo","Latin capital letter l with cedilla":"Símbolo latim maiúsculo L com cedilha","Latin small letter l with cedilla":"Símbolo latim minúsculo L com cedilha","Latin capital letter l with caron":"Símbolo latim maiúsculo I com caron","Latin small letter l with caron":"Símbolo latim minúsculo I com caron","Latin capital letter l with middle dot":"Símbolo latin maiúsculo L com ponto no meio","Latin small letter l with middle dot":"Símbolo latin minúsculo L com ponto no meio","Latin capital letter l with stroke":"Símbolo latin maiúsculo L com um traçado vertical","Latin small letter l with stroke":"Símbolo latin minúsculo L com um traçado vertical","Latin capital letter n with acute":"Símbolo latim maiúsculo N com acento agudo","Latin small letter n with acute":"Símbolo latim minúsculo N com acento agudo","Latin capital letter n with cedilla":"Símbolo latim maiúsculo N com cedilha","Latin small letter n with cedilla":"Símbolo latim minúsculo N com cedilha","Latin capital letter n with caron":"Símbolo latim maiúsculo N com caron","Latin small letter n with caron":"Símbolo latim minúsculo N com caron","Latin small letter n preceded by apostrophe":"Símbolo latim minúsculo N precedido por apóstrofe","Latin capital letter eng":"Símbolo latim maiúsculo Eng","Latin small letter eng":"Símbolo latim minúsculo Eng","Latin capital letter o with macron":"Símbolo latim maiúsculo I com mácron","Latin small letter o with macron":"Símbolo latim minúsculo O com mácron","Latin capital letter o with breve":"Símbolo latim maiúsculo O com breve","Latin small letter o with breve":"Símbolo latim minúsculo O com breve","Latin capital letter o with double acute":"Símbolo latim maiúsculo O com acento agudo duplo","Latin small letter o with double acute":"Símbolo latim minúsculo O com acento agudo duplo","Latin capital ligature oe":"Símbolo latin maiúsculo ligadura OE","Latin small ligature oe":"Símbolo latin minúsculo ligadura OE","Latin capital letter r with acute":"Símbolo latim maiúsculo R com acento agudo","Latin small letter r with acute":"Símbolo latim minúsculo R com acento agudo","Latin capital letter r with cedilla":"Símbolo latim maiúsculo R com cedilha","Latin small letter r with cedilla":"Símbolo latim minúsculo R com cedilha","Latin capital letter r with caron":"Símbolo latim maiúsculo R com caron","Latin small letter r with caron":"Símbolo latim minúsculo R com caron","Latin capital letter s with acute":"Símbolo latim maiúsculo S com acento agudo","Latin small letter s with acute":"Símbolo latim minúsculo S com acento agudo","Latin capital letter s with circumflex":"Símbolo latim maiúsculo S com acento circunflexo","Latin small letter s with circumflex":"Símbolo latim minúsculo S com acento circunflexo","Latin capital letter s with cedilla":"Símbolo latim maiúsculo S com cedilha","Latin small letter s with cedilla":"Símbolo latim minúsculo S com cedilha","Latin capital letter s with caron":"Símbolo latim maiúsculo S com caron","Latin small letter s with caron":"Símbolo latim minúsculo S com caron","Latin capital letter t with cedilla":"Símbolo latim maiúsculo T com cedilha","Latin small letter t with cedilla":"Símbolo latim minúsculo T com cedilha","Latin capital letter t with caron":"Símbolo latim maiúsculo T com caron","Latin small letter t with caron":"Símbolo latim minúsculo T com caron","Latin capital letter t with stroke":"Símbolo latin maiúsculo T com um traçado vertical","Latin small letter t with stroke":"Símbolo latin minúsculo T com um traçado vertical","Latin capital letter u with tilde":"Símbolo latim maiúsculo U com til","Latin small letter u with tilde":"Símbolo latim minúsculo U com til","Latin capital letter u with macron":"Símbolo latim maiúsculo I com mácron","Latin small letter u with macron":"Símbolo latim minúsculo U com mácron","Latin capital letter u with breve":"Símbolo latim maiúsculo U com breve","Latin small letter u with breve":"Símbolo latim minúsculo U com breve","Latin capital letter u with ring above":"Símbolo latim maiúsculo U com anel acima","Latin small letter u with ring above":"Símbolo latim minúsculo U com anel acima","Latin capital letter u with double acute":"Símbolo latim maiúsculo U com acento agudo duplo","Latin small letter u with double acute":"Símbolo latim minúsculo U com acento agudo","Latin capital letter u with ogonek":"Símbolo latim maiúsculo U com ogonek","Latin small letter u with ogonek":"Símbolo latim minúsculo U com ogonek","Latin capital letter w with circumflex":"Símbolo latim maiúsculo W com acento circunflexo","Latin small letter w with circumflex":"Símbolo latim minúsculo W com acento circunflexo","Latin capital letter y with circumflex":"Símbolo latim maiúsculo Y com acento circunflexo","Latin small letter y with circumflex":"Símbolo latim minúsculo Y com acento circunflexo","Latin capital letter y with diaeresis":"Símbolo latim maiúsculo Z com trema","Latin capital letter z with acute":"Símbolo latim maiúsculo Z com acento agudo","Latin small letter z with acute":"Símbolo latim minúsculo Z com acento agudo","Latin capital letter z with dot above":"Símbolo latim maiúsculo Z com ponto acima","Latin small letter z with dot above":"Símbolo latim minúsculo Z com ponto acima","Latin capital letter z with caron":"Símbolo latim maiúsculo Z com caron","Latin small letter z with caron":"Símbolo latim minúsculo Z com caron","Latin small letter long s":"Símbolo latim minúsculo long s","Less-than sign":"Sinal menor que","Greater-than sign":"Sinal maior que","Less-than or equal to":"Menor que ou igual a","Greater-than or equal to":"Maior que ou igual a","En dash":"Traço","Em dash":"Travessão","Macron":"Mácron","Overline":"Linha acima","Degree sign":"Sinal de grau","Minus sign":"Sinal de menos","Plus-minus sign":"Sinal de mais ou menos","Division sign":"Sinal de divisão","Fraction slash":"Barra de fração","Multiplication sign":"Sinal de multiplicação","Latin small letter f with hook":"Latim minúsculo F com gancho","Integral":"Integral","N-ary summation":"Somatório","Infinity":"Infinito","Square root":"Raiz quadrada","Tilde operator":"Operador til","Approximately equal to":"Aproximadamente igual a","Almost equal to":"Quase igual a","Not equal to":"Diferente de","Identical to":"Idêntico a","Element of":"Elemento de","Not an element of":"Não é um elemento de","Contains as member":"Contém como membro","N-ary product":"Produto Cartesiano","Logical and":"Operador lógico AND","Logical or":"Operador lógico OR","Not sign":"Sinal de não","Intersection":"Interseção","Union":"União","Partial differential":"Diferencial parcial","For all":"Para todo","There exists":"Existe","Empty set":"Conjunto vazio","Nabla":"Nabla","Asterisk operator":"Operador asterisco","Proportional to":"Proporcional a","Angle":"Ângulo","Vulgar fraction one quarter":"Fração um quarto","Vulgar fraction one half":"Fração um meio","Vulgar fraction three quarters":"Fração três quartos","Single left-pointing angle quotation mark":"Aspas angulares simples esquerda","Single right-pointing angle quotation mark":"Aspas angulares simples direita","Left-pointing double angle quotation mark":"Aspas angulares duplas esquerda","Right-pointing double angle quotation mark":"Aspas angulares duplas direita","Left single quotation mark":"Aspas simples esquerda","Right single quotation mark":"Aspas simples direita","Left double quotation mark":"Aspas dupla esquerda","Right double quotation mark":"Aspas dupla direita","Single low-9 quotation mark":"Aspas baixas simples","Double low-9 quotation mark":"Aspas duplas baixas simples","Inverted exclamation mark":"Ponto de exclamação invertido","Inverted question mark":"Ponto de interrogação invertido","Two dot leader":"Dois pontos","Horizontal ellipsis":"Elipse horizontal","Double dagger":"Adaga dupla","Per mille sign":"Símbolo de por 1 mil","Per ten thousand sign":"Símbolo de por 10 mil","Double exclamation mark":"Sinal do ponto de exclamação duplo","Question exclamation mark":"Ponto de interrogação com exclamação","Exclamation question mark":"Ponto de exclamação com interrogação","Double question mark":"Ponto de interrogação duplo","Copyright sign":"Símbolo de direitos reservados","Registered sign":"Símbolo de registrado","Trade mark sign":"Símbolo de marca registrada","Section sign":"Símbolo de secção","Paragraph sign":"Símbolo de parágrafo","Reversed paragraph sign":"Símbolo de parágrafo invertido","Character categories":"Categoria de caracteres","Source":"Código-Fonte","Show source":"Exibir fonte","Show blocks":"Mostrar blocos","Select all":"Selecionar tudo","Disable editing":"Desativar edição","Enable editing":"Ativar edição","Previous editable region":"Região editável anterior","Next editable region":"Próxima região editável","Navigate editable regions":"Navegar entre regiões editáveis","Remove Format":"Remover Formatação","Page break":"Quebra de página","media widget":"Ferramenta de mídia","Media URL":"URL da mídia","Paste the media URL in the input.":"Cole o endereço da mídia no campo.","Tip: Paste the URL into the content to embed faster.":"Cole o endereço dentro do conteúdo para embutir mais rapidamente.","The URL must not be empty.":"A URL não pode ficar em branco.","This media URL is not supported.":"Esta URL de mídia não é suportada.","Insert media":"Inserir mídia","Media toolbar":"Ferramentas de Mídia","Open media in new tab":"Abrir mídia em nova aba","Numbered List":"Lista numerada","Bulleted List":"Lista com marcadores","To-do List":"Lista de Tarefas","Bulleted list styles toolbar":"Barra de ferramentas de estilos de lista com marcador","Numbered list styles toolbar":"Barra de ferramentas de estilos de lista numerada","Toggle the disc list style":"Alternar o estilo da lista de disco","Toggle the circle list style":"Alternar o estilo da lista de círculo","Toggle the square list style":"Alternar o estilo de lista quadrada","Toggle the decimal list style":"Alternar o estilo de lista decimal","Toggle the decimal with leading zero list style":"Alternar o estilo de lista decimal com zero à esquerda","Toggle the lower–roman list style":"Alternar o estilo de lista romana minúscula","Toggle the upper–roman list style":"Alternar o estilo de lista romana maiúscula","Toggle the lower–latin list style":"Alternar o estilo de lista latina minúscula","Toggle the upper–latin list style":"Alternar o estilo de lista latino maiúscula","Disc":"Disco","Circle":"Círculo","Square":"Quadrado","Decimal":"Decimal","Decimal with leading zero":"Decimal com zero à esquerda","Lower–roman":"Romano minúsculo","Upper-roman":"Romano maiúsculo","Lower-latin":"Latim minúsculo","Upper-latin":"Latim maiúsculo","List properties":"Propriedades da lista","Start at":"Iniciar em","Invalid start index value.":"Valor de índice inicial inválido.","Start index must be greater than 0.":"O índice inicial deve ser maior que 0.","Reversed order":"Ordem inversa","Keystrokes that can be used in a list":"Teclas que podem ser usadas em uma lista","Increase list item indent":"Aumentar o recuo do item da lista","Decrease list item indent":"Diminuir o recuo do item da lista","Entering a to-do list":"Inserção de uma lista de tarefas","Leaving a to-do list":"Deixar uma lista de tarefas","Unlink":"Remover link","Link":"Link","Link URL":"URL do link","Link URL must not be empty.":"O URL do link não pode estar vazio.","Link image":"Link com imagem","Edit link":"Editar link","Open link in new tab":"Abrir link em nova aba","This link has no URL":"Este link não possui uma URL","Open in a new tab":"Abrir em nova aba","Downloadable":"Pode ser baixado","Create link":"Criar link","Move out of a link":"Sair de um link","Language":"Idioma","Choose language":"Escolher idioma","Remove language":"Remover idioma","Increase indent":"Aumentar recuo","Decrease indent":"Diminuir recuo","image widget":"Ferramenta de imagem","Wrap text":"Texto ao redor","Break text":"Quebrar texto","In line":"Na linha","Side image":"Imagem lateral","Full size image":"Imagem completa","Left aligned image":"Imagem alinhada à esquerda","Centered image":"Imagem centralizada","Right aligned image":"Imagem alinhada à direita","Change image text alternative":"Alterar texto alternativo da imagem","Text alternative":"Texto alternativo","Enter image caption":"Inserir legenda da imagem","Insert image":"Inserir imagem","Replace image":"Substituir imagem","Upload from computer":"Carregar do computador","Replace from computer":"Substituir do computador","Upload image from computer":"Carregar imagem do computador","Image from computer":"Imagem do computador","Replace image from computer":"Substituir a imagem do computador","Upload failed":"Falha ao enviar arquivo","Image toolbar":"Ferramentas de Imagem","Resize image":"Redimensionar imagem","Resize image to %0":"Redimensionar a imagem para %0","Resize image to the original size":"Redimensionar a imagem para o tamanho original","Resize image (in %0)":"Redimensionar imagem (em %0)","Original":"Original","Custom image size":"Tamanho de imagem personalizado","Custom":"Personalizar","Image resize list":"Lista de redimensionamento de imagem","Insert":"Inserir","Update":"Atualizar","Insert image via URL":"Inserir imagem via URL","Update image URL":"Atualizar URL da imagem","Caption for the image":"Legenda para a imagem","Caption for image: %0":"Legenda da imagem: %0","The value must not be empty.":"O valor não deve estar vazio.","The value should be a plain number.":"O valor deve ser um número simples.","Uploading image":"Carregamento de imagem","Image upload complete":"Carregamento de imagem concluído","Error during image upload":"Erro durante o carregamento da imagem","HTML object":"Objeto HTML","Insert HTML":"Inserir HTML","HTML snippet":"Trecho HTML","Paste raw HTML here...":"Cole o HTML puro aqui","Edit source":"Editar código","Save changes":"Salvar alterações","No preview available":"Nenhuma visualização disponível","Empty snippet content":"Trecho sem conteúdo","Horizontal line":"Linha horizontal","Yellow marker":"Marcador amarelo","Green marker":"Marcador verde","Pink marker":"Marcador rosa","Blue marker":"Marcador azul","Red pen":"Caneta vermelha","Green pen":"Caneta verde","Remove highlight":"Remover marcação","Highlight":"Marcador","Text highlight toolbar":"Ferramentas de marcação","Paragraph":"Parágrafo","Heading":"Titulo","Choose heading":"Escolha o título","Heading 1":"Título 1","Heading 2":"Título 2","Heading 3":"Título 3","Heading 4":"Título 4","Heading 5":"Título 5","Heading 6":"Título 6","Type your title":"Digite o título","Type or paste your content here.":"Digite ou cole o conteúdo aqui.","Font Size":"Tamanho da fonte","Tiny":"Minúsculo","Small":"Pequeno","Big":"Grande","Huge":"Gigante","Font Family":"Fonte","Default":"Padrão","Font Color":"Cor da Fonte","Font Background Color":"Cor de Fundo","Document colors":"Cores do documento","Find and replace":"Localizar e substituir","Find in text…":"Localizar no texto","Find":"Localizar","Previous result":"Ocorrência anterior","Next result":"Próxima ocorrência","Replace":"Substituir","Replace all":"Substituir todos","Match case":"Diferenciar maiúsculas de minúsculas","Whole words only":"Apenas palavras inteiras","Replace with…":"Substituir por...","Text to find must not be empty.":"O texto a ser localizado não pode ser vazio.","Tip: Find some text first in order to replace it.":"Dica: Localize algum texto primeiro para poder substituí-lo.","Advanced options":"Opções avançadas","Find in the document":"Pesquisar no documento","Insert a soft break (a <code><br></code> element)":"Inserir uma quebra suave (um elemento <code><br></code>)","Insert a hard break (a new paragraph)":"Inserir uma quebra dura (um novo parágrafo)","Cancel":"Cancelar","Clear":"Limpar","Remove color":"Remover cor","Restore default":"Restaurar padrão","Save":"Salvar","Show more items":"Exibir mais itens","%0 of %1":"%0 de %1","Cannot upload file:":"Não foi possível enviar o arquivo:","Rich Text Editor. Editing area: %0":"Editor de Texto Valioso. Área de edição: %0","Insert with file manager":"Inserir com gerenciador de arquivos","Replace with file manager":"Substituir pelo gerenciador de arquivos","Insert image with file manager":"Inserir imagem com o gerenciador de arquivos","Replace image with file manager":"Substituir imagem pelo gerenciador de arquivos","Toggle caption off":"Desabilitar legenda","Toggle caption on":"Habilitar legenda","Content editing keystrokes":"Teclas de edição de conteúdo","These keyboard shortcuts allow for quick access to content editing features.":"Estes atalhos de teclado permitem um rápido acesso às funcionalidades de edição de conteúdo.","User interface and content navigation keystrokes":"Teclas de navegação da interface do usuário e do conteúdo","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Use as seguintes teclas para uma navegação mais eficiente na interface do usuário do CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Fechar balões contextuais, dropdowns e diálogos","Open the accessibility help dialog":"Abrir o diálogo de ajuda de acessibilidade","Move focus between form fields (inputs, buttons, etc.)":"Mover o foco entre campos de formulário (entradas, botões, etc.)","Move focus to the menu bar, navigate between menu bars":"Mova o foco para a barra de menu, navegue entre as barras de menu","Move focus to the toolbar, navigate between toolbars":"Mover o foco para a barra de ferramentas, navegar entre barras de ferramentas","Navigate through the toolbar or menu bar":"Navegue pela barra de ferramentas ou pela barra de menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Execute o botão com o foco atual. Executar botões que interajam com o conteúdo do editor retorna o foco para o conteúdo.","Accept":"Aceitar","Insert code block":"Inserir bloco de código","Plain text":"Texto sem formatação","Leaving %0 code snippet":"Deixando o trecho de código %0","Entering %0 code snippet":"Inserção do trecho de código %0","Entering code snippet":"Inserção de trecho de código","Leaving code snippet":"Deixando o trecho de código","Code block":"Bloco de código","Copy selected content":"Copiar conteúdo selecionado","Paste content":"Colar conteúdo","Paste content as plain text":"Colar conteúdo como texto simples","Insert image or file":"Inserir imagem ou arquivo","Image or file":"Imagem ou arquivo","Could not obtain resized image URL.":"Não foi possível obter o endereço da imagem redimensionada","Selecting resized image failed":"Seleção da imagem redimensionada falhou","Could not insert image at the current position.":"Não foi possível inserir a imagem na posição atual","Inserting image failed":"Falha ao inserir imagem","Open file manager":"Abrir gerenciador de arquivos","Cannot determine a category for the uploaded file.":"Não foi possível determinar a categoria para o arquivo enviado.","Cannot access default workspace.":"Não é possível acessar o espaço de trabalho padrão.","Edit image":"Editar imagem","Processing the edited image.":"Processando a imagem editada.","Server failed to process the image.":"Falha do servidor ao processar a imagem.","Failed to determine category of edited image.":"Falha ao determinar a categoria da imagem editada.","Block quote":"Bloco de citação","Bold":"Negrito","Italic":"Itálico","Underline":"Sublinhado","Code":"Código","Strikethrough":"Tachado","Subscript":"Subscrito","Superscript":"Sobrescrito","Italic text":"Texto em itálico","Move out of an inline code style":"Sair de um estilo de código inline","Bold text":"Texto em negrito","Underline text":"Texto sublinhado","Strikethrough text":"Texto com riscado","Saving changes":"Salvando alterações","Revert autoformatting action":"Reverter ação de autoformatação","Align left":"Alinhar à esquerda","Align right":"Alinhar à direita","Align center":"Centralizar","Justify":"Justificar","Text alignment":"Alinhamento do texto","Text alignment toolbar":"Ferramentas de alinhamento de texto"},getPluralForm(n){return (n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;}}};
|
8
|
+
e[ 'pt-br' ] ||= { dictionary: {}, getPluralForm: null };
|
9
|
+
e[ 'pt-br' ].dictionary = Object.assign( e[ 'pt-br' ].dictionary, dictionary );
|
10
|
+
e[ 'pt-br' ].getPluralForm = getPluralForm;
|
11
|
+
} )( window.CKEDITOR_TRANSLATIONS ||= {} );
|
@@ -0,0 +1,8 @@
|
|
1
|
+
/**
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
|
+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
|
+
*/
|
5
|
+
|
6
|
+
import type { Translations } from 'ckeditor5';
|
7
|
+
declare const translations: Translations;
|
8
|
+
export default translations;
|