diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-06-05 17:10:44 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2022-08-11 16:38:24 +0300 |
| commit | 3e7e31d4a98f4cbdfdd3c92d952e58616c027beb (patch) | |
| tree | 94537063d88c18333d04f125de5e5b2f09c818a3 /src/i18n/ru.json | |
| parent | 6b80ce122f18633b11fa43ec19ee74aeb5578f6b (diff) | |
Allow column width configuration
Group column configuration in settings
Column width configuration: do not act on defaults
Diffstat (limited to 'src/i18n/ru.json')
| -rw-r--r-- | src/i18n/ru.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 7e6ff3f5..02815f3e 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -456,6 +456,15 @@ "subject_line_mastodon": "Как в Mastodon: скопировать как есть", "subject_line_email": "Как в электронной почте: \"re: тема\"", "subject_line_behavior": "Копировать тему в ответах", + "third_column_mode": "Когда недостаточно места, показывать третью колонку содержащую", + "third_column_mode_none": "Не показывать третью колонку совсем", + "third_column_mode_notifications": "Колонку уведомлений", + "third_column_mode_postform": "Форму отправки сообщения и навигацию", + "columns": "Колонки", + "column_sizes": "Размеры колонок", + "column_sizes_sidebar": "Боковой", + "column_sizes_content": "Содержимого", + "column_sizes_notifs": "Уведомлений", "no_mutes": "Нет игнорируемых", "no_blocks": "Нет блокировок", "notification_visibility_emoji_reactions": "Реакции", |
