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
H5PEditor.language.core = { | |
missingTranslation: '[Brakujące tłumaczenie :key]', | |
loading: 'Wczytywanie proszę czekać...', | |
selectLibrary: 'Wybierz bibliotekę, której chcesz użyć.', | |
unknownFieldPath: 'Nie można odnaleźć ":path".', | |
notImageField: '":path" to nie jest obraz.', | |
notImageOrDimensionsField: '":path" to nie jest obraz lub pole wymiaru.', | |
requiredProperty: 'property: jest wymagana i musi mieć wartość.', | |
onlyNumbers: 'property: może zawierać tylko cyfry.', | |
exceedsMax: 'property: przekracza maksymalną wartość :max.', |