feat: group abbreviated and full adventure points translations with and without preceding value
This commit is contained in:
+19
-14
@@ -95,6 +95,9 @@ Key | Description | Details
|
||||
`Show Settings` | | <a href="#UI/Show Settings">See details</a>
|
||||
`Toggle DevTools` | | <a href="#UI/Toggle DevTools">See details</a>
|
||||
`Adventure Points` | | <a href="#UI/Adventure Points">See details</a>
|
||||
`AP` | | <a href="#UI/AP">See details</a>
|
||||
`{0} Adventure Points` | - `0`: AP value | <a href="#UI/{0} Adventure Points">See details</a>
|
||||
`{0} AP` | - `0`: AP value | <a href="#UI/{0} AP">See details</a>
|
||||
`{0} Total AP` | - `0`: AP Total | <a href="#UI/{0} Total AP">See details</a>
|
||||
`{0} AP Spent` | - `0`: AP Spent | <a href="#UI/{0} AP Spent">See details</a>
|
||||
`{0}/{1} AP spent on advantages` | - `0`: Current AP spent on advantages - `1`: Maximum possible AP spent on advantages | <a href="#UI/{0}/{1} AP spent on advantages">See details</a>
|
||||
@@ -133,8 +136,6 @@ Key | Description | Details
|
||||
`general.emptylistplaceholder` | | <a href="#UI/general.emptylistplaceholder">See details</a>
|
||||
`general.emptylistnoresultsplaceholder` | | <a href="#UI/general.emptylistnoresultsplaceholder">See details</a>
|
||||
`No Results` | | <a href="#UI/No Results">See details</a>
|
||||
`{0} Adventure Points` | - `0`: AP value | <a href="#UI/{0} Adventure Points">See details</a>
|
||||
`{0} AP` | - `0`: AP value | <a href="#UI/{0} AP">See details</a>
|
||||
`general.withapvalue` | - `0`: Name of element - `1`: AP value | <a href="#UI/general.withapvalue">See details</a>
|
||||
`Search` | | <a href="#UI/Search">See details</a>
|
||||
`Sort By` | | <a href="#UI/Sort By">See details</a>
|
||||
@@ -1253,6 +1254,22 @@ Key | Description | Details
|
||||
|
||||
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
||||
|
||||
#### <a name="UI/AP"></a> `AP`
|
||||
|
||||
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
||||
|
||||
#### <a name="UI/{0} Adventure Points"></a> `{0} Adventure Points`
|
||||
|
||||
- `0`: AP value
|
||||
|
||||
- **Type:** <a href="./_I18n.md#PluralizationCategories">PluralizationCategories</a>
|
||||
|
||||
#### <a name="UI/{0} AP"></a> `{0} AP`
|
||||
|
||||
- `0`: AP value
|
||||
|
||||
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
||||
|
||||
#### <a name="UI/{0} Total AP"></a> `{0} Total AP`
|
||||
|
||||
- `0`: AP Total
|
||||
@@ -1455,18 +1472,6 @@ Key | Description | Details
|
||||
|
||||
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
||||
|
||||
#### <a name="UI/{0} Adventure Points"></a> `{0} Adventure Points`
|
||||
|
||||
- `0`: AP value
|
||||
|
||||
- **Type:** <a href="./_I18n.md#PluralizationCategories">PluralizationCategories</a>
|
||||
|
||||
#### <a name="UI/{0} AP"></a> `{0} AP`
|
||||
|
||||
- `0`: AP value
|
||||
|
||||
- **Type:** <a href="./_NonEmptyString.md#NonEmptyString">NonEmptyString</a>
|
||||
|
||||
#### <a name="UI/general.withapvalue"></a> `general.withapvalue`
|
||||
|
||||
- `0`: Name of element
|
||||
|
||||
+14
-10
@@ -277,6 +277,17 @@
|
||||
"Adventure Points": {
|
||||
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
||||
},
|
||||
"AP": {
|
||||
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
||||
},
|
||||
"{0} Adventure Points": {
|
||||
"description": "- `0`: AP value",
|
||||
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
||||
},
|
||||
"{0} AP": {
|
||||
"description": "- `0`: AP value",
|
||||
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
||||
},
|
||||
"{0} Total AP": {
|
||||
"description": "- `0`: AP Total",
|
||||
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
||||
@@ -413,14 +424,6 @@
|
||||
"No Results": {
|
||||
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
||||
},
|
||||
"{0} Adventure Points": {
|
||||
"description": "- `0`: AP value",
|
||||
"$ref": "./_I18n.schema.json#/$defs/PluralizationCategories"
|
||||
},
|
||||
"{0} AP": {
|
||||
"description": "- `0`: AP value",
|
||||
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
||||
},
|
||||
"general.withapvalue": {
|
||||
"description": "- `0`: Name of element\n- `1`: AP value",
|
||||
"$ref": "./_NonEmptyString.schema.json#/$defs/NonEmptyString"
|
||||
@@ -2835,6 +2838,9 @@
|
||||
"Show Settings",
|
||||
"Toggle DevTools",
|
||||
"Adventure Points",
|
||||
"AP",
|
||||
"{0} Adventure Points",
|
||||
"{0} AP",
|
||||
"{0} Total AP",
|
||||
"{0} AP Spent",
|
||||
"{0}/{1} AP spent on advantages",
|
||||
@@ -2873,8 +2879,6 @@
|
||||
"general.emptylistplaceholder",
|
||||
"general.emptylistnoresultsplaceholder",
|
||||
"No Results",
|
||||
"{0} Adventure Points",
|
||||
"{0} AP",
|
||||
"general.withapvalue",
|
||||
"Search",
|
||||
"Sort By",
|
||||
|
||||
+10
-8
@@ -117,6 +117,16 @@ export type UI = {
|
||||
"Toggle DevTools": NonEmptyString
|
||||
|
||||
"Adventure Points": NonEmptyString
|
||||
"AP": NonEmptyString
|
||||
/**
|
||||
* - `0`: AP value
|
||||
*/
|
||||
"{0} Adventure Points": PluralizationCategories
|
||||
/**
|
||||
* - `0`: AP value
|
||||
*/
|
||||
"{0} AP": NonEmptyString
|
||||
|
||||
/**
|
||||
* - `0`: AP Total
|
||||
*/
|
||||
@@ -228,14 +238,6 @@ export type UI = {
|
||||
"general.emptylistplaceholder": NonEmptyString
|
||||
"general.emptylistnoresultsplaceholder": NonEmptyString
|
||||
"No Results": NonEmptyString
|
||||
/**
|
||||
* - `0`: AP value
|
||||
*/
|
||||
"{0} Adventure Points": PluralizationCategories
|
||||
/**
|
||||
* - `0`: AP value
|
||||
*/
|
||||
"{0} AP": NonEmptyString
|
||||
/**
|
||||
* - `0`: Name of element
|
||||
* - `1`: AP value
|
||||
|
||||
Reference in New Issue
Block a user