From 488679f24d749fc1700473072fde07705c59ad87 Mon Sep 17 00:00:00 2001 From: elifoster Date: Thu, 21 Nov 2019 11:23:13 -0800 Subject: [PATCH] Update internationalization for API descriptions apihelp-...-description is now apihelp-...-summary. Close #73. --- i18n/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 94ba909..1aec051 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -72,22 +72,22 @@ "right-editoredict": "Edit entries for the OreDict extension", "action-importoredict": "mass-import OreDict entries", "right-importoredict": "Mass-import entries for the OreDict extension", - "apihelp-neworedict-description": "Creates a new OreDict entry.", + "apihelp-neworedict-summary": "Creates a new OreDict entry.", "apihelp-neworedict-param-mod": "The mod abbreviation for the new entry.", "apihelp-neworedict-param-tag": "The tag name for the new entry.", "apihelp-neworedict-param-item": "The item name for the new entry.", "apihelp-neworedict-param-params": "The grid parameters for the new entry.", - "apihelp-deleteoredict-description": "Deletes an OreDict entry from the table by its ID.", + "apihelp-deleteoredict-summary": "Deletes an OreDict entry from the table by its ID.", "apihelp-deleteoredict-param-ids": "A list of entry IDs to delete.", - "apihelp-editoredict-description": "Updates the mod, tag, name, and/or params for a given entry.", + "apihelp-editoredict-summary": "Updates the mod, tag, name, and/or params for a given entry.", "apihelp-editoredict-param-mod": "The new mod abbreviation for the entry.", "apihelp-editoredict-param-tag": "The new tag name for the entry.", "apihelp-editoredict-param-item": "The new item name for the entry.", "apihelp-editoredict-param-params": "The new grid parameters for the entry.", "apihelp-editoredict-param-id": "The entry ID, to determine which entry to update.", - "apihelp-query+oredictentry-description": "Get OreDict entry data.", + "apihelp-query+oredictentry-summary": "Get OreDict entry data.", "apihelp-query+oredictentry-param-ids": "The IDs for the entries to obtain information for.", - "apihelp-query+oredictsearch-description": "Searches for OreDict entries that meet specific criteria defined by the optional parameters.", + "apihelp-query+oredictsearch-summary": "Searches for OreDict entries that meet specific criteria defined by the optional parameters.", "apihelp-query+oredictsearch-param-limit": "The maximum number of entries to list.", "apihelp-query+oredictsearch-param-prefix": "Restricts results to those that have a tag alphabetically after the prefix.", "apihelp-query+oredictsearch-param-mod": "Restricts results to this mod.",