en-US/Format.TimeSpan.strings.psd1

@{
    Year  = @{ One = '{0} year';   Other = '{0} years' }
    Month = @{ One = '{0} month';  Other = '{0} months' }
    Day   = @{ One = '{0} day';    Other = '{0} days' }
    Hour  = @{ One = '{0} hour';   Other = '{0} hours' }
    Min   = @{ One = '{0} minute'; Other = '{0} minutes' }
    Sec   = @{ One = '{0} second'; Other = '{0} seconds' }

    Separator      = ', '
    NegativeSign   = '-'
    ZeroFallback   = '0 seconds'
    IncludeZerosOn = '{0} {1}'   # e.g., "0 years" if you choose to show zeros
}