-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: i18n hr-HR Croatian language * docs: add Croatian to Internationalization section Add language information added to the content of Features> Internationalization (i18n) * feat: add Croatian language hr-HR
- Loading branch information
Showing
3 changed files
with
61 additions
and
1 deletion.
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
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,52 @@ | ||
/** | ||
* @fileoverview I18N for Croatian | ||
* @author Hrvoje A. <hrvoj3e@gmail.com> | ||
*/ | ||
import Editor from '../editor'; | ||
|
||
Editor.setLanguage(['hr', 'hr-HR'], { | ||
Markdown: 'Markdown', | ||
WYSIWYG: 'WYSIWYG', | ||
Write: 'Piši', | ||
Preview: 'Pregled', | ||
Headings: 'Naslovi', | ||
Paragraph: 'Paragraf', | ||
Bold: 'podebljano', | ||
Italic: 'kurziv', | ||
Strike: 'prcrtano', | ||
Code: 'Uklopljeni kôd', | ||
Line: 'Linija', | ||
Blockquote: 'Blok citat', | ||
'Unordered list': 'Neporedana lista', | ||
'Ordered list': 'Poredana lista', | ||
Task: 'Task', | ||
Indent: 'Povećaj uvlaku', | ||
Outdent: 'Smanji uvlaku', | ||
'Insert link': 'Umetni link', | ||
'Insert CodeBlock': 'Umetni blok kôda', | ||
'Insert table': 'Umetni tablicu', | ||
'Insert image': 'Umetni sliku', | ||
Heading: 'Naslov', | ||
'Image URL': 'URL slike', | ||
'Select image file': 'Odaberi slikovnu datoteku', | ||
Description: 'Opis', | ||
OK: 'OK', | ||
More: 'Više', | ||
Cancel: 'Odustani', | ||
File: 'Datoteka', | ||
URL: 'URL', | ||
'Link text': 'Tekst linka', | ||
'Add row': 'Dodaj redak', | ||
'Add col': 'Dodaj stupac', | ||
'Remove row': 'Ukloni redak', | ||
'Remove col': 'Remove stupac', | ||
'Align left': 'Poravnaj lijevo', | ||
'Align center': 'Poravnaj centrirano', | ||
'Align right': 'Poravnaj desno', | ||
'Remove table': 'Ukloni tablicu', | ||
'Would you like to paste as table?': 'Zalite li zalijepiti kao tablicu?', | ||
'Text color': 'Boja teksta', | ||
'Auto scroll enabled': 'Omogući auto klizanje', | ||
'Auto scroll disabled': 'Onemogući auto klizanje', | ||
'Choose language': 'Odabir jezika' | ||
}); |
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