mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-21 05:32:42 +00:00
[AB-xxx] changing locale of templates to default, instead of explicitly en_US
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Failed to load suggestions.
|
||||
@@ -0,0 +1 @@
|
||||
${meaning} <#if hasExample>*Example: ${example}*</#if>
|
||||
@@ -0,0 +1 @@
|
||||
Searches for definitions in a public English dictionary
|
||||
@@ -0,0 +1,2 @@
|
||||
Searches for definitions on [Free Dictionary API](https://dictionaryapi.dev/).
|
||||
This is limited to the English language.
|
||||
@@ -0,0 +1 @@
|
||||
The word to search for
|
||||
@@ -0,0 +1 @@
|
||||
Dictionary
|
||||
@@ -0,0 +1 @@
|
||||
General failure when doing the Dictionary request.
|
||||
@@ -0,0 +1 @@
|
||||
No definition found in the dictionary.
|
||||
@@ -0,0 +1 @@
|
||||
Shows the current weather for a given location
|
||||
@@ -0,0 +1,2 @@
|
||||
This command prints the current temperature and humidity of a given location
|
||||
It uses data from https://openweathermap.org
|
||||
@@ -0,0 +1 @@
|
||||
The name of the location you want to get the weather for
|
||||
@@ -0,0 +1 @@
|
||||
Weather in [${locationName}, ${countryKey}](${weatherLocationLink}): ${weatherIcon} ${weatherKey} - ${weatherDescription}
|
||||
@@ -0,0 +1 @@
|
||||
Humidity
|
||||
@@ -0,0 +1 @@
|
||||
Feels like
|
||||
@@ -0,0 +1 @@
|
||||
Temperature
|
||||
@@ -0,0 +1 @@
|
||||
<#if temperature??>${temperature}°C</#if> <#if displayTemperaturRange>(${minTemperature}°C - ${maxTemperature}°C)</#if>
|
||||
@@ -0,0 +1 @@
|
||||
Wind speed
|
||||
@@ -0,0 +1 @@
|
||||
Openweathermap
|
||||
@@ -0,0 +1 @@
|
||||
Language key used to display the weather. Default: ${defaultValue}
|
||||
@@ -0,0 +1 @@
|
||||
Location not found.
|
||||
@@ -0,0 +1 @@
|
||||
Creates a thread reader link for easier reading
|
||||
@@ -0,0 +1,3 @@
|
||||
This command can be used to take an existing message and creates a message containing a link to [Threadreader](https://threadreaderapp.com/).
|
||||
This is done by executing the command and replying to the message containing the twitter link. It does not need to be the only text in the message.
|
||||
Only the first link will be considered.
|
||||
@@ -0,0 +1 @@
|
||||
The message containing the Twitter link. Reply to the message while executing the command.
|
||||
@@ -0,0 +1 @@
|
||||
Thread reader
|
||||
@@ -0,0 +1 @@
|
||||
No Twitter link was found.
|
||||
@@ -0,0 +1 @@
|
||||
Searches for definitions on [urban dicationary](https://www.urbandictionary.com/)
|
||||
@@ -0,0 +1,2 @@
|
||||
This command can be used to search for definition on urban dictionary.
|
||||
The provided information will also include examples and some meta information, like upvotes, downvotes and creation date.
|
||||
@@ -0,0 +1 @@
|
||||
The query to search on urban dictionary for
|
||||
@@ -0,0 +1 @@
|
||||
Author
|
||||
@@ -0,0 +1 @@
|
||||
Downvotes
|
||||
@@ -0,0 +1 @@
|
||||
Example
|
||||
@@ -0,0 +1 @@
|
||||
Link
|
||||
@@ -0,0 +1 @@
|
||||
Upvotes
|
||||
@@ -0,0 +1 @@
|
||||
Jump
|
||||
@@ -0,0 +1 @@
|
||||
Urban dictionary
|
||||
@@ -0,0 +1 @@
|
||||
No definition found.
|
||||
@@ -0,0 +1 @@
|
||||
Error while performing request. HTTP status code `${httpCode}`.
|
||||
@@ -0,0 +1 @@
|
||||
Searches for articles on Wikipedia
|
||||
@@ -0,0 +1,2 @@
|
||||
Searches for articles on [Wikipedia](https://en.wikipedia.org/wiki/Main_Page).
|
||||
The language of the article can be defined server-wide with the config key: `wikipediaLanguageKey` or with an optional parameter for the slash command.
|
||||
@@ -0,0 +1 @@
|
||||
The language to search in
|
||||
@@ -0,0 +1 @@
|
||||
The name of the article to search for
|
||||
@@ -0,0 +1 @@
|
||||
Visit
|
||||
@@ -0,0 +1 @@
|
||||
Wikipedia
|
||||
@@ -0,0 +1 @@
|
||||
No Wikipedia article found.
|
||||
@@ -0,0 +1 @@
|
||||
General failure when doing the Wikipedia request.
|
||||
@@ -0,0 +1 @@
|
||||
Searches for one video on youtube
|
||||
@@ -0,0 +1,2 @@
|
||||
This command will search on Youtube for the given query and posts the first video it finds
|
||||
The video link will be accompanied with additional video information.
|
||||
@@ -0,0 +1 @@
|
||||
The query to search on Youtube
|
||||
@@ -0,0 +1 @@
|
||||
Comment count
|
||||
@@ -0,0 +1 @@
|
||||
Dislikes
|
||||
@@ -0,0 +1 @@
|
||||
Likes
|
||||
@@ -0,0 +1 @@
|
||||
Views
|
||||
@@ -0,0 +1 @@
|
||||
Published at
|
||||
@@ -0,0 +1 @@
|
||||
YouTube
|
||||
@@ -0,0 +1 @@
|
||||
Youtube API exception: ${exception}
|
||||
@@ -0,0 +1 @@
|
||||
No video found
|
||||
Reference in New Issue
Block a user