Files
yorushika/src/assets/i18n/en_us/strings.yml
2019-02-03 15:01:51 +01:00

99 lines
4.1 KiB
YAML

translation :
code : 'en_us' # Language code
flag : '🇺🇸' # Language flag
full : 'English' # Full language name in english
orig : 'English (United States)' # Full language name in your language
progress : 100 # Progression of the translation (%)
translator : # Your information (can leave fields empty)
email : 'discord@go2it.eu' # Optional
website : 'https://wessel.meek.moe' # Optional
discord :
name : 'Wesselgame' # Required, can be set to "Clyde"
userid : '107130754189766656' # Required, can be set to "1"
discrim: '0498' # Required, can be set to "0001"
error :
- '$[author:mention] **>** An error occurred while executing this command'
- 'If this problem keeps occurring, consider joining ***https://discord.gg/SV7DAE9*** and posting your problem there'
- '```ini'
- '[ Error Information ]'
- 'Code = "$[err:code]"'
- 'Message = "$[err:message]"'
- '```'
cooldown: '$[emoji#0] $[author:mention] **>** This command is on cooldown for **$[cooldown:left]**'
core :
locale :
dupe : '$[emoji#0] Your locale is already set to `$[uLocale:code]`'
gdupe : '$[emoji#1] The guild''s locale is already set to `$[gLocale:code]`'
list :
- '$[emoji#2] **>** Your current locale is `$[uLocale:code]`'
- '$[emoji#3] **>** The guild''s locale is `$[gLocale:code]`'
- ''
- '$[emoji#3] **Available locales**:'
- '$[locale:map]'
- ''
- 'Type `$[locale:changeCmd]` to update your/the guild''s locale'
- 'If you want to help translate wump, you can join my [Discord](https://discord.gg/SV7DAE9) and create a pull request on my [GitHub](https://github.com/PassTheWessel/wump/compare)'
gchanged: '$[emoji#4] The guild''s locale changed to `$[gLocale:code]`'
changed : '$[emoji#4] Your locale has changed to `$[uLocale:code]`'
invalid : '$[emoji#5] The locale you provided isn''t a valid locale'
gperms : '$[emoji#6] You''re missing permissions in order to execute this command (`MANAGE_GUILD`)'
util :
ping :
busy : '$[emoji#0] Pinging...'
health :
- 'Unknown'
- 'Good'
- 'Okay'
- 'Bad'
result :
- '$[emoji#2] **Round-Trip**: $[roundtrip]ms'
- '$[emoji#1] **Heartbeat**: $[latency]ms'
- '$[emoji#3] **Health**: $[health]'
math :
busy : '$[emoji#0] Calculating, this may take some time...'
blocked: '<blocked> Method "$[math:function]" has been disabled for security reasons <blocked>'
snipe :
fail : '$[emoji#0] No snipeable messages found'
footer : 'Sniped by $[author:tag] ($[author:id])'
info :
stats :
fetching: '$[emoji#0] Fetching statistics, this may take some time...'
commands:
multi :
- '$[emoji#0] The prefix for **$[guild:name]** is `$[guild:prefix]`'
- '$[emoji#1] Type `$[guild:prefix]command <command:str>` for more information'
- '$[emoji#2] **Links**: [`Invite`]($[bot:invite]) **|** [`Support`](https://discord.gg/SV7DAE9) **|** [`GitHub`](https://github.com/PassTheWessel/wump) **|** [`Patreon`](https://patreon.com/wessel)'
single:
- '**Name**: $[command:name]'
- '**Syntax**: $[command:syntax]'
- '**Aliases**: $[command:aliases]'
- '**Cooldown**: $[command:cooldown#formatted]'
- '**Arguments**: $[command:arguments]'
fields:
- 'Information'
- 'Image'
- 'Utility'
- 'Developer'
image:
fetching : '$[emoji#0] Fetching a random image, this may take some time...'
failed_cache: 'Click here if the image didn''t load properly'
developer:
echo : '$[emoji#0] Invalid content to echo'
eval :
args : '$[emoji#0] Invalid snippet of code to evaluate'
busy : '$[emoji#1] Evaluating, this may take some time...'
silent: '$[emoji#2] Silently executed your snippet'
types :
- 'succeed'
- 'failed'
result:
- '$[emoji#3] **Result** (`$[result:type]`):'
- '```js'
- '$[result:message]'
- '```'