Skip to content

Commit

Permalink
feat(i18n): Polish language
Browse files Browse the repository at this point in the history
  • Loading branch information
idrys authored Aug 14, 2019
1 parent f9db05c commit b63c731
Showing 1 changed file with 104 additions and 0 deletions.
104 changes: 104 additions & 0 deletions src/i18n/pl/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
export default {
extensions: {
Blockquote: {
buttons: {
blockquote: {
tooltip: 'Blok cytatu'
}
}
},
Bold: {
buttons: {
bold: {
tooltip: 'Pogrubienie'
}
}
},
BulletList: {
buttons: {
bulletList: {
tooltip: 'Lista punktów'
}
}
},
Code: {
buttons: {
code: {
tooltip: 'Kod'
}
}
},
CodeBlock: {
buttons: {
codeBlock: {
tooltip: 'Blok kodu'
}
}
},
History: {
buttons: {
undo: {
tooltip: 'Cofnij'
},
redo: {
tooltip: 'Ponów'
}
}
},
HorizontalRule: {
buttons: {
horizontalRule: {
tooltip: 'Linia pozioma'
}
}
},
Italic: {
buttons: {
italic: {
tooltip: 'Kursywa'
}
}
},
Link: {
bubble: {
updateLink: 'Zaktalizuj link',
addLink: 'Dodaj Link'
}
},
OrderedList: {
buttons: {
orderedList: {
tooltip: 'Lista numerowana'
}
}
},
Paragraph: {
buttons: {
paragraph: {
tooltip: 'Paragraf'
}
}
},
Strike: {
buttons: {
strike: {
tooltip: 'Przekreślenie'
}
}
},
Underline: {
buttons: {
underline: {
tooltip: 'Podkreślenie'
}
}
},
Heading: {
buttons: {
heading: {
tooltip: args => args.level + ' nagłówek'
}
}
}
}
}

0 comments on commit b63c731

Please sign in to comment.