New translations en.yml (Russian)

This commit is contained in:
Riccardo Graziosi
2024-12-20 22:34:58 +01:00
parent 9986dad55d
commit 346151ced8

View File

@@ -73,6 +73,7 @@ ru:
disabled: 'Отключено' disabled: 'Отключено'
copied: 'Скопировано!' copied: 'Скопировано!'
user_staff: 'Staff' user_staff: 'Staff'
language_supported: '%{language} supported'
powered_by: 'Работает на' powered_by: 'Работает на'
buttons: buttons:
new: 'Новый' new: 'Новый'
@@ -88,6 +89,7 @@ ru:
approve: 'Утвердить' approve: 'Утвердить'
reject: 'Отклонить' reject: 'Отклонить'
copy_to_clipboard: 'Copy to clipboard' copy_to_clipboard: 'Copy to clipboard'
preview: 'Preview'
datetime: datetime:
now: 'только что' now: 'только что'
minutes: minutes:
@@ -200,6 +202,7 @@ ru:
boards: 'Доски' boards: 'Доски'
post_statuses: 'Статусы' post_statuses: 'Статусы'
roadmap: 'Дорожная Карта' roadmap: 'Дорожная Карта'
webhooks: 'Webhooks'
invitations: 'Invitations' invitations: 'Invitations'
appearance: 'Внешний вид' appearance: 'Внешний вид'
info_box: info_box:
@@ -320,6 +323,33 @@ ru:
subtitle_oauth_config: 'Конфигурация OAuth' subtitle_oauth_config: 'Конфигурация OAuth'
subtitle_user_profile_config: 'Настройка профиля пользователя' subtitle_user_profile_config: 'Настройка профиля пользователя'
client_secret_help: 'скрытые в целях безопасности' client_secret_help: 'скрытые в целях безопасности'
webhooks:
title: 'Webhooks'
learn_more: 'Learn how to configure and use webhooks'
empty: 'There are no webhooks.'
triggers:
new_post: 'New post'
new_post_pending_approval: 'New post (pending approval)'
delete_post: 'Delete post'
post_status_change: 'Post status change'
new_comment: 'New comment'
new_vote: 'New vote'
new_user: 'New user'
http_methods:
post: 'POST'
put: 'PUT'
patch: 'PATCH'
delete: 'DELETE'
form:
title_new: 'New webhook'
title_edit: 'Edit webhook'
add_header: 'Add header'
header_n_key: 'Header %{n} key'
header_n_value: 'Header %{n} value'
template_variables_selector_placeholder: 'Select a template variable...'
preview_error: 'There is an error in your template'
test_page:
title: 'Webhook test results'
moderation: moderation:
menu: menu:
feedback: 'Отзывы' feedback: 'Отзывы'