Skip to content

Commit d0dcd4f

Browse files
committed
Merge branch 'development' into release
2 parents bde66a1 + ad60517 commit d0dcd4f

File tree

13 files changed

+99
-97
lines changed

13 files changed

+99
-97
lines changed

lang/cs/activities.php

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'page_restore' => 'obnovil/a stránku',
1616
'page_restore_notification' => 'Stránka byla úspěšně obnovena',
1717
'page_move' => 'přesunul/a stránku',
18-
'page_move_notification' => 'Page successfully moved',
18+
'page_move_notification' => 'Strana byla úspěšně přesunuta',
1919

2020
// Chapters
2121
'chapter_create' => 'vytvořil/a kapitolu',
@@ -25,7 +25,7 @@
2525
'chapter_delete' => 'odstranila/a kapitolu',
2626
'chapter_delete_notification' => 'Kapitola byla úspěšně odstraněna',
2727
'chapter_move' => 'přesunul/a kapitolu',
28-
'chapter_move_notification' => 'Chapter successfully moved',
28+
'chapter_move_notification' => 'Kapitola byla úspěšně přesunuta',
2929

3030
// Books
3131
'book_create' => 'vytvořil/a knihu',
@@ -50,31 +50,31 @@
5050
'bookshelf_delete_notification' => 'Knihovna byla úspěšně smazána',
5151

5252
// Revisions
53-
'revision_restore' => 'restored revision',
54-
'revision_delete' => 'deleted revision',
55-
'revision_delete_notification' => 'Revision successfully deleted',
53+
'revision_restore' => 'obnovil revizi',
54+
'revision_delete' => 'odstranil revizi',
55+
'revision_delete_notification' => 'Revize byla úspěšně odstraněna',
5656

5757
// Favourites
5858
'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených',
5959
'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblíbených',
6060

6161
// Watching
62-
'watch_update_level_notification' => 'Watch preferences successfully updated',
62+
'watch_update_level_notification' => 'Předvolby sledování úspěšně aktualizovány',
6363

6464
// Auth
65-
'auth_login' => 'logged in',
66-
'auth_register' => 'registered as new user',
67-
'auth_password_reset_request' => 'requested user password reset',
68-
'auth_password_reset_update' => 'reset user password',
69-
'mfa_setup_method' => 'configured MFA method',
65+
'auth_login' => 'se přihlásil',
66+
'auth_register' => 'se zaregistroval jako nový uživatel',
67+
'auth_password_reset_request' => 'zažádal o resetování hesla',
68+
'auth_password_reset_update' => 'zresetoval uživatelské heslo',
69+
'mfa_setup_method' => 'nastavil MFA metodu',
7070
'mfa_setup_method_notification' => 'Vícefaktorová metoda byla úspěšně nakonfigurována',
71-
'mfa_remove_method' => 'removed MFA method',
71+
'mfa_remove_method' => 'odstranil MFA metodu',
7272
'mfa_remove_method_notification' => 'Vícefaktorová metoda byla úspěšně odstraněna',
7373

7474
// Settings
75-
'settings_update' => 'updated settings',
76-
'settings_update_notification' => 'Settings successfully updated',
77-
'maintenance_action_run' => 'ran maintenance action',
75+
'settings_update' => 'aktualizoval nastavení',
76+
'settings_update_notification' => 'Nastavení bylo úspěšně aktualizováno',
77+
'maintenance_action_run' => 'spustil údržbu',
7878

7979
// Webhooks
8080
'webhook_create' => 'vytvořil/a webhook',
@@ -85,39 +85,39 @@
8585
'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn',
8686

8787
// Users
88-
'user_create' => 'created user',
89-
'user_create_notification' => 'User successfully created',
90-
'user_update' => 'updated user',
88+
'user_create' => 'vytvořil uživatele',
89+
'user_create_notification' => 'Uživatel byl úspěšně vytvořen',
90+
'user_update' => 'aktualizoval uživatele',
9191
'user_update_notification' => 'Uživatel byl úspěšně aktualizován',
92-
'user_delete' => 'deleted user',
92+
'user_delete' => 'odstranil uživatele',
9393
'user_delete_notification' => 'Uživatel byl úspěšně odstraněn',
9494

