|
15 | 15 | 'page_restore' => 'obnovil/a stránku', |
16 | 16 | 'page_restore_notification' => 'Stránka byla úspěšně obnovena', |
17 | 17 | 'page_move' => 'přesunul/a stránku', |
18 | | - 'page_move_notification' => 'Page successfully moved', |
| 18 | + 'page_move_notification' => 'Strana byla úspěšně přesunuta', |
19 | 19 |
|
20 | 20 | // Chapters |
21 | 21 | 'chapter_create' => 'vytvořil/a kapitolu', |
|
25 | 25 | 'chapter_delete' => 'odstranila/a kapitolu', |
26 | 26 | 'chapter_delete_notification' => 'Kapitola byla úspěšně odstraněna', |
27 | 27 | 'chapter_move' => 'přesunul/a kapitolu', |
28 | | - 'chapter_move_notification' => 'Chapter successfully moved', |
| 28 | + 'chapter_move_notification' => 'Kapitola byla úspěšně přesunuta', |
29 | 29 |
|
30 | 30 | // Books |
31 | 31 | 'book_create' => 'vytvořil/a knihu', |
|
50 | 50 | 'bookshelf_delete_notification' => 'Knihovna byla úspěšně smazána', |
51 | 51 |
|
52 | 52 | // 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', |
56 | 56 |
|
57 | 57 | // Favourites |
58 | 58 | 'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených', |
59 | 59 | 'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblíbených', |
60 | 60 |
|
61 | 61 | // Watching |
62 | | - 'watch_update_level_notification' => 'Watch preferences successfully updated', |
| 62 | + 'watch_update_level_notification' => 'Předvolby sledování úspěšně aktualizovány', |
63 | 63 |
|
64 | 64 | // 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', |
70 | 70 | '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', |
72 | 72 | 'mfa_remove_method_notification' => 'Vícefaktorová metoda byla úspěšně odstraněna', |
73 | 73 |
|
74 | 74 | // 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', |
78 | 78 |
|
79 | 79 | // Webhooks |
80 | 80 | 'webhook_create' => 'vytvořil/a webhook', |
|
85 | 85 | 'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn', |
86 | 86 |
|
87 | 87 | // 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', |
91 | 91 | 'user_update_notification' => 'Uživatel byl úspěšně aktualizován', |
92 | | - 'user_delete' => 'deleted user', |
| 92 | + 'user_delete' => 'odstranil uživatele', |
93 | 93 | 'user_delete_notification' => 'Uživatel byl úspěšně odstraněn', |
94 | 94 |
|
95 | 95 | // 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', |
102 | 102 |
|
103 | 103 | // Roles |
104 | | - 'role_create' => 'created role', |
| 104 | + 'role_create' => 'vytvořil roli', |
105 | 105 | 'role_create_notification' => 'Role byla úspěšně vytvořena', |
106 | | - 'role_update' => 'updated role', |
| 106 | + 'role_update' => 'aktualizoval roli', |
107 | 107 | 'role_update_notification' => 'Role byla úspěšně aktualizována', |
108 | | - 'role_delete' => 'deleted role', |
| 108 | + 'role_delete' => 'odstranil roli', |
109 | 109 | 'role_delete_notification' => 'Role byla odstraněna', |
110 | 110 |
|
111 | 111 | // 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', |
115 | 115 |
|
116 | 116 | // Comments |
117 | 117 | '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ář', |
121 | 121 |
|
122 | 122 | // Other |
123 | 123 | 'permissions_update' => 'oprávnění upravena', |
|
0 commit comments