1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Updated translations with latest Crowdin changes (#4658)

This commit is contained in:
Dan Brown
2023-12-28 17:49:38 +00:00
committed by GitHub
parent 5b1929a39a
commit c017f5bed1
226 changed files with 3140 additions and 2914 deletions

View File

@@ -7,168 +7,168 @@
*/
return [
// General editor terms
'general' => 'General',
'advanced' => 'Advanced',
'none' => 'None',
'cancel' => 'Cancel',
'save' => 'Save',
'close' => 'Close',
'undo' => 'Undo',
'redo' => 'Redo',
'left' => 'Left',
'center' => 'Center',
'right' => 'Right',
'top' => 'Top',
'middle' => 'Middle',
'bottom' => 'Bottom',
'width' => 'Width',
'height' => 'Height',
'More' => 'More',
'select' => 'Select...',
'general' => 'Yleinen',
'advanced' => 'Lisäasetukset',
'none' => 'Ei mitään',
'cancel' => 'Peruuta',
'save' => 'Tallenna',
'close' => 'Sulje',
'undo' => 'Kumoa',
'redo' => 'Tee uudelleen',
'left' => 'Vasen',
'center' => 'Keskellä',
'right' => 'Oikea',
'top' => 'Ylhäällä',
'middle' => 'Keskellä',
'bottom' => 'Alhaalla',
'width' => 'Leveys',
'height' => 'Korkeus',
'More' => 'Enemmän',
'select' => 'Valitse...',
// Toolbar
'formats' => 'Formats',
'header_large' => 'Large Header',
'header_medium' => 'Medium Header',
'header_small' => 'Small Header',
'header_tiny' => 'Tiny Header',
'paragraph' => 'Paragraph',
'blockquote' => 'Blockquote',
'inline_code' => 'Inline code',
'callouts' => 'Callouts',
'callout_information' => 'Information',
'callout_success' => 'Success',
'callout_warning' => 'Warning',
'callout_danger' => 'Danger',
'bold' => 'Bold',
'italic' => 'Italic',
'underline' => 'Underline',
'strikethrough' => 'Strikethrough',
'superscript' => 'Superscript',
'subscript' => 'Subscript',
'text_color' => 'Text color',
'custom_color' => 'Custom color',
'remove_color' => 'Remove color',
'background_color' => 'Background color',
'align_left' => 'Align left',
'align_center' => 'Align center',
'align_right' => 'Align right',
'align_justify' => 'Justify',
'list_bullet' => 'Bullet list',
'list_numbered' => 'Numbered list',
'list_task' => 'Task list',
'indent_increase' => 'Increase indent',
'indent_decrease' => 'Decrease indent',
'table' => 'Table',
'insert_image' => 'Insert image',
'insert_image_title' => 'Insert/Edit Image',
'insert_link' => 'Insert/edit link',
'insert_link_title' => 'Insert/Edit Link',
'insert_horizontal_line' => 'Insert horizontal line',
'insert_code_block' => 'Insert code block',
'edit_code_block' => 'Edit code block',
'insert_drawing' => 'Insert/edit drawing',
'drawing_manager' => 'Drawing manager',
'insert_media' => 'Insert/edit media',
'insert_media_title' => 'Insert/Edit Media',
'clear_formatting' => 'Clear formatting',
'source_code' => 'Source code',
'source_code_title' => 'Source Code',
'fullscreen' => 'Fullscreen',
'image_options' => 'Image options',
'formats' => 'Formaatit',
'header_large' => 'Iso otsikko',
'header_medium' => 'Keskikokoinen otsikko',
'header_small' => 'Pieni otsikko',
'header_tiny' => 'Hyvin pieni otsikko',
'paragraph' => 'Kappale',
'blockquote' => 'Sitaatti',
'inline_code' => 'Koodi',
'callouts' => 'Huomautukset',
'callout_information' => 'Tietoja',
'callout_success' => 'Onnistuminen',
'callout_warning' => 'Varoitus',
'callout_danger' => 'Vaara',
'bold' => 'Lihavointi',
'italic' => 'Kursivointi',
'underline' => 'Alleviivaus',
'strikethrough' => 'Yliviivaus',
'superscript' => 'Yläindeksi',
'subscript' => 'Alaindeksi',
'text_color' => 'Tekstin väri',
'custom_color' => 'Mukautettu väri',
'remove_color' => 'Poista väri',
'background_color' => 'Taustaväri',
'align_left' => 'Tasaa vasemmalle',
'align_center' => 'Tasaa keskelle',
'align_right' => 'Tasaa oikealle',
'align_justify' => 'Tasaa molemmat reunat',
'list_bullet' => 'Lajittelematon lista',
'list_numbered' => 'Numeroitu lista',
'list_task' => 'Tehtävälista',
'indent_increase' => 'Lisää sisennystä',
'indent_decrease' => 'Vähennä sisennystä',
'table' => 'Taulukko',
'insert_image' => 'Lisää kuva',
'insert_image_title' => 'Lisää/muokkaa kuvaa',
'insert_link' => 'Lisää/muokkaa linkkiä',
'insert_link_title' => 'Lisää/muokkaa linkkiä',
'insert_horizontal_line' => 'Lisää vaakaviiva',
'insert_code_block' => 'Lisää koodilohko',
'edit_code_block' => 'Muokkaa koodilohkoa',
'insert_drawing' => 'Lisää/muokkaa piirrosta',
'drawing_manager' => 'Piirroksen hallinta',
'insert_media' => 'Lisää/muokkaa mediaa',
'insert_media_title' => 'Lisää/muokkaa mediaa',
'clear_formatting' => 'Poista muotoilu',
'source_code' => 'Lähdekoodi',
'source_code_title' => 'Lähdekoodi',
'fullscreen' => 'Koko näyttö',
'image_options' => 'Kuvan asetukset',
// Tables
'table_properties' => 'Table properties',
'table_properties_title' => 'Table Properties',
'delete_table' => 'Delete table',
'insert_row_before' => 'Insert row before',
'insert_row_after' => 'Insert row after',
'delete_row' => 'Delete row',
'insert_column_before' => 'Insert column before',
'insert_column_after' => 'Insert column after',
'delete_column' => 'Delete column',
'table_cell' => 'Cell',
'table_row' => 'Row',
'table_column' => 'Column',
'cell_properties' => 'Cell properties',
'cell_properties_title' => 'Cell Properties',
'cell_type' => 'Cell type',
'cell_type_cell' => 'Cell',
'cell_scope' => 'Scope',
'cell_type_header' => 'Header cell',
'merge_cells' => 'Merge cells',
'split_cell' => 'Split cell',
'table_row_group' => 'Row Group',
'table_column_group' => 'Column Group',
'horizontal_align' => 'Horizontal align',
'vertical_align' => 'Vertical align',
'border_width' => 'Border width',
'border_style' => 'Border style',
'border_color' => 'Border color',
'row_properties' => 'Row properties',
'row_properties_title' => 'Row Properties',
'cut_row' => 'Cut row',
'copy_row' => 'Copy row',
'paste_row_before' => 'Paste row before',
'paste_row_after' => 'Paste row after',
'row_type' => 'Row type',
'row_type_header' => 'Header',
'row_type_body' => 'Body',
'row_type_footer' => 'Footer',
'alignment' => 'Alignment',
'cut_column' => 'Cut column',
'copy_column' => 'Copy column',
'paste_column_before' => 'Paste column before',
'paste_column_after' => 'Paste column after',
'cell_padding' => 'Cell padding',
'cell_spacing' => 'Cell spacing',
'caption' => 'Caption',
'show_caption' => 'Show caption',
'constrain' => 'Constrain proportions',
'cell_border_solid' => 'Solid',
'cell_border_dotted' => 'Dotted',
'cell_border_dashed' => 'Dashed',
'cell_border_double' => 'Double',
'cell_border_groove' => 'Groove',
'cell_border_ridge' => 'Ridge',
'cell_border_inset' => 'Inset',
'cell_border_outset' => 'Outset',
'cell_border_none' => 'None',
'cell_border_hidden' => 'Hidden',
'table_properties' => 'Taulukon ominaisuudet',
'table_properties_title' => 'Taulukon ominaisuudet',
'delete_table' => 'Poista taulukko',
'insert_row_before' => 'Lisää rivi ennen',
'insert_row_after' => 'Lisää rivi jälkeen',
'delete_row' => 'Poista rivi',
'insert_column_before' => 'Liitä sarake ennen',
'insert_column_after' => 'Lisää sarake jälkeen',
'delete_column' => 'Poista sarake',
'table_cell' => 'Solu',
'table_row' => 'Rivi',
'table_column' => 'Sarake',
'cell_properties' => 'Solun ominaisuudet',
'cell_properties_title' => 'Solun ominaisuudet',
'cell_type' => 'Solun tyyppi',
'cell_type_cell' => 'Solu',
'cell_scope' => 'Laajuus',
'cell_type_header' => 'Otsikkosolu',
'merge_cells' => 'Yhdistä solut',
'split_cell' => 'Jaa solu',
'table_row_group' => 'Riviryhmä',
'table_column_group' => 'Sarakeryhmä',
'horizontal_align' => 'Vaaka-asettelu',
'vertical_align' => 'Pystyasettelu',
'border_width' => 'Reunuksen leveys',
'border_style' => 'Reunuksen tyyli',
'border_color' => 'Reunuksen väri',
'row_properties' => 'Rivin ominaisuudet',
'row_properties_title' => 'Rivin ominaisuudet',
'cut_row' => 'Leikkaa rivi',
'copy_row' => 'Kopioi rivi',
'paste_row_before' => 'Liitä rivi ennen',
'paste_row_after' => 'Liitä rivi jälkeen',
'row_type' => 'Rivin tyyppi',
'row_type_header' => 'Ylätunniste',
'row_type_body' => 'Sisältö',
'row_type_footer' => 'Alatunniste',
'alignment' => 'Tasaus',
'cut_column' => 'Leikkaa sarake',
'copy_column' => 'Kopioi sarake',
'paste_column_before' => 'Liitä sarake ennen',
'paste_column_after' => 'Liitä sarake jälkeen',
'cell_padding' => 'Solun reunus',
'cell_spacing' => 'Solun välistys',
'caption' => 'Otsikko',
'show_caption' => 'Näytä otsikko',
'constrain' => 'Rajaa mittasuhteet',
'cell_border_solid' => 'Kiinteä',
'cell_border_dotted' => 'Pisteviiva',
'cell_border_dashed' => 'Katkoviiva',
'cell_border_double' => 'Kaksinkertainen viiva',
'cell_border_groove' => 'Ura',
'cell_border_ridge' => 'Harjanne',
'cell_border_inset' => 'Sisenevä',
'cell_border_outset' => 'Ulkoneva',
'cell_border_none' => 'Ei mitään',
'cell_border_hidden' => 'Piilotettu',
// Images, links, details/summary & embed
'source' => 'Source',
'alt_desc' => 'Alternative description',
'embed' => 'Embed',
'paste_embed' => 'Paste your embed code below:',
'url' => 'URL',
'text_to_display' => 'Text to display',
'title' => 'Title',
'open_link' => 'Open link',
'open_link_in' => 'Open link in...',
'open_link_current' => 'Current window',
'open_link_new' => 'New window',
'remove_link' => 'Remove link',
'insert_collapsible' => 'Insert collapsible block',
'collapsible_unwrap' => 'Unwrap',
'edit_label' => 'Edit label',
'toggle_open_closed' => 'Toggle open/closed',
'collapsible_edit' => 'Edit collapsible block',
'toggle_label' => 'Toggle label',
'source' => 'Lähde',
'alt_desc' => 'Vaihtoehtoinen kuvaus',
'embed' => 'Upota',
'paste_embed' => 'Liitä upotuskoodisi alle:',
'url' => 'URL-osoite',
'text_to_display' => 'Näytettävä teksti',
'title' => 'Otsikko',
'open_link' => 'Avaa linkki',
'open_link_in' => 'Avaa linkki...',
'open_link_current' => 'Nykyinen ikkuna',
'open_link_new' => 'Uusi ikkuna',
'remove_link' => 'Poista linkki',
'insert_collapsible' => 'Lisää kokoontaitettava lohko',
'collapsible_unwrap' => 'Poista ympäröivä lohko',
'edit_label' => 'Muokkaa nimikettä',
'toggle_open_closed' => 'Auki/kiinni',
'collapsible_edit' => 'Muokkaa kokoontaitettavaa lohkoa',
'toggle_label' => 'Näytä nimike',
// About view
'about' => 'About the editor',
'about_title' => 'About the WYSIWYG Editor',
'editor_license' => 'Editor License & Copyright',
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
'save_continue' => 'Save Page & Continue',
'callouts_cycle' => '(Keep pressing to toggle through types)',
'link_selector' => 'Link to content',
'shortcuts' => 'Shortcuts',
'shortcut' => 'Shortcut',
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
'about' => 'Tietoja editorista',
'about_title' => 'Tietoja WYSIWYG-editorista',
'editor_license' => 'Editorin lisenssi ja tekijänoikeus',
'editor_tiny_license' => 'Tämä editori on rakennettu käyttäen sovellusta :tinyLink, joka on MIT-lisenssin alainen.',
'editor_tiny_license_link' => 'TinyMCE-editorin tekijänoikeus- ja lisenssitiedot löytyvät täältä.',
'save_continue' => 'Tallenna sivu ja jatka',
'callouts_cycle' => '(Pidä painettuna valitaksesi tyyppien välillä)',
'link_selector' => 'Linkki sisältöön',
'shortcuts' => 'Pikanäppäimet',
'shortcut' => 'Pikanäppäin',
'shortcuts_intro' => 'Editorissa on saatavilla seuraavat pikanäppäimet:',
'windows_linux' => '(Windows/Linux)',
'mac' => '(Mac)',
'description' => 'Description',
'description' => 'Kuvaus',
];