-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from creative-commoners/pulls/2.8/tx-1685417319
ENH Update translations
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 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 |
---|---|---|
@@ -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 - = _ + < > ? / . , : \"" | ||
}); | ||
} |
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,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 - = _ + < > ? / . , : \"" | ||
} |