aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules/kvision-richtext/src/main/resources/js/locales/trix/trix.pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'kvision-modules/kvision-richtext/src/main/resources/js/locales/trix/trix.pl.js')
-rw-r--r--kvision-modules/kvision-richtext/src/main/resources/js/locales/trix/trix.pl.js28
1 files changed, 28 insertions, 0 deletions
diff --git a/kvision-modules/kvision-richtext/src/main/resources/js/locales/trix/trix.pl.js b/kvision-modules/kvision-richtext/src/main/resources/js/locales/trix/trix.pl.js
new file mode 100644
index 00000000..84dbd886
--- /dev/null
+++ b/kvision-modules/kvision-richtext/src/main/resources/js/locales/trix/trix.pl.js
@@ -0,0 +1,28 @@
+(function($){
+ window.Trix.config.languages["pl"] = {
+ GB:"GB",
+ KB:"KB",
+ MB:"MB",
+ PB:"PB",
+ TB:"TB",
+ bold:"Pogrubienie",
+ bullets:"Wypunktowanie",
+ byte:"Bajt",
+ bytes:"Bajty",
+ captionPlaceholder:"Dodaj tytuł…",
+ code:"Kod źródłowy",
+ heading1:"Nagłówek",
+ indent:"Zwiększ poziom",
+ italic:"Pochylenie",
+ link:"Link",
+ numbers:"Numerowanie",
+ outdent:"Zmniejsz poziom",
+ quote:"Cytat",
+ redo:"Ponów",
+ remove:"Usuń",
+ strike:"Przekreślenie",
+ undo:"Cofnij",
+ unlink:"Usuń link",
+ urlPlaceholder:"Wprowadź adres URL…"
+ }
+}(jQuery));