9595
// API Tokens
96-
'api_token_create' => 'created api token',
97-
'api_token_create_notification' => 'API token successfully created',
98-
'api_token_update' => 'updated api token',
99-
'api_token_update_notification' => 'API token successfully updated',
100-
'api_token_delete' => 'deleted api token',
101-
'api_token_delete_notification' => 'API token successfully deleted',
96+
'api_token_create' => 'vytvořil api token',
97+
'api_token_create_notification' => 'API token úspěšně vytvořen',
98+
'api_token_update' => 'aktualizoval api token',
99+
'api_token_update_notification' => 'API token úspěšně aktualizován',
100+
'api_token_delete' => 'odstranil api token',
101+
'api_token_delete_notification' => 'API token úspěšně odstraněn',
102102

103103
// Roles
104-
'role_create' => 'created role',
104+
'role_create' => 'vytvořil roli',
105105
'role_create_notification' => 'Role byla úspěšně vytvořena',
106-
'role_update' => 'updated role',
106+
'role_update' => 'aktualizoval roli',
107107
'role_update_notification' => 'Role byla úspěšně aktualizována',
108-
'role_delete' => 'deleted role',
108+
'role_delete' => 'odstranil roli',
109109
'role_delete_notification' => 'Role byla odstraněna',
110110

111111
// Recycle Bin
112-
'recycle_bin_empty' => 'emptied recycle bin',
113-
'recycle_bin_restore' => 'restored from recycle bin',
114-
'recycle_bin_destroy' => 'removed from recycle bin',
112+
'recycle_bin_empty' => 'vyprázdnil koš',
113+
'recycle_bin_restore' => 'obnovil z koše',
114+
'recycle_bin_destroy' => 'odstranil z koše',
115115

116116
// Comments
117117
'commented_on' => 'okomentoval/a',
118-
'comment_create' => 'added comment',
119-
'comment_update' => 'updated comment',
120-
'comment_delete' => 'deleted comment',
118+
'comment_create' => 'přidal komentář',
119+
'comment_update' => 'aktualizoval komentář',
120+
'comment_delete' => 'odstranil komentář',
121121

122122
// Other
123123
'permissions_update' => 'oprávnění upravena',

lang/cs/common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Buttons
88
'cancel' => 'Zrušit',
9-
'close' => 'Close',
9+
'close' => 'Zavřít‏',
1010
'confirm' => 'Potvrdit',
1111
'back' => 'Zpět',
1212
'save' => 'Uložit',
@@ -42,7 +42,7 @@
4242
'remove' => 'Odebrat',
4343
'add' => 'Přidat',
4444
'configure' => 'Nastavit',
45-
'manage' => 'Manage',
45+
'manage' => 'Spravovat',
4646
'fullscreen' => 'Celá obrazovka',
4747
'favourite' => 'Přidat do oblíbených',
4848
'unfavourite' => 'Odebrat z oblíbených',

lang/cs/errors.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
// Drawing & Images
5050
'image_upload_error' => 'Nastala chyba během nahrávání souboru',
5151
'image_upload_type_error' => 'Typ nahrávaného obrázku je neplatný.',
52-
'image_upload_replace_type' => 'Image file replacements must be of the same type',
52+
'image_upload_replace_type' => 'Náhrady souboru obrázku musí být stejného typu',
5353
'drawing_data_not_found' => 'Data výkresu nelze načíst. Výkresový soubor již nemusí existovat nebo nemusí mít oprávnění k němu přistupovat.',
5454

5555
// Attachments
5656
'attachment_not_found' => 'Příloha nenalezena',
57-
'attachment_upload_error' => 'An error occurred uploading the attachment file',
57+
'attachment_upload_error' => 'Nastala chyba během nahrávání přiloženého souboru',
5858

5959
// Pages
6060
'page_draft_autosave_fail' => 'Nepovedlo se uložit koncept. Než stránku uložíte, ujistěte se, že jste připojeni k internetu.',
61-
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
61+
'page_draft_delete_fail' => 'Nepodařilo se odstranit koncept stránky a načíst její aktuální obsah',
6262
'page_custom_home_deletion' => 'Nelze odstranit tuto stránku, protože je nastavena jako uvítací stránka',
6363

6464
// Entities
@@ -112,5 +112,5 @@
112112
'maintenance_test_email_failure' => 'Při posílání testovacího e-mailu nastala chyba:',
113113

