This commit is contained in:
@@ -196,6 +196,9 @@ pub struct Translations {
|
||||
pub testimonials_add_button: &'static str,
|
||||
pub testimonials_status_active: &'static str,
|
||||
pub testimonials_status_hidden: &'static str,
|
||||
pub testimonials_edit: &'static str,
|
||||
pub testimonials_save: &'static str,
|
||||
pub testimonials_remove_image: &'static str,
|
||||
|
||||
// Client edit
|
||||
pub clients_edit_title: &'static str,
|
||||
@@ -458,6 +461,9 @@ static RU: Translations = Translations {
|
||||
testimonials_add_button: "Добавить",
|
||||
testimonials_status_active: "Отображается",
|
||||
testimonials_status_hidden: "Скрыт",
|
||||
testimonials_edit: "Редактировать",
|
||||
testimonials_save: "Сохранить",
|
||||
testimonials_remove_image: "Удалить фото",
|
||||
|
||||
no_value: "—",
|
||||
action_convert: "Конвертировать",
|
||||
@@ -653,6 +659,9 @@ static EN: Translations = Translations {
|
||||
testimonials_add_button: "Add",
|
||||
testimonials_status_active: "Visible",
|
||||
testimonials_status_hidden: "Hidden",
|
||||
testimonials_edit: "Edit",
|
||||
testimonials_save: "Save",
|
||||
testimonials_remove_image: "Remove photo",
|
||||
|
||||
no_value: "—",
|
||||
action_convert: "Convert",
|
||||
|
||||
Reference in New Issue
Block a user