-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: polish locale, project level DEFAULT_LOCALE
- Loading branch information
Showing
7 changed files
with
129 additions
and
10 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 |
---|---|---|
|
@@ -17,3 +17,6 @@ yarn-error.log* | |
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
|
||
# Package-Lock from NPM - please review and decide | ||
package-lock.json |
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
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
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
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,102 @@ | ||
export default { | ||
isoName: 'pl', | ||
nativeName: 'Polski', | ||
diagram: { | ||
name: 'Schemat tekstowy', | ||
flow: 'Schemat przepływu', | ||
sequence: 'Schemat sekwencji', | ||
class: 'Schemat klas', | ||
state: 'Diagram stanu', | ||
gantt: 'Diagram Gantta', | ||
tips: 'Generowanie diagramu i wykresu z tekstu w podobny sposób jak markdown', | ||
}, | ||
editor: { | ||
add: 'Dodaj', | ||
addMore: 'Dodaj więcej', | ||
url: 'URL', | ||
bold: 'Pogrubienie', | ||
italic: 'Kursywa', | ||
strikethrough: 'Przekreślenie', | ||
underline: 'Podkreślenie', | ||
unorderedList: 'Lista wypunktowana', | ||
orderedList: 'Lista numerowana', | ||
todoList: 'Lista rzeczy do zrobienia', | ||
subscript: 'Indeks dolny', | ||
superscript: 'Indeks górny', | ||
hyperlink: 'Hiperłącze', | ||
toggleFullscreen: 'Przełącz na tryb pełnoekranowy', | ||
quote: 'Zacytuj', | ||
left: 'Wyrównaj do lewej', | ||
center: 'Wyrównaj do środka', | ||
right: 'Wyrównaj do prawej', | ||
justify: 'Wyjustuj', | ||
print: 'Drukuj', | ||
outdent: 'Zmniejsz wcięcie', | ||
indent: 'Zwiększ wcięcie', | ||
removeFormat: 'Usuń formatowanie', | ||
formatting: 'Formatowanie', | ||
fontFamily: 'Nazwa czcionki', | ||
defaultFont: 'Domyślna czcionka', | ||
fontSize: 'Rozmiar czcionki', | ||
align: 'Wyrównanie', | ||
hr: 'Wstaw poziomą linię', | ||
undo: 'Cofnij', | ||
redo: 'Przywróć', | ||
heading1: 'Nagłówek 1', | ||
heading2: 'Nagłówek 2', | ||
heading3: 'Nagłówek 3', | ||
heading4: 'Nagłówek 4', | ||
heading5: 'Nagłówek 5', | ||
headings: 'Nagłówki', | ||
paragraph: 'Paragraf', | ||
code: 'Kod', | ||
codeBlock: 'Blok kodu', | ||
size1: 'Bardzo mała', | ||
size2: 'Mała', | ||
size3: 'Normalna', | ||
size4: 'Średnio-duża', | ||
size5: 'Duża', | ||
size6: 'Bardzo duża', | ||
size7: 'Maksymalna', | ||
viewSource: 'Pokaż źródło', | ||
textColor: 'Kolor czcionki', | ||
highlightColor: 'Kolor wyróżnienia', | ||
default: 'Dymyślny', | ||
lineHeight: 'Wysokość linii', | ||
blockquote: 'Cytat', | ||
table: 'Tabela', | ||
photo: 'Wstaw obraz', | ||
formula: 'Formuła', | ||
inlineFormula: 'Formuła w treści', | ||
blockFormula: 'Blokowa formuła', | ||
}, | ||
label: { | ||
cancel: 'Anuluj', | ||
edit: 'Edycja', | ||
link: 'Łącze', | ||
linkAddress: 'Adres łącza', | ||
ok: 'Ok', | ||
preview: 'Podgląd', | ||
template: 'Szablon', | ||
}, | ||
table: { | ||
insert: 'Wstaw tabelę', | ||
remove: 'Usuń tabelę', | ||
insertColumnLeft: 'Wstaw kolumnę przed', | ||
insertColumnRight: 'Wstaw kolumnę po', | ||
removeColumns: 'Usuń zaznaczone kolumny', | ||
insertRowUp: 'Wstaw wiersz powyżej', | ||
insertRowDown: 'Wstaw wiersz poniżej', | ||
removeRows: 'Usuń zaznaczone wiersze', | ||
merge: 'Scal/podziel komórki', | ||
}, | ||
image: { | ||
preferences: 'Preferencje obrazu', | ||
size: 'Rozmiar', | ||
width: 'Szerokość', | ||
height: 'Wysokość', | ||
src: 'Źródło obrazu', | ||
caption: 'Nagłówek', | ||
link: 'Łącze', | ||
} | ||
} |
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
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