114114
// HTTP errors
115-
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
115+
'http_ssr_url_no_match' => 'URL adresa neodpovídá povoleným SSR poskytovatelům',
116116
];

lang/cs/preferences.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
return [
8-
'preferences' => 'Preferences',
8+
'preferences' => 'Předvolby',
99

1010
'shortcuts' => 'Zkratky',
1111
'shortcuts_interface' => 'Zobrazit klávesové zkratky',

lang/cs/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
'role_manage_settings' => 'Správa nastavení aplikace',
164164
'role_export_content' => 'Exportovat obsah',
165165
'role_editor_change' => 'Změnit editor stránek',
166-
'role_notifications' => 'Receive & manage notifications',
166+
'role_notifications' => 'Přijímat a spravovat oznámení',
167167
'role_asset' => 'Obsahová oprávnění',
168168
'roles_system_warning' => 'Berte na vědomí, že přístup k některému ze tří výše uvedených oprávnění může uživateli umožnit změnit svá vlastní oprávnění nebo oprávnění ostatních uživatelů v systému. Přiřazujte role s těmito oprávněními pouze důvěryhodným uživatelům.',
169169
'role_asset_desc' => 'Tato oprávnění řídí přístup k obsahu napříč systémem. Specifická oprávnění na knihách, kapitolách a stránkách převáží tato nastavení.',

lang/et/activities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'favourite_remove_notification' => '":name" eemaldati su lemmikute hulgast',
6060

6161
// Watching
62-
'watch_update_level_notification' => 'Watch preferences successfully updated',
62+
'watch_update_level_notification' => 'Jälgimise eelistused edukalt salvestatud',
6363

6464
// Auth
6565
'auth_login' => 'logis sisse',

lang/et/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'remove' => 'Eemalda',
4343
'add' => 'Lisa',
4444
'configure' => 'Seadista',
45-
'manage' => 'Manage',
45+
'manage' => 'Halda',
4646
'fullscreen' => 'Täisekraan',
4747
'favourite' => 'Lemmik',
4848
'unfavourite' => 'Eemalda lemmik',

lang/et/entities.php

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
'pages_md_insert_drawing' => 'Lisa joonis',
240240
'pages_md_show_preview' => 'Näita eelvaadet',
241241
'pages_md_sync_scroll' => 'Sünkrooni eelvaate kerimine',
242-
'pages_drawing_unsaved' => 'Unsaved Drawing Found',
242+
'pages_drawing_unsaved' => 'Leiti salvestamata joonis',
243243
'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
244244
'pages_not_in_chapter' => 'Leht ei kuulu peatüki alla',
245245
'pages_move' => 'Liiguta leht',
@@ -407,26 +407,26 @@
407407
'references_to_desc' => 'Allpool on kõik teadaolevad lehed, mis sellele objektile viitavad.',
408408

409409
// Watch Options
410-
'watch' => 'Watch',
411-
'watch_title_default' => 'Default Preferences',
410+
'watch' => 'Jälgi',
411+
'watch_title_default' => 'Vaikimisi eelistused',
412412
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
413-
'watch_title_ignore' => 'Ignore',
414-
'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
415-
'watch_title_new' => 'New Pages',
416-
'watch_desc_new' => 'Notify when any new page is created within this item.',
417-
'watch_title_updates' => 'All Page Updates',
418-
'watch_desc_updates' => 'Notify upon all new pages and page changes.',
419-
'watch_desc_updates_page' => 'Notify upon all page changes.',
420-
'watch_title_comments' => 'All Page Updates & Comments',
421-
'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.',
422-
'watch_desc_comments_page' => 'Notify upon page changes and new comments.',
423-
'watch_change_default' => 'Change default notification preferences',
424-
'watch_detail_ignore' => 'Ignoring notifications',
425-
'watch_detail_new' => 'Watching for new pages',
426-
'watch_detail_updates' => 'Watching new pages and updates',
427-
'watch_detail_comments' => 'Watching new pages, updates & comments',
428-
'watch_detail_parent_book' => 'Watching via parent book',
429-
'watch_detail_parent_book_ignore' => 'Ignoring via parent book',
430-
'watch_detail_parent_chapter' => 'Watching via parent chapter',
431-
'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter',
413+
'watch_title_ignore' => 'Ignoreeri',
414+
'watch_desc_ignore' => 'Ignoreeri kõiki teavitusi, ka kasutaja tasemel määratud eelistusi.',
415+
'watch_title_new' => 'Uued lehed',
416+
'watch_desc_new' => 'Teavita, kui sellesse objekti lisatakse uus leht.',
417+
'watch_title_updates' => 'Kõik lehed',
418+
'watch_desc_updates' => 'Teavita kõigist uutest lehtedest ja lehtede muudatustest.',
419+
'watch_desc_updates_page' => 'Teavita kõigist lehtede muudatustest.',
420+
'watch_title_comments' => 'Kõik lehed ja kommentaarid',
421+
'watch_desc_comments' => 'Teavita kõigist uutest lehtedest, lehtede muudatustest ja uutest kommentaaridest.',
422+
'watch_desc_comments_page' => 'Teavita lehtede muudatustest ja uutest kommentaaridest.',
423+
'watch_change_default' => 'Muuda vaikimisi teavituste eelistusi',
424+
'watch_detail_ignore' => 'Teavitusi ignoreeritakse',
425+
'watch_detail_new' => 'Jälgitakse uusi lehti',
426+
'watch_detail_updates' => 'Jälgitakse uusi lehti ja muudatusi',
427+
'watch_detail_comments' => 'Jälgitakse uusi lehti, muudatusi ja kommentaare',
428+
'watch_detail_parent_book' => 'Jälgitakse raamatu kaudu',
429+
'watch_detail_parent_book_ignore' => 'Ignoreeritakse raamatu kaudu',
430+
'watch_detail_parent_chapter' => 'Jälgitakse peatüki kaudu',
431+
'watch_detail_parent_chapter_ignore' => 'Ignoreeritakse peatüki kaudu',
432432
];

