Skip to content

Commit

Permalink
$hyoo_budget: better texts
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 15, 2024
1 parent 2c9d4f5 commit ad1df2c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/app.locale=ru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$hyoo_budget_app_Fund_make_hint": "Новый фонд",
"$hyoo_budget_app_menu_title": "Личный бюджет",
"$hyoo_budget_app_Menu_links_empty_title": "Добавьте один фонд "
"$hyoo_budget_app_Menu_links_empty_title": "Добавьте новый фонд "
}
2 changes: 1 addition & 1 deletion app/app.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $hyoo_budget_app $mol_book2_catalog
click? <=> fund_make? null
sub /
<= Fund_make_icon $mol_icon_plus
Menu_links_empty $mol_status title @ \Add one fund
Menu_links_empty $mol_status title @ \Add new fund
menu_foot /
<= Lights $mol_lights_toggle
<= Sources $mol_link_source
Expand Down
2 changes: 1 addition & 1 deletion category/page/page.locale=ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"$hyoo_budget_category_page_ballance": "{value} ¤ всего",
"$hyoo_budget_category_page_Limit_hint": "лимит",
"$hyoo_budget_category_page_Delete_hint": "Удалить",
"$hyoo_budget_category_page_Transfer_list_empty_title": "Добавьте один перевод ☝",
"$hyoo_budget_category_page_Transfer_list_empty_title": "Добавьте новую трату ⤴",
"$hyoo_budget_category_page_Title_hint": "название категории"
}
2 changes: 1 addition & 1 deletion category/page/page.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ $hyoo_budget_category_page $mol_page
click? <=> delete*? null
sub /
<= Delete_icon* $mol_icon_delete
Empty <= Transfer_list_empty $mol_status title @ \Add one transfer ☝
Empty <= Transfer_list_empty $mol_status title @ \Add new expanse ⤴
5 changes: 3 additions & 2 deletions fund/book/book.locale=ru.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$hyoo_budget_fund_book_Category_make_hint": "Новая категория",
"$hyoo_budget_fund_book_Visible_hint": "Видимость в меню",
"$hyoo_budget_fund_book_ballance": "{value} ¤ всего",
"$hyoo_budget_fund_book_Limit_hint": "лимит",
"$hyoo_budget_fund_book_Menu_title_hint": "Название фонда",
"$hyoo_budget_fund_book_Menu_links_empty_title": "Добавьте один перевод ☝"
"$hyoo_budget_fund_book_Menu_title_hint": "название фонда",
"$hyoo_budget_fund_book_Menu_links_empty_title": "Добавьте новую категорию ⤴"
}
4 changes: 2 additions & 2 deletions fund/book/book.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ $hyoo_budget_fund_book $mol_book2_catalog
sub /
<= Category_make_icon $mol_icon_plus
^ menu_addon
Menu_links_empty $mol_status title @ \Add one category
Menu_links_empty $mol_status title @ \Add new category
menu_foot /
<= Visible $mol_check_icon
hint @ \Visible in menu
checked? <=> visible? true
sub /
<= Visible_icon $mol_icon_eye
<= Ballance $mol_status
title <= ballance \{value} ¤ total
title <= ballance @ \{value} ¤ total
<= Limit $mol_number
hint @ \limit
value? <=> limit? null number
Expand Down

0 comments on commit ad1df2c

Please sign in to comment.