-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtranslation.py
23 lines (16 loc) · 1.71 KB
/
translation.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
operations_feedback_ru = ['Подождите, это может занять некоторое время...', 'Такого профиля нет, попробуйте еще раз',
'К сожалению, у профиля нет историй', 'К сожалению, профиль приватный',
'Похоже вы указали неверную ссылку, попробуйте еще раз', 'Файл считан, отравляю вам...']
operations_feedback_eng = ['Wait, this may take a while ...', 'There is no such profile, please try again',
'Sorry, the profile has no stories', 'Sorry, the profile is private',
'It looks like you provided an incorrect link, please try again', 'The file has been read, I am sending you ...']
funk_butts_ru = ['История', 'Фото профиля', 'Пост', 'Поделиться']
funk_butts_eng = ['Story', 'Profile pic', 'Post', 'Share']
operations_ru = ['Введите название профиля:', 'Скопируйте ссылку на пост:', 'Выбранная функция:']
operations_eng = ['Enter profile name:', 'Copy the link to the post:', 'Selected function:']
end_phrase_ru = "Спасибо за пользование нашим ботом! Для повторной работы нажмите 'restart'"
end_phrase_eng = "Thanks for using our bot! Press 'restart' to re-run"
funk_select_ru = 'Для начала работы выберите функцию:'
funk_select_eng = 'Select the function to get started:'
retry_ru = ['Продолжить?', 'да', 'нет']
retry_eng = ['Continue?', 'yes', 'no']