Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
H5PEditor.language.core = {
2
  missingTranslation: '[Brakujące tłumaczenie :key]',
3
  loading: 'Wczytywanie proszę czekać...',
4
  selectLibrary: 'Wybierz typ zasobu, którego chcesz użyć.',
5
  unknownFieldPath: 'Nie można odnaleźć ":path".',
6
  notImageField: '":path" nie jest obrazem.',
7
  notImageOrDimensionsField: '":path" nie jest obrazem ani polem wartości.',
8
  requiredProperty: 'property: jest wymagana i musi mieć wartość.',
9
  onlyNumbers: 'property: może zawierać tylko cyfry.',
10
  illegalDecimalNumber: ':property can only contain numbers with max :decimals decimals.',
11
  exceedsMax: 'property: przekracza maksymalną wartość :max.',
12
  listExceedsMax: 'Lista przekracza maksimum :max elementów.',
13
  belowMin: 'property: mniej niż minimum: min.',
14
  listBelowMin: 'Lista musi mieć co najmniej :min elementów, aby zasób działał poprawnie.',
15
  outOfStep: ':property może zostać zmieniona tylko w :step.',
16
  add: 'Dodaj',
17
  addFile: 'Dodaj plik',
18
  removeFile: 'Usuń plik',
19
  confirmRemoval: 'Czy na pewno usunąć :type?',
20
  removeImage: 'Usuń obraz',
21
  confirmImageRemoval: 'Obrazy zostaną usunięte, kontynować?',
22
  changeFile: 'Zmień plik',
23
  changeLibrary: 'Zmienić typ?',
24
  semanticsError: 'Błąd semantyki',
25
  missingProperty: 'W pliku :index brakuje własności :property.',
26
  expandCollapse: 'Rozwiń/Zwiń',
27
  addEntity: 'Dodaj :entity',
28
  tooLong: 'Wartość pola jest za długa, powinna zawierać :max lub mniej liter.',
29
  invalidFormat: 'Pole zawiera wartość w nieprawidłowym formacie lub zabronione znaki.',
30
  confirmChangeLibrary: 'Stracisz całą pracę wykonaną w bieżącym typie zasobu. Czy na pewno chcesz zmienić typ zasobu?',
31
  commonFields: 'Własne komunikaty i tłumaczenia',
32
  commonFieldsDescription: 'Tutaj możesz edytować ustawienia lub przetłumaczyć teksty użyte w tym zasobie.',
33
  uploading: 'Dodawanie, proszę czekać...',
34
  noFollow: 'Nie można śledzić pola ":path".',
35
  editCopyright: 'Edytuj prawa autorskie',
36
  close: 'Zamknij',
37
  tutorial: 'Instrukcja',
38
  editMode: 'Tryb edycji',
39
  listLabel: 'Lista',
40
  uploadError: 'Błąd podczas dodawnia',
41
  fileToLarge: 'Plik, który chcesz przesłać, może być zbyt duży.',
42
  unknownFileUploadError: 'Nieznany błąd przesyłania plików',
43
  noSemantics: 'Błąd, nie można załadować formularza typu zasobu.',
44
  editImage: 'Edytuj obraz',
45
  saveLabel: 'Zapisz',
46
  cancelLabel: 'Anuluj',
47
  resetToOriginalLabel: 'Resetuj do oryginału',
48
  loadingImageEditor: 'Wczytywanie edytora obrazów, proszę czekać...',
49
  selectFiletoUpload: 'Wybierz plik, który chcesz dodać',
50
  or: 'lub',
51
  enterAudioUrl: 'Edytuj źródło audio',
52
  enterVideoUrl: 'Enter video URL',
53
  enterAudioTitle: 'Wklej link lub inne źródło pliku audio.',
54
  enterVideoTitle: 'Wklej link YouTube lub dodaj plik wideo',
55
  uploadAudioTitle: 'Dodaj plik audio',
56
  uploadVideoTitle: 'Dodaj plik wideo',
57
  addVideoDescription:
58
    'H5P supports all external video sources formatted as mp4, webm or ogv, like Vimeo Pro, and has support for YouTube and Panopto links.',
59
  insert: 'Wstaw',
60
  cancel: 'Anuluj',
61
  height: 'długość',
62
  width: 'szerokość',
63
  textField: 'pole tekstowe',
64
  numberField: 'ilość pól',
65
  orderItemUp: 'Uporządkuj rosnąco',
66
  orderItemDown: 'Uporządkuj malejąco',
67
  removeItem: 'Usuń',
68
  hubPanelLabel: 'Wybierz typ zasobu',
69
  importantInstructions: 'Ważne instrukcje',
70
  showImportantInstructions: 'Pokaż instrukcje',
71
  hideImportantInstructions: 'Ukryj  instrukcje',
72
  hide: 'Ukryj',
73
  example: 'Przykład',
74
  createContentTabLabel: 'Utwórz nowy',
75
  uploadTabLabel: 'Dodaj',
76
  uploadPlaceholder: 'Nie wybrano pliku',
77
  uploadInstructionsTitle: 'Dodaj plik h5.',
78
  uploadInstructionsContent:
79
    'Możesz rozpocząć korzystając z przykładów, które znajdziesz tutaj <a href="https://h5p.org/content-types-and-applications" target="blank">H5P.org</a>.',
80
  uploadFileButtonLabel: 'Dodaj plik',
81
  uploadFileButtonChangeLabel: 'Zmień plik',
82
  uploadingThrobber: 'Trwa dodawanie...',
83
  uploadSuccess: ':title został poprawnie załadowany!',
84
  unableToInterpretError: 'Nie można zinterpretować rezultatu.',
85
  unableToInterpretSolution: 'Sprawdź dziennik błędów serwera.',
86
  h5pFileWrongExtensionTitle: 'Nie można przesłać wybranego pliku',
87
  h5pFileWrongExtensionContent: 'Dopuszczalne są tylko pliki z rozszerzeniem .h5p.',
88
  h5pFileValidationFailedTitle: 'Wybrany plik H5P może być nieprawidłowy.',
89
  h5pFileValidationFailedContent:
90
    'Upewnij się, że przesyłane pliki zawierają prawidłową treść H5P. Pliki zawierające tylko biblioteki powinny być dodawane z formularza bibliotek H5P.',
91
  h5pFileUploadServerErrorTitle: 'Nie można przesłać pliku H5P',
92
  h5pFileUploadServerErrorContent: 'Wystąpił nieoczekiwany błąd. Sprawdź dziennik błędów serwera więcej szczegółów.',
93
  contentTypeSectionAll: 'Wszystkie typy zasobu',
94
  searchResults: 'Wyniki wyszukiwania',
95
  contentTypeSearchFieldPlaceholder: 'Szukaj',
96
  contentTypeInstallButtonLabel: 'Instaluj',
97
  contentTypeInstallingButtonLabel: 'Instalowanie',
98
  contentTypeUseButtonLabel: 'Użyj',
99
  contentTypeDetailButtonLabel: 'Szczegóły',
100
  contentTypeUpdateButtonLabel: 'Aktualizuj',
101
  contentTypeUpdatingButtonLabel: 'Aktualizuj',
102
  contentTypeGetButtonLabel: 'Pobrane',
103
  contentTypeBackButtonLabel: 'Powrót',
104
  contentTypeIconAltText: 'Ikona',
105
  contentTypeInstallSuccess: ':contentType instalacja zakończona sukcesem!',
106
  contentTypeUpdateSuccess: ':contentType aktualizacja zakończona!',
107
  contentTypeInstallError: ':contentType nie może zostać zainstalowana. Skontaktuj się z administratorem.',
108
  contentTypeLicensePanelTitle: 'Licencja',
109
  contentTypeDemoButtonLabel: 'Zasób przykładowy',
110
  numResults: ':num wyników',
111
  show: 'Pokaż',
112
  recentlyUsedFirst: 'Najpierw ostatnio używane',
113
  popularFirst: 'Najpierw popularne',
114
  newestFirst: 'Najpierw najnowsze',
115
  aToZ: 'A do Z',
116
  noResultsFound: 'Brak wyników',
117
  noResultsFoundDesc: 'Żaden typ zasobu nie spełnia kryteriów wyszukiwania.',
118
  readMore: 'Czytaj więcej',
119
  readLess: 'Czytaj mniej',
120
  contentTypeOwner: 'Przez właściciela',
121
  contentTypeUnsupportedApiVersionTitle: 'Ten typ zasobu wymaga nowszej wersji podstawowej',
122
  contentTypeUnsupportedApiVersionContent:
123
    'Aby uzyskać niezbędne aktualizacje, skontaktuj się z administratorem systemu',
124
  contentTypeUpdateAvailable: 'Dostępna aktualizacja',
125
  contentTypeRestricted: 'Zablokowany typ zasobu',
126
  contentTypeRestrictedDesc: 'Użycie tego typu zasobu zostało zablokowane przez administratora.',
127
  contentTypeNotInstalled: 'Typ zasobu nie jest zainstalowany',
128
  contentTypeNotInstalledDesc: 'Nie masz uprawnień do instalowania typów zasobu.',
129
  theContentType: 'Typ zasobu',
130
  currentMenuSelected: 'obecny wybór',
131
  errorCommunicatingHubTitle: 'Nie można skomunikować się z hubem.',
132
  errorCommunicatingHubContent: 'Wystąpił błąd. Proszę spróbuj ponownie.',
133
  warningNoContentTypesInstalled: 'Nie masz zainstalowanych żadnych typów zasobu.',
134
  warningChangeBrowsingToSeeResults:
135
    'Kliknij przycisk <em>Wszystko</ em>, aby wyświetlić listę wszystkich typów zasobu, które można zainstalować.',
136
  warningUpdateAvailableTitle: 'Dostępna jest nowa wersja :contentType.',
137
  warningUpdateAvailableBody: 'Zaktualizuj do najnowszej wersji, aby uzyskać pełną funkcjonalność.',
138
  licenseDescription:
139
    'Niektóre szczegóły licencji są wymienione poniżej. Kliknij ikonę informacji powyżej, aby przeczytać oryginalny tekst licencji.',
140
  licenseModalTitle: 'Szczegóły licencji',
141
  licenseModalSubtitle: 'Wybierz licencję, aby wyświetlić informacje o prawidłowym użyciu',
142
  licenseUnspecified: 'Nieokreślony',
143
  licenseCanUseCommercially: 'Można wykorzystywać do celów komercyjnych',
144
  licenseCanModify: 'Można modyfikować',
145
  licenseCanDistribute: 'Można rozpowszechniać',
146
  licenseCanSublicense: 'Można zmieniać licencję',
147
  licenseCanHoldLiable: 'Autor odpowiada za treść',
148
  licenseCannotHoldLiable: 'Autor nie odpowiada za treść',
149
  licenseMustIncludeCopyright: 'Trzeba dołączyć informację o prawach autorskich',
150
  licenseMustIncludeLicense: 'Trzeba dołączyć licencję',
151
  licenseFetchDetailsFailed: 'Nie udało się pobrać informacji o licencji',
152
  imageLightboxTitle: 'Obrazy',
153
  imageLightBoxProgress: ':num z :total',
154
  nextImage: 'Następny obraz',
155
  previousImage: 'Poprzedni obraz',
156
  screenshots: 'Miniatury',
157
  reloadButtonLabel: 'Przeładować',
158
  videoQuality: 'Etykieta jakości wideo',
159
  videoQualityDescription:
160
    'Ta etykieta pomaga użytkownikowi zorientować się w jakości wideo, np. 1080p, 720p, HD lub mobilne',
161
  videoQualityDefaultLabel: 'Jakość :index',
162
  noContentTypesAvailable: 'Żaden typ zasobu nie jest dostępny',
163
  noContentTypesAvailableDesc: 'Twoja strona nie może połączyć się z H5P.org, aby wyświetlić dostępne typy zasobu.',
164
  contentTypeCacheOutdated: 'Lista typów zasobu jest nieaktualna',
165
  contentTypeCacheOutdatedDesc:
166
    'Twoja strona nie może połączyć się z H5P.org, aby wyświetlić dostępne aktualizacje typów zasobu. Aktualizowanie ani instalowanie typów zasobu nie jest teraz możliwe.',
167
  tryAgain: 'Spróbuj ponownie',
168
  getHelp: 'Pomoc',
169
  untitled: 'Bez tytułu :libraryTitle',
170
  title: 'Tytuł',
171
  metadata: 'Metadane',
172
  addTitle: 'Dodaj tytuł',
173
  usedForSearchingReportsAndCopyrightInformation: 'Używany w wyszukiwaniu, raportach i informacji o prawach autorskich',
174
  metadataSharingAndLicensingInfo: 'Metadane (informacje o udostępnianiu i licencji)',
175
  fillInTheFieldsBelow: 'Wypełnij poniższe pola',
176
  saveMetadata: 'Zapisz metadane',
177
  addAuthor: 'Save author',
178
  confirmRemoveAuthor: 'Are you sure you would like to remove this author?',
179
  addNewChange: 'Dodaj nową zmianę',
180
  confirmDeleteChangeLog: 'Are you sure you would like to delete this change log entry?',
181
  changelogDescription:
182
    'Some licenses require that changes made to the original work, or derivatives are logged and displayed. You may log your changes here for licensing reasons or just to allow yourself and others to keep track of the changes made to this content.',
183
  logThisChange: 'Zarejestruj tę zmianę',
184
  newChangeHasBeenLogged: 'Nowa zmiana została zarejestrowana',
185
  loggedChanges: 'Zarejestrowane zmiany',
186
  noChangesHaveBeenLogged: 'Nie ma zarejestrowanych zmian',
187
  errorHeader: 'Wystąpił błąd',
188
  errorCalculatingMaxScore:
189
    'Nie udało się obliczyć maksymalnego wyniku dla tego zasobu, zatem został on ustalony na 0. Jeśli to błąd, skontaktuj się z administratorem.',
190
  maxScoreSemanticsMissing: 'W zasobie nie znaleziono spodziewanej semantyki.',
191
  copyButton: 'Kopiuj',
192
  copiedButton: 'Skopiowane',
193
  pasteButton: 'Wklej',
194
  pasteAndReplaceButton: 'Paste & Replace',
195
  pasteContent: 'Replace Content',
196
  confirmPasteContent:
197
    'By doing this you will replace the current content with the content from your clipboard. The current content will be lost. Are you sure you wish to continue?',
198
  confirmPasteButtonText: 'Replace content',
199
  copyToClipboard: 'Skopiuj zasób H5P do schowka',
200
  copiedToClipboard: 'Zasób skopiowany do schowka',
201
  pasteFromClipboard: 'Wklej zasób H5P ze schowka',
202
  pasteAndReplaceFromClipboard: 'Replace existing content with H5P Content from the clipboard',
203
  pasteNoContent: 'W schowku nie ma zasobu H5P',
204
  pasteError: 'Nie można wkleić ze schowka',
205
  pasteContentNotSupported: 'The content in the H5P clipboard is not supported in this context',
206
  pasteContentRestricted: 'The content in the clipboard has been restricted on this site',
207
  pasteTooOld:
208
    'The content in the H5P clipboard is of a lower version (:clip) than what is supported in this context (:local), if possible try to have the content you want to paste upgraded, copy it again and try pasting it here.',
209
  pasteTooNew:
210
    'The content in the H5P clipboard is of a higher version (:clip) than what is supported in this context (:local), if possible try to have this content upgraded first, and then try pasting the content here again.',
211
  ok: 'OK',
212
  avTablistLabel: 'Insert using',
213
  tabTitleBasicFileUpload: 'File Upload',
214
  tabTitleInputLinkURL: 'Link/URL',
215
  errorTooHighVersion: 'Parameters contain %used while only %supported or earlier are supported.',
216
  errorNotSupported: 'Parameters contain %used which is not supported.',
217
  errorParamsBroken: 'Parameters are broken.',
218
  libraryMissing: 'Missing required library %lib.',
219
  scriptMissing: 'Could not load upgrades script for %lib.',
220
  language: 'Language',
221
  noLanguagesSupported: 'No languages supported',
222
  changeLanguage: 'Change language to :language?',
223
  thisWillPotentially:
224
    "This will potentially reset all the text and translations. You can't undo this. The content itself will not be changed. Do you want to proceed?",
225
  notAllTextsChanged: 'Not all texts were changed, there is only partial coverage for :language.',
226
  contributeTranslations:
227
    'If you want to complete the translation for :language you can learn about <a href=":url" target="_new">contributing translations to H5P</a>',
228
  unknownLibrary: "Unfortunately, the selected content type '%lib' isn't installed on this system.",
229
  proceedButtonLabel: 'Proceed to save',
230
  enterFullscreenButtonLabel: 'Enter fullscreen',
231
  exitFullscreenButtonLabel: 'Exit fullscreen',
232
  a11yTitleShowLabel: 'Show label for AT',
233
  a11yTitleHideLabel: 'Hide label for AT',
234
  reuseSuccess: ':title was successfully imported from the H5P Hub.',
235
  noContentHeader: 'No Fitting Content?',
236
  noContentSuggestion: 'Create one yourself!',
237
  tutorials: 'Tutorials',
238
  contentSectionAll: 'All shared content',
239
  popularContent: 'Popular Content',
240
  allPopular: 'All Popular',
241
  newOnTheHub: 'New on the Hub',
242
  allNew: 'All New',
243
  filterBy: 'Filter by',
244
  filter: 'Filter',
245
  filters: {
246
    level: {
247
      dropdownLabel: 'Level',
248
      dialogHeader: 'Select level of education',
249
      dialogButtonLabel: 'Filter level of education',
250
    },
251
    language: {
252
      dropdownLabel: 'Language',
253
      dialogHeader: 'Select language(s)',
254
      dialogButtonLabel: 'Filter languages',
255
      searchPlaceholder: 'Type to search for languages',
256
    },
257
    reviewed: {
258
      dropdownLabel: 'Reviewed',
259
      dialogHeader: 'Reviewed Content',
260
      dialogButtonLabel: 'Filter',
261
      optionLabel: 'Show only reviewed content',
262
    },
263
    contentTypes: {
264
      dropdownLabel: 'Content types',
265
      dialogHeader: 'Select Content type(s)',
266
      dialogButtonLabel: 'Filter Content Types',
267
      searchPlaceholder: 'Type to search for content types',
268
    },
269
    disciplines: {
270
      dropdownLabel: 'Discipline',
271
      dialogHeader: 'Select Your Discipline',
272
      dialogButtonLabel: 'Filter Disciplines',
273
      searchPlaceholder: 'Type to search for disciplines',
274
    },
275
    licenses: {
276
      dropdownLabel: 'License',
277
      dialogHeader: 'Select preferred rights of use',
278
      dialogButtonLabel: 'Filter licenses',
279
      options: { modified: 'Can be modified', commercial: 'Allows commercial use' },
280
    },
281
  },
282
  clearFilters: 'Clear all filters',
283
  contentSearchFieldPlaceholder: 'Search for Content',
284
  loadingContentTitle: 'We are loading content for you...',
285
  loadingContentSubtitle: 'Please wait',
286
  by: 'By',
287
  dropdownButton: 'Open dropdown',
288
  paginationNavigation: 'Pagination navigation',
289
  page: 'Page',
290
  currentPage: 'Current page',
291
  nextPage: 'Go to next page',
292
  previousPage: 'Go to previous page',
293
  contentPreviewButtonLabel: 'Preview',
294
  contentDownloadButtonLabel: 'Get Content',
295
  reuseContentTabLabel: 'Get Shared Content',
296
  contentPublisherPanelHeader: 'Publisher Info',
297
  noContentFoundDesc: 'There is no content that matches your search criteria.',
298
  h5pType: 'H5P Type',
299
  level: 'Level',
300
  size: 'Size',
301
  failedFetchingData: 'Failed fetching data',
302
  filterErrorMessage: 'Something went wrong. Please reload the page.',
303
  in: 'in',
304
  navigateToParent: 'Navigate to parent',
305
};