This commit is contained in:
Mateusz Gruszczyński
2026-09-20 14:24:34 +02:00
parent 0a269cf6fb
commit e9f1dc515c
8 changed files with 544 additions and 126 deletions
+15 -1
View File
@@ -360,6 +360,8 @@
"editor.emoji": "😀 Emoji",
"editor.emojiCategories": "Emoji categories",
"editor.emojiEmpty": "No emoji found.",
"editor.emojiLoading": "Loading emoji…",
"editor.emojiLoadFailed": "Could not load emoji. Close and reopen the picker to retry.",
"editor.emojiLabel": "Emoji",
"editor.emojiSearch": "Search emoji",
"editor.emojiSearchPlaceholder": "Search emoji…",
@@ -600,6 +602,12 @@
"files.download": "Download {label}",
"files.downloadCode": "Download code",
"files.empty": "No files uploaded.",
"files.filter": "Filter files",
"files.filterPlaceholder": "Filter files…",
"files.loading": "Loading files…",
"files.refreshing": "Refreshing…",
"files.noMatches": "No files match this filter.",
"files.retry": "Try again",
"files.generatedCode": "Generated file code",
"files.imageAlignment": "Image alignment",
"files.imageHeight": "Image height",
@@ -957,6 +965,12 @@
"error.document.publishedNotFound": "Published page not found · RustPad",
"error.document.pageNotFound": "Page not found · RustPad",
"error.document.methodNotAllowed": "Method not allowed · RustPad",
"error.document.serverError": "Server error · RustPad"
"error.document.serverError": "Server error · RustPad",
"files.emptyHelp": "Upload a file to keep it with this note and insert it into the document.",
"files.filteredSummary": "{shown} of {count} files · {size}",
"files.less": "Less",
"files.noMatchesHelp": "Try a different file name or type.",
"files.link": "Link",
"files.markdown": "Markdown"
}
}
+15 -1
View File
@@ -360,6 +360,8 @@
"editor.emoji": "😀 Emoji",
"editor.emojiCategories": "Kategorie emoji",
"editor.emojiEmpty": "Nie znaleziono emoji.",
"editor.emojiLoading": "Ładowanie emoji…",
"editor.emojiLoadFailed": "Nie udało się wczytać emoji. Zamknij i otwórz ponownie wybór emoji, aby spróbować jeszcze raz.",
"editor.emojiLabel": "Emoji",
"editor.emojiSearch": "Szukaj emoji",
"editor.emojiSearchPlaceholder": "Szukaj emoji…",
@@ -600,6 +602,12 @@
"files.download": "Pobierz {label}",
"files.downloadCode": "Kod pobierania",
"files.empty": "Nie przesłano żadnych plików.",
"files.filter": "Filtruj pliki",
"files.filterPlaceholder": "Filtruj pliki…",
"files.loading": "Ładowanie plików…",
"files.refreshing": "Odświeżanie…",
"files.noMatches": "Żaden plik nie pasuje do filtra.",
"files.retry": "Spróbuj ponownie",
"files.generatedCode": "Wygenerowany kod pliku",
"files.imageAlignment": "Wyrównanie obrazu",
"files.imageHeight": "Wysokość obrazu",
@@ -957,6 +965,12 @@
"error.document.publishedNotFound": "Nie znaleziono opublikowanej strony · RustPad",
"error.document.pageNotFound": "Nie znaleziono strony · RustPad",
"error.document.methodNotAllowed": "Metoda niedozwolona · RustPad",
"error.document.serverError": "Błąd serwera · RustPad"
"error.document.serverError": "Błąd serwera · RustPad",
"files.emptyHelp": "Prześlij plik, aby zachować go przy tej notatce i wstawiać do dokumentu.",
"files.filteredSummary": "{shown} z {count} plików · {size}",
"files.less": "Mniej",
"files.noMatchesHelp": "Spróbuj innej nazwy pliku lub typu.",
"files.link": "Link",
"files.markdown": "Markdown"
}
}