2021-10-25 20:51:27 +08:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Activity text strings.
|
|
|
|
* Is used for all the text within activity logs & notifications.
|
|
|
|
*/
|
|
|
|
return [
|
|
|
|
|
|
|
|
// Pages
|
|
|
|
'page_create' => 'lisas lehe',
|
|
|
|
'page_create_notification' => 'Leht on lisatud',
|
|
|
|
'page_update' => 'muutis lehte',
|
|
|
|
'page_update_notification' => 'Leht on muudetud',
|
|
|
|
'page_delete' => 'kustutas lehe',
|
|
|
|
'page_delete_notification' => 'Leht on kustutatud',
|
|
|
|
'page_restore' => 'taastas lehe',
|
|
|
|
'page_restore_notification' => 'Leht on taastatud',
|
|
|
|
'page_move' => 'liigutas lehte',
|
2023-06-29 00:54:32 +08:00
|
|
|
'page_move_notification' => 'Leht on liigutatud',
|
2021-10-25 20:51:27 +08:00
|
|
|
|
|
|
|
// Chapters
|
|
|
|
'chapter_create' => 'lisas peatüki',
|
|
|
|
'chapter_create_notification' => 'Peatükk on lisatud',
|
|
|
|
'chapter_update' => 'muutis peatükki',
|
|
|
|
'chapter_update_notification' => 'Peatükk on muudetud',
|
|
|
|
'chapter_delete' => 'kustutas peatüki',
|
|
|
|
'chapter_delete_notification' => 'Peatükk on kustutatud',
|
|
|
|
'chapter_move' => 'liigutas peatükki',
|
2023-06-29 00:54:32 +08:00
|
|
|
'chapter_move_notification' => 'Peatükk on liigutatud',
|
2021-10-25 20:51:27 +08:00
|
|
|
|
|
|
|
// Books
|
|
|
|
'book_create' => 'lisas raamatu',
|
|
|
|
'book_create_notification' => 'Raamat on lisatud',
|
2022-06-24 18:35:59 +08:00
|
|
|
'book_create_from_chapter' => 'muutis peatüki raamatuks',
|
|
|
|
'book_create_from_chapter_notification' => 'Peatükk on muudetud raamatuks',
|
2021-10-25 20:51:27 +08:00
|
|
|
'book_update' => 'muutis raamatut',
|
|
|
|
'book_update_notification' => 'Raamat on muudetud',
|
|
|
|
'book_delete' => 'kustutas raamatu',
|
|
|
|
'book_delete_notification' => 'Raamat on kustutatud',
|
|
|
|
'book_sort' => 'sorteeris raamatut',
|
|
|
|
'book_sort_notification' => 'Raamat on sorteeritud',
|
|
|
|
|
|
|
|
// Bookshelves
|
2022-09-20 20:16:15 +08:00
|
|
|
'bookshelf_create' => 'lisas riiuli',
|
|
|
|
'bookshelf_create_notification' => 'Riiul on lisatud',
|
|
|
|
'bookshelf_create_from_book' => 'muutis raamatu riiuliks',
|
2022-06-24 18:35:59 +08:00
|
|
|
'bookshelf_create_from_book_notification' => 'Raamat on muudetud riiuliks',
|
2022-09-20 20:16:15 +08:00
|
|
|
'bookshelf_update' => 'muutis riiulit',
|
|
|
|
'bookshelf_update_notification' => 'Riiul on muudetud',
|
|
|
|
'bookshelf_delete' => 'kustutas riiuli',
|
|
|
|
'bookshelf_delete_notification' => 'Riiul on kustutatud',
|
2021-10-25 20:51:27 +08:00
|
|
|
|
2023-06-29 00:54:32 +08:00
|
|
|
// Revisions
|
|
|
|
'revision_restore' => 'taastas redaktsiooni',
|
|
|
|
'revision_delete' => 'kustutas redaktsiooni',
|
|
|
|
'revision_delete_notification' => 'Redaktsioon on kustutatud',
|
|
|
|
|
2021-10-25 20:51:27 +08:00
|
|
|
// Favourites
|
|
|
|
'favourite_add_notification' => '":name" lisati su lemmikute hulka',
|
|
|
|
'favourite_remove_notification' => '":name" eemaldati su lemmikute hulgast',
|
|
|
|
|
2023-08-27 19:43:59 +08:00
|
|
|
// Watching
|
2023-09-04 18:48:25 +08:00
|
|
|
'watch_update_level_notification' => 'Jälgimise eelistused edukalt salvestatud',
|
2023-08-27 19:43:59 +08:00
|
|
|
|
2023-06-29 00:54:32 +08:00
|
|
|
// Auth
|
|
|
|
'auth_login' => 'logis sisse',
|
|
|
|
'auth_register' => 'registreerus uue kasutajana',
|
|
|
|
'auth_password_reset_request' => 'soovis parooli lähtestamist',
|
|
|
|
'auth_password_reset_update' => 'lähtestas kasutaja parooli',
|
|
|
|
'mfa_setup_method' => 'seadistas mitmeastmelise autentimise meetodi',
|
2021-10-25 20:51:27 +08:00
|
|
|
'mfa_setup_method_notification' => 'Mitmeastmeline autentimine seadistatud',
|
2023-06-29 00:54:32 +08:00
|
|
|
'mfa_remove_method' => 'eemaldas mitmeastmelise autentimise meetodi',
|
2021-10-25 20:51:27 +08:00
|
|
|
'mfa_remove_method_notification' => 'Mitmeastmeline autentimine eemaldatud',
|
|
|
|
|
2023-06-29 00:54:32 +08:00
|
|
|
// Settings
|
|
|
|
'settings_update' => 'uuendas seadeid',
|
|
|
|
'settings_update_notification' => 'Seaded uuendatud',
|
|
|
|
'maintenance_action_run' => 'käivitas hooldustegevuse',
|
|
|
|
|
New Crowdin updates (#3117)
* New translations auth.php (Bulgarian)
* New translations auth.php (Catalan)
* New translations auth.php (Czech)
* New translations auth.php (Danish)
* New translations auth.php (Hebrew)
* New translations auth.php (Swedish)
* New translations auth.php (Hungarian)
* New translations auth.php (Italian)
* New translations auth.php (Japanese)
* New translations auth.php (Korean)
* New translations auth.php (Lithuanian)
* New translations auth.php (Dutch)
* New translations auth.php (Polish)
* New translations auth.php (Russian)
* New translations auth.php (Slovak)
* New translations auth.php (Slovenian)
* New translations settings.php (Korean)
* New translations settings.php (Lithuanian)
* New translations settings.php (Portuguese, Brazilian)
* New translations settings.php (Norwegian Bokmal)
* New translations settings.php (Bosnian)
* New translations settings.php (Latvian)
* New translations settings.php (Estonian)
* New translations settings.php (Croatian)
* New translations settings.php (Spanish, Argentina)
* New translations settings.php (Persian)
* New translations settings.php (Indonesian)
* New translations settings.php (Vietnamese)
* New translations settings.php (Dutch)
* New translations settings.php (Chinese Traditional)
* New translations settings.php (Chinese Simplified)
* New translations settings.php (Turkish)
* New translations settings.php (Swedish)
* New translations settings.php (Slovenian)
* New translations settings.php (Slovak)
* New translations settings.php (Russian)
* New translations settings.php (Portuguese)
* New translations settings.php (Polish)
* New translations settings.php (German Informal)
* New translations settings.php (Spanish)
* New translations activities.php (Spanish)
* New translations auth.php (Spanish)
* New translations common.php (Spanish)
* New translations settings.php (Spanish)
* New translations auth.php (German)
* New translations passwords.php (German)
* New translations settings.php (German)
* New translations activities.php (German)
* New translations auth.php (German)
* New translations auth.php (German Informal)
* New translations common.php (German)
* New translations entities.php (German)
* New translations errors.php (German)
* New translations errors.php (German Informal)
* New translations settings.php (German)
* New translations settings.php (German Informal)
* New translations entities.php (Japanese)
* New translations entities.php (Vietnamese)
* New translations entities.php (Slovak)
* New translations entities.php (Slovenian)
* New translations entities.php (Swedish)
* New translations entities.php (Turkish)
* New translations entities.php (Chinese Simplified)
* New translations entities.php (Chinese Traditional)
* New translations entities.php (Portuguese, Brazilian)
* New translations entities.php (Polish)
* New translations entities.php (Indonesian)
* New translations entities.php (Persian)
* New translations entities.php (Croatian)
* New translations entities.php (Estonian)
* New translations entities.php (Latvian)
* New translations entities.php (Bosnian)
* New translations entities.php (Russian)
* New translations entities.php (Dutch)
* New translations entities.php (Portuguese)
* New translations entities.php (Bulgarian)
* New translations entities.php (Ukrainian)
* New translations entities.php (Spanish, Argentina)
* New translations entities.php (Norwegian Bokmal)
* New translations entities.php (French)
* New translations entities.php (Spanish)
* New translations entities.php (Arabic)
* New translations entities.php (Catalan)
* New translations entities.php (Lithuanian)
* New translations entities.php (Czech)
* New translations entities.php (Danish)
* New translations entities.php (German)
* New translations entities.php (Hebrew)
* New translations entities.php (Hungarian)
* New translations entities.php (Italian)
* New translations entities.php (Korean)
* New translations entities.php (German Informal)
* New translations entities.php (Spanish)
* New translations auth.php (Portuguese)
* New translations common.php (Portuguese)
* New translations errors.php (Portuguese)
* New translations settings.php (Portuguese)
* New translations activities.php (French)
* New translations activities.php (French)
* New translations auth.php (French)
* New translations common.php (French)
* New translations entities.php (French)
* New translations settings.php (French)
* New translations activities.php (Spanish, Argentina)
* New translations entities.php (Spanish, Argentina)
* New translations auth.php (Spanish, Argentina)
* New translations common.php (Spanish, Argentina)
* New translations activities.php (German Informal)
* New translations common.php (German Informal)
* New translations settings.php (Spanish, Argentina)
* New translations activities.php (Chinese Simplified)
* New translations activities.php (Chinese Simplified)
* New translations auth.php (Chinese Simplified)
* New translations common.php (Chinese Simplified)
* New translations entities.php (Chinese Simplified)
* New translations settings.php (Chinese Simplified)
* New translations activities.php (Estonian)
* New translations auth.php (Estonian)
* New translations common.php (Estonian)
* New translations entities.php (Chinese Simplified)
* New translations entities.php (Estonian)
* New translations settings.php (Chinese Simplified)
* New translations settings.php (Estonian)
* New translations settings.php (Estonian)
* New translations validation.php (Estonian)
* New translations auth.php (Italian)
* New translations common.php (Italian)
* New translations entities.php (Italian)
* New translations settings.php (Italian)
* New translations activities.php (Russian)
* New translations auth.php (Russian)
* New translations common.php (Russian)
* New translations activities.php (Russian)
* New translations entities.php (Russian)
* New translations settings.php (Russian)
* New translations activities.php (Japanese)
* New translations auth.php (Portuguese, Brazilian)
* New translations auth.php (Portuguese, Brazilian)
* New translations auth.php (Arabic)
* New translations activities.php (Czech)
* New translations auth.php (Czech)
* New translations activities.php (Czech)
* New translations auth.php (Czech)
* New translations common.php (Czech)
* New translations entities.php (Czech)
* New translations settings.php (Czech)
* New translations activities.php (Czech)
* New translations auth.php (Czech)
* New translations common.php (Czech)
* New translations entities.php (Czech)
* New translations settings.php (Czech)
* New translations auth.php (Czech)
* New translations entities.php (Czech)
* New translations settings.php (Czech)
* New translations auth.php (Czech)
* New translations auth.php (Czech)
* New translations activities.php (Latvian)
* New translations auth.php (Latvian)
* New translations common.php (Latvian)
* New translations entities.php (Latvian)
* New translations settings.php (Latvian)
* New translations activities.php (Latvian)
* New translations settings.php (Latvian)
* New translations activities.php (Italian)
* New translations entities.php (Italian)
* New translations activities.php (Italian)
* New translations settings.php (Italian)
* New translations common.php (Japanese)
* New translations settings.php (French)
* New translations common.php (Vietnamese)
* New translations common.php (Portuguese, Brazilian)
* New translations common.php (Indonesian)
* New translations common.php (Persian)
* New translations common.php (Croatian)
* New translations common.php (Estonian)
* New translations common.php (Latvian)
* New translations common.php (Bosnian)
* New translations common.php (German Informal)
* New translations settings.php (Spanish)
* New translations common.php (Chinese Simplified)
* New translations settings.php (Arabic)
* New translations settings.php (Bulgarian)
* New translations settings.php (Catalan)
* New translations settings.php (Czech)
* New translations settings.php (Danish)
* New translations settings.php (German)
* New translations settings.php (Hebrew)
* New translations settings.php (Hungarian)
* New translations settings.php (Italian)
* New translations settings.php (Japanese)
* New translations common.php (Chinese Traditional)
* New translations common.php (Turkish)
* New translations common.php (Portuguese)
* New translations common.php (Danish)
* New translations common.php (Ukrainian)
* New translations common.php (Spanish, Argentina)
* New translations common.php (Norwegian Bokmal)
* New translations settings.php (Ukrainian)
* New translations common.php (French)
* New translations common.php (Spanish)
* New translations common.php (Arabic)
* New translations common.php (Bulgarian)
* New translations common.php (Catalan)
* New translations common.php (Czech)
* New translations common.php (German)
* New translations common.php (Swedish)
* New translations common.php (Hebrew)
* New translations common.php (Hungarian)
* New translations common.php (Italian)
* New translations common.php (Korean)
* New translations common.php (Lithuanian)
* New translations common.php (Dutch)
* New translations common.php (Polish)
* New translations common.php (Russian)
* New translations common.php (Slovak)
* New translations common.php (Slovenian)
* New translations settings.php (Korean)
* New translations settings.php (Lithuanian)
* New translations settings.php (Portuguese, Brazilian)
* New translations settings.php (Norwegian Bokmal)
* New translations settings.php (Bosnian)
* New translations settings.php (Latvian)
* New translations settings.php (Estonian)
* New translations settings.php (Croatian)
* New translations settings.php (Spanish, Argentina)
* New translations settings.php (Persian)
* New translations settings.php (Indonesian)
* New translations settings.php (Vietnamese)
* New translations settings.php (Dutch)
* New translations settings.php (Chinese Traditional)
* New translations settings.php (Chinese Simplified)
* New translations settings.php (Turkish)
* New translations settings.php (Swedish)
* New translations settings.php (Slovenian)
* New translations settings.php (Slovak)
* New translations settings.php (Russian)
* New translations settings.php (Portuguese)
* New translations settings.php (Polish)
* New translations settings.php (German Informal)
* New translations common.php (Estonian)
* New translations entities.php (Estonian)
* New translations settings.php (Estonian)
* New translations common.php (Spanish)
* New translations settings.php (Spanish)
* New translations entities.php (French)
* New translations settings.php (French)
* New translations common.php (Chinese Simplified)
* New translations settings.php (Chinese Simplified)
* New translations common.php (Spanish, Argentina)
* New translations settings.php (Spanish, Argentina)
2022-01-06 20:02:49 +08:00
|
|
|
// Webhooks
|
|
|
|
'webhook_create' => 'lisas veebihaagi',
|
|
|
|
'webhook_create_notification' => 'Veebihaak on lisatud',
|
|
|
|
'webhook_update' => 'muutis veebihaaki',
|
|
|
|
'webhook_update_notification' => 'Veebihaak on muudetud',
|
|
|
|
'webhook_delete' => 'kustutas veebihaagi',
|
|
|
|
'webhook_delete_notification' => 'Veebihaak on kustutatud',
|
|
|
|
|
2022-02-08 23:14:18 +08:00
|
|
|
// Users
|
2023-06-29 00:54:32 +08:00
|
|
|
'user_create' => 'lisas kasutaja',
|
|
|
|
'user_create_notification' => 'Kasutaja on lisatud',
|
|
|
|
'user_update' => 'muutis kasutajat',
|
2022-02-08 23:14:18 +08:00
|
|
|
'user_update_notification' => 'Kasutaja on muudetud',
|
2023-06-29 00:54:32 +08:00
|
|
|
'user_delete' => 'kustutas kasutaja',
|
2022-02-08 23:14:18 +08:00
|
|
|
'user_delete_notification' => 'Kasutaja on kustutatud',
|
|
|
|
|
2023-06-29 00:54:32 +08:00
|
|
|
// API Tokens
|
2024-06-10 17:16:34 +08:00
|
|
|
'api_token_create' => 'lisas API tunnuse',
|
2023-06-29 00:54:32 +08:00
|
|
|
'api_token_create_notification' => 'API tunnus on lisatud',
|
2024-06-10 17:16:34 +08:00
|
|
|
'api_token_update' => 'muutis API tunnust',
|
2023-06-29 00:54:32 +08:00
|
|
|
'api_token_update_notification' => 'API tunnus on muudetud',
|
2024-06-10 17:16:34 +08:00
|
|
|
'api_token_delete' => 'kustutas API tunnuse',
|
2023-06-29 00:54:32 +08:00
|
|
|
'api_token_delete_notification' => 'API tunnus on kustutatud',
|
|
|
|
|
2023-02-26 18:36:15 +08:00
|
|
|
// Roles
|
2023-06-29 00:54:32 +08:00
|
|
|
'role_create' => 'lisas rolli',
|
2023-02-26 18:36:15 +08:00
|
|
|
'role_create_notification' => 'Roll on lisatud',
|
2023-06-29 00:54:32 +08:00
|
|
|
'role_update' => 'muutis rolli',
|
2023-02-26 18:36:15 +08:00
|
|
|
'role_update_notification' => 'Roll on muudetud',
|
2023-06-29 00:54:32 +08:00
|
|
|
'role_delete' => 'kustutas rolli',
|
2023-02-26 18:36:15 +08:00
|
|
|
'role_delete_notification' => 'Roll on kustutatud',
|
|
|
|
|
2023-06-29 00:54:32 +08:00
|
|
|
// Recycle Bin
|
|
|
|
'recycle_bin_empty' => 'tühjendas prügikasti',
|
|
|
|
'recycle_bin_restore' => 'taastas prügikastist',
|
|
|
|
'recycle_bin_destroy' => 'eemaldas prügikastist',
|
|
|
|
|
2023-08-27 19:43:59 +08:00
|
|
|
// Comments
|
2021-10-25 20:51:27 +08:00
|
|
|
'commented_on' => 'kommenteeris lehte',
|
2023-08-27 19:43:59 +08:00
|
|
|
'comment_create' => 'lisas kommentaari',
|
|
|
|
'comment_update' => 'muutis kommentaari',
|
|
|
|
'comment_delete' => 'kustutas kommentaari',
|
|
|
|
|
|
|
|
// Other
|
2021-10-25 20:51:27 +08:00
|
|
|
'permissions_update' => 'muutis õiguseid',
|
|
|
|
];
|