File tree 1 file changed +7
-2
lines changed
packages/gitbook/src/intl/translations
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import type { TranslationLanguage } from './types';
2
2
3
3
export const ru = {
4
4
locale : 'ru' ,
5
- powered_by_gitbook : 'При поддержке GitBook' ,
6
- sponsored_via_gitbook : 'При спонсировании GitBook' ,
5
+ powered_by_gitbook : 'Создано на GitBook' ,
6
+ sponsored_via_gitbook : 'При поддержке GitBook' ,
7
7
switch_to_dark_theme : 'Переключиться на тёмную тему' ,
8
8
switch_to_light_theme : 'Переключиться на светлую тему' ,
9
9
switch_to_system_theme : 'Переключиться на системную тему' ,
@@ -58,4 +58,9 @@ export const ru = {
58
58
pdf_limit_reached : "Не удалось создать PDF для ${1} страниц, создание остановилось на ${2}." ,
59
59
pdf_limit_reached_continue : 'Увеличить ещё на ${1} страниц.' ,
60
60
more : 'Больше' ,
61
+ link_tooltip_external_link : 'Внешняя ссылка' ,
62
+ link_tooltip_page_anchor : 'Перейти к разделу' ,
63
+ link_tooltip_ai_summary : 'Краткое содержание' ,
64
+ link_tooltip_ai_summary_description : 'На основе вашего контекста. Могут быть неточности.' ,
65
+ open_in_new_tab : 'Открыть в новой вкладке' ,
61
66
} ;
You can’t perform that action at this time.
0 commit comments