updated czech locale (#1429)

pull/1433/head
Paprikadobi 1 year ago committed by GitHub
parent 4fb0683f3c
commit 1022f2dd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 85
      lib/src/translations/toolbar.i18n.dart

@ -1642,9 +1642,9 @@ extension Localization on String {
'Error while saving image': 'Error while saving image', 'Error while saving image': 'Error while saving image',
}, },
'cs': { 'cs': {
'Paste a link': 'Vložte odkaz', 'Paste a link': 'Vložit odkaz',
'Ok': 'Ok', 'Ok': 'Ok',
'Select Color': 'Vyberte barvu', 'Select Color': 'Vybrat barvu',
'Gallery': 'Galerie', 'Gallery': 'Galerie',
'Link': 'Odkaz', 'Link': 'Odkaz',
'Open': 'Otevřít', 'Open': 'Otevřít',
@ -1666,45 +1666,48 @@ extension Localization on String {
'Search': 'Hledat', 'Search': 'Hledat',
'Camera': 'Kamera', 'Camera': 'Kamera',
'Video': 'Video', 'Video': 'Video',
'Undo': 'Undo', 'Undo': 'Zpět',
'Redo': 'Redo', 'Redo': 'Znovu',
'Font family': 'Font family', 'Font family': 'Rodina písma',
'Font size': 'Font size', 'Font size': 'Velikost písma',
'Bold': 'Bold', 'Bold': 'Tučné',
'Subscript': 'Subscript', 'Subscript': 'Dolní index',
'Superscript': 'Superscript', 'Superscript': 'Horní index',
'Italic': 'Italic', 'Italic': 'Kurzíva',
'Underline': 'Underline', 'Underline': 'Podtržení',
'Strike through': 'Strike through', 'Strike through': 'Přeškrtnuté',
'Inline code': 'Inline code', 'Inline code': 'Inline kód',
'Font color': 'Font color', 'Font color': 'Barva písma',
'Background color': 'Background color', 'Background color': 'Barva pozadí',
'Clear format': 'Clear format', 'Clear format': 'Vymazat formátování',
'Align left': 'Align left', 'Align left': 'Zarovnat vlevo',
'Align center': 'Align center', 'Align center': 'Zarovnat na střed',
'Align right': 'Align right', 'Align right': 'Zarovnat vpravo',
'Justify win width': 'Justify win width', 'Justify win width': 'Zarovnat do bloku',
'Text direction': 'Text direction', 'Text direction': 'Směr textu',
'Header style': 'Header style', 'Header style': 'Styl záhlaví',
'Numbered list': 'Numbered list', 'Numbered list': 'Číslovaný seznam',
'Bullet list': 'Bullet list', 'Bullet list': 'Seznam s odrážkami',
'Checked list': 'Checked list', 'Checked list': 'Seznam s zaškrtávacími políčky',
'Code block': 'Code block', 'Code block': 'Blokový kód',
'Quote': 'Quote', 'Quote': 'Citace',
'Increase indent': 'Increase indent', 'Increase indent': 'Zvětšit odsazení',
'Decrease indent': 'Decrease indent', 'Decrease indent': 'Zmenšit odsazení',
'Insert URL': 'Insert URL', 'Insert URL': 'Vložit URL',
'Visit link': 'Visit link', 'Visit link': 'Otevřít odkaz',
'Enter link': 'Enter link', 'Enter link': 'Vložit odkaz',
'Enter media': 'Enter media', 'Enter media': 'Vložit média',
'Edit': 'Edit', 'Edit': 'Upravit',
'Apply': 'Apply', 'Apply': 'Použít',
'Find text': 'Find text', 'Hex': 'Hex',
'Move to previous occurrence': 'Move to previous occurrence', 'Material': 'Material',
'Move to next occurrence': 'Move to next occurrence', 'Color': 'Barva',
'Saved using the network': 'Saved using the network', 'Find text': 'Najít text',
'Saved using the local storage': 'Saved using the local storage', 'Move to previous occurrence': 'Přesunout na předchozí výskyt',
'Error while saving image': 'Error while saving image', 'Move to next occurrence': 'Přesunout na následující výskyt',
'Saved using the network': 'Uloženo pomocí sítě',
'Saved using local storage': 'Uloženo lokálně',
'Error while saving image': 'Chyba při ukládání obrázku',
}, },
'he': { 'he': {
'Paste a link': 'הדבק את הלינק', 'Paste a link': 'הדבק את הלינק',

Loading…
Cancel
Save