mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Updated translations with latest Crowdin changes (#4877)
This commit is contained in:
@ -93,11 +93,11 @@ return [
|
||||
'user_delete_notification' => 'Käyttäjä poistettiin onnistuneesti',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'created API token',
|
||||
'api_token_create' => 'loi API-tunnisteen',
|
||||
'api_token_create_notification' => 'API-tunniste luotiin onnistuneesti',
|
||||
'api_token_update' => 'updated API token',
|
||||
'api_token_update' => 'päivitti API-tunnisteen',
|
||||
'api_token_update_notification' => 'API-tunniste päivitettiin onnistuneesti',
|
||||
'api_token_delete' => 'deleted API token',
|
||||
'api_token_delete' => 'poisti API-tunnisteen',
|
||||
'api_token_delete_notification' => 'API-tunniste poistettiin onnistuneesti',
|
||||
|
||||
// Roles
|
||||
|
@ -20,7 +20,7 @@ return [
|
||||
'description' => 'Kuvaus',
|
||||
'role' => 'Rooli',
|
||||
'cover_image' => 'Kansikuva',
|
||||
'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
|
||||
'cover_image_description' => 'Kuvan tulee olla noin 440x250 pikselin kokoinen. Kuvan koko ja rajaus voi vaihdella käyttötilanteesta riippuen.',
|
||||
|
||||
// Actions
|
||||
'actions' => 'Toiminnot',
|
||||
|
@ -81,9 +81,9 @@ return [
|
||||
'table_properties' => 'Taulukon ominaisuudet',
|
||||
'table_properties_title' => 'Taulukon ominaisuudet',
|
||||
'delete_table' => 'Poista taulukko',
|
||||
'table_clear_formatting' => 'Clear table formatting',
|
||||
'resize_to_contents' => 'Resize to contents',
|
||||
'row_header' => 'Row header',
|
||||
'table_clear_formatting' => 'Poista taulukon muotoilut',
|
||||
'resize_to_contents' => 'Sovita koko sisältöön',
|
||||
'row_header' => 'Rivin otsikko',
|
||||
'insert_row_before' => 'Lisää rivi ennen',
|
||||
'insert_row_after' => 'Lisää rivi jälkeen',
|
||||
'delete_row' => 'Poista rivi',
|
||||
|
Reference in New Issue
Block a user