SMAPI
About SMAPI
Modding docs
Tools
Mod compatibility
Log parser
JSON validator
JSON validator
Upload a JSON file
Choose the JSON format:
None
SMAPI: manifest
SMAPI: translations (i18n)
Content Patcher
Drag the file onto this textbox
(or
choose a file
)
:
{ "taxmenu.title": "税务报表:", "taxmenu.incometaxtitle": "所得税 : {{incomeTax}} G", "taxmenu.frauddiscovery": "欺诈发现 :\n{{fraudChance}}% 几率", "taxmenu.landtaxtitle": "土地税 : {{landTax}} G", "taxmenu.buildingtaxtitle": "建筑税 : {{buildingTax}} G", "taxmenu.totaltaxtitle": "总税额 : {{totalTax}} G", "taxmenu.debtinteresttitle": "债务利息 : {{debtInterest}} G", "taxmenu.balance": "余额 : {{balance}} G", "taxmenu.button": "支付", "taxlog.incometaxtitle": "所得税:", "taxlog.incomeshipped": "运输箱收入: {{incomeShipped}} G", "taxlog.incomelocal": "本地收入: {{incomeLocal}} G", "taxlog.incometaxtotal": "所得税总额 = {{incomeTaxTotal}} G", "taxlog.frauddiscovery": "欺诈发现几率: {{fraudChance}} %", "taxlog.penalty": "潜在罚款: {{penalty}} G", "taxlog.landtaxtitle": "土地税:", "taxlog.landtaxdetails": "地块数量 ({{farmTileCount}}) * 地块单价 年 {{year}} ({{unitaryTilePrice}} G) = {{landTaxTotal}} G", "taxlog.buildingtaxtitle": "建筑税:", "taxlog.numberbuildingtax": "建筑数量: {{numberBuildings}}, 系数: {{numberBuildingsMultiplier}}", "taxlog.yearbuildingtax": "年: {{year}}, 系数: {{yearBuildingMultiplier}}", "taxlog.buildingtaxtotal": "建筑税总额 = {{buildingTaxTotal}} G", "taxlog.othertitle": "其他项目:", "taxlog.otherconservationist": "环保主义者减免: {{daLionConservationist}}", "message.paidtaxes": "已缴税款 {{amountPayed}} G !", "message.cannotpay": "无法缴纳税款!", "message.penalty": "因欺诈行为产生罚款 {{penalty}} G !", "message.paymentavailable": "当前可进行税务缴纳!", "message.indebt": "您已负债!", "message.blockedcommunitycenter": "因负债,社区中心当前禁止进入。暂时无法访问.", "message.blockedjoja": "因负债,Joja超市当前禁止进入。暂时无法访问.", "message.blockedrobinbuild": "因负债,罗宾建筑商店当前不可用.", "configmenu.seeconfig-paragraph": "更多选项请直接修改配置文件. (可使用本配置界面辅助理解config.json)", "configmenu.generaloptions-title": "全局设置", "configmenu.keybind-name": "打开税务菜单", "configmenu.taxexemptionspring1-name": "第一年春税豁免", "configmenu.taxexemptionspring1-tooltip": "是否免除第一年春季税款 (将在夏季首日支付)", "configmenu.debtdailyincrease-name": "债务日增利率", "configmenu.debtdailyincrease-tooltip": "配置负债状态下的每日利息增长率。0.01代表+1%/日;0.5代表+50%/日。最低日增1G.", "configmenu.debtlatenessfine": "债务年度滞纳金 (config.json: \"debtLatenessFine\") \n根据游戏年份设定的滞纳金比例。第1个值对应第1年,第2值对应第2年,末位值适用于后续所有年份.", "configmenu.debtDailyFriendshipDecrease-name": "负债友谊衰减", "configmenu.debtDailyFriendshipDecrease-tooltip": "配置负债状态下与村民的每日友好度下降值. (默认 10 . 满心为250友好度).", "configmenu.debtBlockJoja-name": "负债封锁Joja超市", "configmenu.debtBlockJoja-tooltip": "负债时是否禁止进入Joja超市.", "configmenu.debtBlockCommunityCenter-name": "负债封锁社区中心", "configmenu.debtBlockCommunityCenter-tooltip": "负债时是否禁止进入社区中心.", "configmenu.debtBlockBuildingShop-name": "负债封锁罗宾建筑商店", "configmenu.debtBlockBuildingShop-tooltip": "负债时是否禁止进入罗宾建筑商店.", "configmenu.incometax-name": "所得税", "configmenu.incometax-tooltip": "所得税按季度计算,依据出货箱销售额 (可选包含本地商铺销售)", "configmenu.incometax-paragraph": "所得税按季度计算,依据出货箱销售额 (可选包含本地商铺销售)", "configmenu.incomeTaxEnable-name": "启用所得税", "configmenu.incomeTaxEnable-tooltip": "是否对收入征收税款", "configmenu.incometaxbrackets-paragraph": "所得税分级税率 (config.json: \"incomeTaxMult\") \n本累进税制对收入按预设区间分级征税,各区间对应税率独立计算.\n\n现行税率表:\n- 0 - 2,999: 10%\n- 3,000 - 9,999: 12.5%\n- 10,000 - 29,999: 15%\n- 30,000 - 79,999: 20%\n- 80,000 - 179,999: 20%\n- 180,000 - 499,999: 25%\n- 500,000 - 1,299,999: 30%\n- 1,300,000+: 35%\n\n仅对超出各区间部分征收更高税率. 例如, 收入 5,000:\n- 前3,000G按10% → 300\n- 剩余2,000G (5,000 - 3,000) 按12.5% → 250\n\n总税款: 550.", "configmenu.incomeTaxLocalShopEnable-name": "本地销售征税", "configmenu.incomeTaxLocalShopEnable-tooltip": "是否对本地商铺销售 (皮埃尔/威利等)征税\n!!! 与启用税务稽查功能互斥 !!!", "configmenu.incomeTaxLocalShopReductionPercentage-name": "本地销售税收优惠", "configmenu.incomeTaxLocalShopReductionPercentage-tooltip": "配置本地销售 (皮埃尔/威利等)的减税比例(0-100)。90即减免90%,25即减免25%", "configmenu.incomeTaxAdministrationEnable-name": "启用税务稽查", "configmenu.incomeTaxAdministrationEnable-tooltip": "是否启用有机会如果您通过本地供应商销售过多,将被抓住并罚款\n!!! 与本地销售征税功能互斥 !!!", "configmenu.incomeTaxLocalShopThreshold-name": "本地销售阈值", "configmenu.incomeTaxLocalShopThreshold-tooltip": "!!! 启用本地销售征税时 !!! 设置本地销售征税起征点.\n!!! 启用税务稽查时 !!! 设置免于稽查的安全阈值.", "configmenu.incomeTaxAdministrationMaxChancePercentage-name": "稽查最高成功率", "configmenu.incomeTaxAdministrationMaxChancePercentage-tooltip": "配置稽查发现您实施欺诈的最大百分比机会(通过向本地供应商销售而不是通过运输箱销售). 概率(0-100%).", "configmenu.incomeTaxFraud-name": "欺诈罚款", "configmenu.incomeTaxFraud-tooltip": "配置被查获后需支付的本地销售额比例.例如0.6对应60%,若本地销售10,000G则罚款6,000G.", "configmenu.landtax-title": "土地税", "configmenu.landtax-tooltip": "土地税按季度计算,依据农场可耕作地块数量", "configmenu.landtax-paragraph": "土地税按季度计算,依据农场可耕作地块数量", "configmenu.landTaxEnable-name": "启用土地税", "configmenu.landTaxEnable-tooltip": "是否对土地资产征收税款", "configmenu.landTaxFlat-paragraph": "土地税年度统一税率 ( config.json: \"landTaxFlat\") \n土地税按每地块每季度计算。若税率1.0且农场有5,000块可耕作地块,则每季土地税为5,000G.\n列表中的每个条目对应具体年份税率: 条目 1 适用于第 1 年,条目 2 适用于第 2 年,依此类推.\n如果列表包含的条目少于年数(例如,只有 3 个条目,但游戏达到 4 年以上),则所有后续年份都使用最后一个条目.", "configmenu.conservationistApplyToLandTax-name": "环保减税政策适用土地税(Walk of Life模组)", "configmenu.conservationistApplyToLandTax-tooltip": "是否将「环保主义者」减税政策(来自Walk of Life模组)应用于土地税计算", "configmenu.buildingtax-title": "建筑税", "configmenu.buildingtax-tooltip": "建筑税按季度计算,依据建筑类型、数量及(可选)当前年份", "configmenu.buildingtax-paragraph": "建筑税按季度计算,依据建筑类型、数量及(可选)当前年份", "configmenu.buildingTaxEnable-name": "启用建筑税", "configmenu.buildingTaxEnable-tooltip": "是否对建筑物征收税款", "configmenu.buildingCountMult-name": "建筑数量税率系数.", "configmenu.buildingCountMult-tooltip": "配置建筑数量税计算系数。计算公式::\n建筑税 = 基数修正值 + 建筑数量 × 系数,\n本参数控制数量维度的税率增幅.", "configmenu.buildingCountAdd-name": "建筑税基数修正值", "configmenu.buildingCountAdd-tooltip": "配置建筑数量税计算系数。计算公式::\n建筑税 = 基数修正值 + 建筑数量 × 系数,\n本参数控制税基的初始值.", "configmenu.buildingExcluded-paragraph": "建筑税按季度计算,依据建筑类型、数量及(可选)当前年份", "configmenu.buildingTaxMult-paragraph": "建筑税年度系数 (config.json: \"buildingTaxMult\") \n建筑税年份调节系数列表\n每个浮点数值对应具体年份的税率:条目 1 适用于第 1 年,条目 2 适用于第 2 年,依此类推.\n如果年份多于条目数,则最后一个值将用于所有后续年份.\n最终建筑税将乘以此列表中相应年份的值.", "configmenu.buildingTaxFlat_Greenhouse-paragraph": "温室固定税 (config.json: \"buildingTaxFlat_Greenhouse\") \n温室建筑固定税率配置:\n- 第1值:废弃温室\n- 第2值:修复后温室", "configmenu.buildingTaxFlat_Farmhouse-paragraph": "农舍固定税 (config.json: \"buildingTaxFlat_Farmhouse\") \n农舍升级阶段税率配置:\n- 第1值:初始农舍\n- 第2值:一级升级\n- 第3值:二级升级.", "configmenu.buildingTaxFlat_Coop-paragraph": "鸡舍固定税 (config.json: \"buildingTaxFlat_Coop\") \n鸡舍类型税率配置:\n- 第1值:普通鸡舍\n- 第2值:大型鸡舍\n- 第3值:豪华鸡舍\n- 第4值:高级鸡舍(来自Stardew Valley Expanded模组).", "configmenu.buildingTaxFlat_Barn-paragraph": "畜棚固定税 (config.json: \"buildingTaxFlat_Barn\") \n畜棚类型税率配置:\n- 第1值:普通畜棚\n- 第2值:大型畜棚\n- 第3值:豪华畜棚\n- 第4值:高级畜棚(来自Stardew Valley Expanded模组).", "configmenu.buildingTaxFlat_Cabin-name": "客舍固定税", "configmenu.buildingTaxFlat_Cabin-tooltip": "客舍建筑固定税率配置", "configmenu.buildingTaxFlat_Well-name": "水井固定税", "configmenu.buildingTaxFlat_Well-tooltip": "水井建筑固定税率配置", "configmenu.buildingTaxFlat_Stable-name": "马厩固定税", "configmenu.buildingTaxFlat_Stable-tooltip": "马厩建筑固定税率配置", "configmenu.buildingTaxFlat_Tractor-name": "拖拉机固定税(Tractor模组)", "configmenu.buildingTaxFlat_Tractor-tooltip": "仅限Tractor模组。拖拉机建筑固定税率配置", "configmenu.buildingTaxFlat_SlimeHutch-name": "史莱姆屋固定税", "configmenu.buildingTaxFlat_SlimeHutch-tooltip": "史莱姆屋建筑固定税率配置", "configmenu.buildingTaxFlat_Silo-name": "筒仓固定税", "configmenu.buildingTaxFlat_Silo-tooltip": "筒仓建筑固定税率配置", "configmenu.buildingTaxFlat_Mill-name": "风车磨坊固定税", "configmenu.buildingTaxFlat_Mill-tooltip": "风车磨坊建筑固定税率配置", "configmenu.buildingTaxFlat_FishPond-name": "鱼塘固定税", "configmenu.buildingTaxFlat_FishPond-tooltip": "鱼塘建筑固定税率配置", "configmenu.buildingTaxFlat_ShippingBin-name": "出货箱固定税", "configmenu.buildingTaxFlat_ShippingBin-tooltip": "出货箱建筑固定税率配置", "configmenu.buildingTaxFlat_PetBowl-name": "宠物碗固定税", "configmenu.buildingTaxFlat_PetBowl-tooltip": "宠物碗建筑固定税率配置", "configmenu.buildingTaxFlat_Shed-paragraph": "棚屋固定税(config.json: \"buildingTaxFlat_Shed\")\n棚屋升级阶段税率配置:\n- 第1值:普通棚屋\n- 第2值:大型棚屋", "configmenu.hasGrandpaShed-name": "启用祖父棚屋(SVE)", "configmenu.hasGrandpaShed-tooltip": "是否在使用含祖父棚屋的农场地图(需安装Stardew Valley Expanded模组)", "configmenu.buildingTaxFlat_GrandpaShed-paragraph": "祖父棚屋固定税(SVE)(config.json: \"buildingTaxFlat_GrandpaShed\")\n祖父棚屋状态税率配置:\n- 第1值:废弃状态\n- 第2值:修复后状态", "configmenu.buildingTaxFlat_Winery-name": "酿酒厂固定税(SVE)", "configmenu.buildingTaxFlat_Winery-tooltip": "仅限Stardew Valley Expanded模组。酿酒厂建筑固定税率配置", "configmenu.buildingTaxFlat_UpgradableGreenhouse-paragraph": "温室升级固定税(Greenhouse Upgrade模组)(config.json: \"buildingTaxFlat_UpgradableGreenhouse\")\n可升级温室税率配置:\n- 第1值:一级升级\n- 第2值:二级升级\n- ... 第5值:五级升级", "configmenu.conservationistApplyToBuildingTax-name": "环保减税政策适用建筑税(Walk of Life模组)", "configmenu.conservationistApplyToBuildingTax-tooltip": "是否将「环保主义者」减税政策(来自Walk of Life模组)应用于建筑税计算", "configmenu.extraoptions-title": "高级配置", "configmenu.extraCalculationLog-name": "显示详细计税日志", "configmenu.extraCalculationLog-tooltip": "开启后将在打开税单界面时,于日志中显示税款计算明细" }
Click this button: