mirror of
https://github.com/BoostIo/Boostnote
synced 2026-05-16 20:42:00 +00:00
Fix locale json format, add some translations
This commit is contained in:
committed by
Junyoung Choi
parent
22d494d3f1
commit
1be208d96b
@@ -14,14 +14,14 @@
|
||||
"STORAGE": "MIEJSCE ZAPISU",
|
||||
"FOLDER": "FOLDER",
|
||||
"CREATION DATE": "DATA UTWORZENIA",
|
||||
"NOTE LINK": "LINK NOTATKI",
|
||||
"Toggle Editor Mode": "Przełączanie trybu edytora",
|
||||
"NOTE LINK": "LINK NOTATKI",
|
||||
"Toggle Editor Mode": "Przełączanie trybu edytora",
|
||||
".md": ".md",
|
||||
".txt": ".txt",
|
||||
".html": ".html",
|
||||
".pdf": ".pdf",
|
||||
"Print": "Drukuj",
|
||||
"Help": "Pomoc",
|
||||
"Print": "Drukuj",
|
||||
"Help": "Pomoc",
|
||||
"Your preferences for Boostnote": "Twoje ustawienia dla Boostnote",
|
||||
"Storage Locations": "Storage Locations",
|
||||
"Add Storage Location": "Dodaj miejsce zapisu",
|
||||
@@ -36,12 +36,12 @@
|
||||
"White": "Biały",
|
||||
"Solarized Dark": "Solarized Dark",
|
||||
"Dark": "Ciemny",
|
||||
"Show a confirmation dialog when deleting notes": "Zatwierdzaj usunięcie notatek",
|
||||
"Show only related tags": "Pokazuj tylko powiązane tagi",
|
||||
"Show a confirmation dialog when deleting notes": "Zatwierdzaj usunięcie notatek",
|
||||
"Show only related tags": "Pokazuj tylko powiązane tagi",
|
||||
"Editor Theme": "Wygląd edytora",
|
||||
"Editor Font Size": "Rozmiar czcionki",
|
||||
"Editor Font Family": "Czcionka",
|
||||
"Snippet Default Language": "Domyślny język snippetów kodu",
|
||||
"Editor Font Family": "Czcionka",
|
||||
"Snippet Default Language": "Domyślny język snippetów kodu",
|
||||
"Editor Indent Style": "Rodzaj wcięć",
|
||||
"Spaces": "Spacje",
|
||||
"Tabs": "Tabulatory",
|
||||
@@ -58,9 +58,9 @@
|
||||
"Allow editor to scroll past the last line": "Pozwalaj edytorowi na przewijanie poza końcową linię",
|
||||
"Bring in web page title when pasting URL on editor": "Wprowadź tytuł wklejanej strony WWW do edytora",
|
||||
"Preview": "Podgląd",
|
||||
"Preview Font Size": "Rozmiar czcionki",
|
||||
"Enable smart quotes": "Włącz inteligentne cytowanie",
|
||||
"Render newlines in Markdown paragraphs as <br>": "Dodawaj nowe linie w notatce jako znacznik <br>",
|
||||
"Preview Font Size": "Rozmiar czcionki",
|
||||
"Enable smart quotes": "Włącz inteligentne cytowanie",
|
||||
"Render newlines in Markdown paragraphs as <br>": "Dodawaj nowe linie w notatce jako znacznik <br>",
|
||||
"Preview Font Family": "Czcionka",
|
||||
"Code Block Theme": "Styl bloku kodu",
|
||||
"Allow preview to scroll past the last line": "Pozwalaj podglądowi na przewijanie poza końcową linię",
|
||||
@@ -160,8 +160,10 @@
|
||||
"Allow dangerous html tags": "Zezwól na niebezpieczne tagi HTML",
|
||||
"Convert textual arrows to beautiful signs. ⚠ This will interfere with using HTML comments in your Markdown.": "Konwertuje tekstowe strzałki na znaki. ⚠ Wpłynie to na używanie komentarzy HTML w Twojej notatce.",
|
||||
"⚠ You have pasted a link referring an attachment that could not be found in the storage location of this note. Pasting links referring attachments is only supported if the source and destination location is the same storage. Please Drag&Drop the attachment instead! ⚠": "⚠ Wkleiłes link odnoszący się do załącznika, ktory nie może zostać znaleziony. Wklejanie linków do załączników jest możliwe tylko gdy notatka i załącznik są w tym samym folderze. Używaj opcji 'Przeciągaj i upuść' załącznik! ⚠",
|
||||
"Star": "Oznacz",
|
||||
"Fullscreen": "Pełen ekran",
|
||||
"Add tag...": "Dodaj tag...",
|
||||
"Disabled": "Disabled"
|
||||
"Star": "Oznacz",
|
||||
"Fullscreen": "Pełen ekran",
|
||||
"Add tag...": "Dodaj tag...",
|
||||
"Spellcheck disabled": "Spellcheck disabled",
|
||||
"Show menu bar": "Show menu bar",
|
||||
"Auto Detect": "Auto Detect"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user