lang/et/errors.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@
112112
'maintenance_test_email_failure' => 'Test e-kirja saatmisel tekkis viga:',
113113

114114
// HTTP errors
115-
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
115+
'http_ssr_url_no_match' => 'URL ei klapi ühegi lubatud SSR hostiga',
116116
];

lang/et/notifications.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
*/
55
return [
66

7-
'new_comment_subject' => 'New comment on page: :pageName',
8-
'new_comment_intro' => 'A user has commented on a page in :appName:',
9-
'new_page_subject' => 'New page: :pageName',
10-
'new_page_intro' => 'A new page has been created in :appName:',
11-
'updated_page_subject' => 'Updated page: :pageName',
12-
'updated_page_intro' => 'A page has been updated in :appName:',
13-
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
7+
'new_comment_subject' => 'Uus kommentaar lehel: :pageName',
8+
'new_comment_intro' => 'Rakenduses :appName kommenteeriti lehte:',
9+
'new_page_subject' => 'Uus leht: :pageName',
10+
'new_page_intro' => 'Rakenduses :appName lisati uus leht:',
11+
'updated_page_subject' => 'Muudetud leht: :pageName',
12+
'updated_page_intro' => 'Rakenduses :appName muudeti lehte:',
13+
'updated_page_debounce' => 'Et vältida liigseid teavitusi, ei saadeta sulle mõnda aega teavitusi selle lehe muutmiste kohta sama kasutaja poolt.',
1414

15-
'detail_page_name' => 'Page Name:',
16-
'detail_commenter' => 'Commenter:',
17-
'detail_comment' => 'Comment:',
18-
'detail_created_by' => 'Created By:',
19-
'detail_updated_by' => 'Updated By:',
15+
'detail_page_name' => 'Lehe nimetus:',
16+
'detail_commenter' => 'Kommenteerija:',
17+
'detail_comment' => 'Kommentaar:',
18+
'detail_created_by' => 'Autor:',
19+
'detail_updated_by' => 'Muutja:',
2020

21-
'action_view_comment' => 'View Comment',
22-
'action_view_page' => 'View Page',
21+
'action_view_comment' => 'Vaata kommentaari',
22+
'action_view_page' => 'Vaata lehte',
2323

24-
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
25-
'footer_reason_link' => 'your notification preferences',
24+
'footer_reason' => 'See teavitus saadeti sulle, sest :link sisaldavad selle objekti kohta sellist tegevust.',
25+
'footer_reason_link' => 'sinu teavituste eelistused',
2626
];

0 commit comments

Comments
 (0)