mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 06:47:13 -04:00
feat: add date difference calculator UI for issue #971
This commit is contained in:
parent
d3b32cc14e
commit
c7c6d1e4ad
7 changed files with 90 additions and 1 deletions
|
@ -92,6 +92,11 @@ tools:
|
|||
button:
|
||||
copy: Copy
|
||||
refresh: Refresh
|
||||
|
||||
days-calculator:
|
||||
title: Days calculator
|
||||
description: Find the number of days between two dates.
|
||||
|
||||
percentage-calculator:
|
||||
title: Percentage calculator
|
||||
description: Easily calculate percentages from a value to another value, or from a percentage to a value.
|
||||
|
|
|
@ -91,6 +91,11 @@ tools:
|
|||
button:
|
||||
copy: 复制
|
||||
refresh: 刷新
|
||||
|
||||
days-calculator:
|
||||
title: 天数计算器
|
||||
description: 计算两个日期之间的天数。
|
||||
|
||||
percentage-calculator:
|
||||
title: 百分比计算器
|
||||
description: 轻松计算从一个值到另一个值的百分比,或从百分比到值的百分比。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue