diff --git a/client/lang/eo.js b/client/lang/eo.js new file mode 100644 index 0000000..81f8225 --- /dev/null +++ b/client/lang/eo.js @@ -0,0 +1,15 @@ +// This file was generated by silverstripe/tx-translator from client/lang/src/eo.json. +// See https://github.com/silverstripe/silverstripe-tx-translator for details +if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { + if (typeof(console) !== 'undefined') { // eslint-disable-line no-console + console.error('Class ss.i18n not defined'); // eslint-disable-line no-console + } +} else { + ss.i18n.addDictionary('eo', { + "ColorPickerField.EMPTY_TITLE": "Neniu", + "ColorPickerField.SEARCH_BLOCKS": "Serĉaj koloroj", + "FontPickerField.EMPTY_TITLE": "Neniu", + "FontPickerField.PREVIEW_FONT_SENTENCE": "Ĉi-ĵaŭde ŝi havigu informojn pri biciklista ĝazo-ĥoro.", + "FontPickerField.PREVIEW_FONT_ALPHABET": "AaBbCcĈĉDdEeFfGgĜĝHhĤĥIiJjĴĵKkLlMmNnOoPpQqRrSsŜŝTtUuŬŭVvWwXxYyZz 0123456789 - = _ + < > ? / . , : \"" +}); +} \ No newline at end of file diff --git a/client/lang/src/eo.json b/client/lang/src/eo.json new file mode 100644 index 0000000..2705ea8 --- /dev/null +++ b/client/lang/src/eo.json @@ -0,0 +1,7 @@ +{ + "ColorPickerField.EMPTY_TITLE": "Neniu", + "ColorPickerField.SEARCH_BLOCKS": "Serĉaj koloroj", + "FontPickerField.EMPTY_TITLE": "Neniu", + "FontPickerField.PREVIEW_FONT_SENTENCE": "Ĉi-ĵaŭde ŝi havigu informojn pri biciklista ĝazo-ĥoro.", + "FontPickerField.PREVIEW_FONT_ALPHABET": "AaBbCcĈĉDdEeFfGgĜĝHhĤĥIiJjĴĵKkLlMmNnOoPpQqRrSsŜŝTtUuŬŭVvWwXxYyZz 0123456789 - = _ + < > ? / . , : \"" +} \ No newline at end of file