forked from hackerwins/summernote-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
1,868 additions
and
989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
.bundle | ||
.config | ||
.yardoc | ||
.DS_Store | ||
Gemfile.lock | ||
InstalledFiles | ||
_yardoc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Summernote | ||
module Rails | ||
VERSION = "0.4.0" | ||
VERSION = "0.5.0" | ||
end | ||
end |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
(function ($) { | ||
$.extend($.summernote.lang, { | ||
'de-DE': { | ||
font: { | ||
bold: 'Fett', | ||
italic: 'Kursiv', | ||
underline: 'Unterstreichen', | ||
strike: 'Durchgestrichen', | ||
clear: 'Zurücksetzen', | ||
height: 'Zeilenhöhe', | ||
size: 'Schriftgröße' | ||
}, | ||
image: { | ||
image: 'Grafik', | ||
insert: 'Grafik einfügen', | ||
resizeFull: 'Originalgröße', | ||
resizeHalf: 'Größe 1/2', | ||
resizeQuarter: 'Größe 1/4', | ||
floatLeft: 'Linksbündig', | ||
floatRight: 'Rechtsbündig', | ||
floatNone: 'Kein Textfluss', | ||
dragImageHere: 'Ziehen Sie ein Bild mit der Maus hierher', | ||
selectFromFiles: 'Wählen Sie eine Datei aus', | ||
url: 'Grafik URL' | ||
}, | ||
link: { | ||
link: 'Link', | ||
insert: 'Link einfügen', | ||
unlink: 'Link entfernen', | ||
edit: 'Editieren', | ||
textToDisplay: 'Anzeigetext', | ||
url: 'Ziel des Links?' | ||
}, | ||
video: { | ||
video: 'Video', | ||
videoLink: 'Video Link', | ||
insert: 'Insert Video', | ||
url: 'Video URL?', | ||
providers: '(YouTube, Vimeo, Vine, Instagram, or DailyMotion)' | ||
}, | ||
table: { | ||
table: 'Tabelle' | ||
}, | ||
hr: { | ||
insert: 'Eine horizontale Linie einfügen' | ||
}, | ||
style: { | ||
style: 'Stil', | ||
normal: 'Normal', | ||
blockquote: 'Zitat', | ||
pre: 'Quellcode', | ||
h1: 'Überschrift 1', | ||
h2: 'Überschrift 2', | ||
h3: 'Überschrift 3', | ||
h4: 'Überschrift 4', | ||
h5: 'Überschrift 5', | ||
h6: 'Überschrift 6' | ||
}, | ||
lists: { | ||
unordered: 'Aufzählung', | ||
ordered: 'Nummerieung' | ||
}, | ||
options: { | ||
help: 'Hilfe', | ||
fullscreen: 'Vollbild', | ||
codeview: 'HTML-Code anzeigen' | ||
}, | ||
paragraph: { | ||
paragraph: 'Absatz', | ||
outdent: 'Einzug vergrößern', | ||
indent: 'Einzug verkleinern', | ||
left: 'Links ausrichten', | ||
center: 'Zentriert ausrichten', | ||
right: 'Rechts ausrichten', | ||
justify: 'Blocksatz' | ||
}, | ||
color: { | ||
recent: 'Letzte Farbe', | ||
more: 'Mehr Farben', | ||
background: 'Hintergrundfarbe', | ||
foreground: 'Schriftfarbe', | ||
transparent: 'Transparenz', | ||
setTransparent: 'Transparenz setzen', | ||
reset: 'Zurücksetzen', | ||
resetToDefault: 'Auf Standard zurücksetzen' | ||
}, | ||
shortcut: { | ||
shortcuts: 'Tastenkürzel', | ||
close: 'Schließen', | ||
textFormatting: 'Textformatierung', | ||
action: 'Aktion', | ||
paragraphFormatting: 'Absatzformatierung', | ||
documentStyle: 'Dokumentenstil' | ||
}, | ||
history: { | ||
undo: 'Rückgängig', | ||
redo: 'Wiederholen' | ||
} | ||
|
||
} | ||
}); | ||
})(jQuery); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
(function ($) { | ||
$.extend($.summernote.lang, { | ||
'it-IT': { | ||
font: { | ||
bold: 'Testo in grassetto', | ||
italic: 'Testo in corsivo', | ||
underline: 'Testo sottolineato', | ||
strike: 'Testo barrato', | ||
clear: 'Elimina la formattazione del testo', | ||
height: 'Altezza della linea di testo', | ||
size: 'Dimensione del carattere' | ||
}, | ||
image: { | ||
image: 'Immagine', | ||
insert: 'Inserisci Immagine', | ||
resizeFull: 'Dimensioni originali', | ||
resizeHalf: 'Ridimensiona al 50%', | ||
resizeQuarter: 'Ridimensiona al 25%', | ||
floatLeft: 'Posiziona a sinistra', | ||
floatRight: 'Posiziona a destra', | ||
floatNone: 'Nessun posizionamento', | ||
dragImageHere: 'Trascina qui un\'immagine', | ||
selectFromFiles: 'Scegli dai Documenti', | ||
url: 'URL dell\'immagine' | ||
}, | ||
link: { | ||
link: 'Collegamento', | ||
insert: 'Inserisci Collegamento', | ||
unlink: 'Elimina collegamento', | ||
edit: 'Modifica collegamento', | ||
textToDisplay: 'Testo del collegamento', | ||
url: 'URL del collegamento' | ||
}, | ||
video: { | ||
video: 'Video', | ||
videoLink: 'Collegamento ad un Video', | ||
insert: 'Inserisci Video', | ||
url: 'URL del Video', | ||
providers: '(YouTube, Vimeo, Vine, Instagram o DailyMotion)' | ||
}, | ||
table: { | ||
table: 'Tabella' | ||
}, | ||
hr: { | ||
insert: 'Inserisce una linea di separazione' | ||
}, | ||
style: { | ||
style: 'Stili', | ||
normal: 'Normale', | ||
blockquote: 'Citazione', | ||
pre: 'Codice', | ||
h1: 'Titolo 1', | ||
h2: 'Titolo 2', | ||
h3: 'Titolo 3', | ||
h4: 'Titolo 4', | ||
h5: 'Titolo 5', | ||
h6: 'Titolo 6' | ||
}, | ||
lists: { | ||
unordered: 'Elenco non ordinato', | ||
ordered: 'Elenco ordinato' | ||
}, | ||
options: { | ||
help: 'Aiuto', | ||
fullscreen: 'Modalità a tutto schermo', | ||
codeview: 'Visualizza codice' | ||
}, | ||
paragraph: { | ||
paragraph: 'Paragrafo', | ||
outdent: 'Diminuisce il livello di rientro', | ||
indent: 'Aumenta il livello di rientro', | ||
left: 'Allinea a sinistra', | ||
center: 'Centra', | ||
right: 'Allinea a destra', | ||
justify: 'Giustifica (allinea a destra e sinistra)' | ||
}, | ||
color: { | ||
recent: 'Ultimo colore utilizzato', | ||
more: 'Altri colori', | ||
background: 'Colore di sfondo', | ||
foreground: 'Colore', | ||
transparent: 'Trasparente', | ||
setTransparent: 'Trasparente', | ||
reset: 'Reimposta', | ||
resetToDefault: 'Reimposta i colori' | ||
}, | ||
shortcut: { | ||
shortcuts: 'Scorciatoie da tastiera', | ||
close: 'Chiudi', | ||
textFormatting: 'Formattazione testo', | ||
action: 'Azioni', | ||
paragraphFormatting: 'Formattazione paragrafo', | ||
documentStyle: 'Stili' | ||
}, | ||
history: { | ||
undo: 'Annulla', | ||
redo: 'Ripristina' | ||
} | ||
} | ||
}); | ||
})(jQuery); |
Oops, something went wrong.