Merge pull request #255 from ZynerOrg/l10n_main

New Crowdin updates
This commit is contained in:
Axel Olausson Holtenäs 2022-04-26 12:05:51 +02:00 committed by GitHub
commit 99e27ac63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 361 additions and 1 deletions

11
lang/ach/plugins.json Normal file
View file

@ -0,0 +1,11 @@
{
"credits": {
"modules": {
"balance": {
"general": {
"title": "crwdns118:0:dollar:crwdne118:0"
}
}
}
}
}

115
lang/de/plugins.json Normal file
View file

@ -0,0 +1,115 @@
{
"credits": {
"modules": {
"balance": {
"general": {
"title": "[:dollar:] Credits (Balance)"
},
"user_has_amount_credits": "<@{{user}}> has {{amount}} credits",
"error01": {
"description": "<@{{user}}> has no credits!"
},
"success01": {
"description": "<@{{user}}> has {{amount}} credits!\n"
}
},
"gift": {
"general": {
"title": "[:dollar:] Credits (Gift)"
},
"error01": {
"description": "You can not pay yourself!"
},
"error02": {
"description": "You can't gift zero or below!"
},
"error03": {
"description": "You have insufficient credits. Your balance is {{amount}}!"
},
"success01": {
"description": "You have received {{amount}} credits from {{user}} with reason {{reason}}!"
},
"success02": {
"description": "Successfully gifted {{amount}} credits to <@{{user}}> with reason {{reason}}!"
}
},
"top": {
"entry": "{{index}}. <@{{user}}> - {{amount}}",
"success01": {
"description": "Top 10 users with the most credits."
},
"general": {
"title": "[:dollar:] Credits (Top)"
}
},
"work": {
"general": {
"title": "[:dollar:] Credits (Work)"
},
"error01": {
"description": "You can not work while on timeout, please wait {{time}} seconds."
},
"success01": {
"description": "You worked and earned {{amount}} credits"
}
}
}
},
"utility": {
"modules": {
"avatar": {
"general": {
"title": "[:hammer:] Utility (Avatar)"
},
"success01": {
"description": "Here you have <@{{user}}> avatar!"
}
}
}
},
"counters": {
"modules": {
"view": {
"general": {
"title": "[:1234:] Counters (View)"
},
"error01": {
"description": "No counter found for channel <#{{channel}}>!"
},
"success01": {
"description": "Viewing counter for channel <#{{channel}} with count {{amount}}."
}
}
}
},
"manage": {
"groups": {
"counters": {
"modules": {
"create": {
"general": {
"title": "[:toolbox:] Manage - Counters (Create)"
},
"success01": {
"description": "Created counter for <#{{channel}}>."
},
"error01": {
"description": "A counter already exists for this channel."
}
},
"delete": {
"general": {
"title": "[:toolbox:] Manage - Counters (Delete)"
},
"error01": {
"description": "The counter for this channel does not exist."
},
"success01": {
"description": "The counter for this channel has been deleted."
}
}
}
}
}
}
}

7
lang/en/errors.json Normal file
View file

@ -0,0 +1,7 @@
{
"errors": {
"guildOnly": "You can only use this command in a guild!",
"userNotFound": "Could not find user <@{{user}}>.",
"amountNotFound": "We could not read your requested amount!"
}
}

View file

@ -1,3 +1,115 @@
{
"test":"test"
"credits": {
"modules": {
"balance": {
"general": {
"title": "[:dollar:] Credits (Balance)"
},
"user_has_amount_credits": "<@{{user}}> has {{amount}} credits",
"error01": {
"description": "<@{{user}}> has no credits!"
},
"success01": {
"description": "<@{{user}}> has {{amount}} credits!\n"
}
},
"gift": {
"general": {
"title": "[:dollar:] Credits (Gift)"
},
"error01": {
"description": "You can not pay yourself!"
},
"error02": {
"description": "You can't gift zero or below!"
},
"error03": {
"description": "You have insufficient credits. Your balance is {{amount}}!"
},
"success01": {
"description": "You have received {{amount}} credits from {{user}} with reason {{reason}}!"
},
"success02": {
"description": "Successfully gifted {{amount}} credits to <@{{user}}> with reason {{reason}}!"
}
},
"top": {
"entry": "{{index}}. <@{{user}}> - {{amount}}",
"success01": {
"description": "Top 10 users with the most credits."
},
"general": {
"title": "[:dollar:] Credits (Top)"
}
},
"work": {
"general": {
"title": "[:dollar:] Credits (Work)"
},
"error01": {
"description": "You can not work while on timeout, please wait {{time}} seconds."
},
"success01": {
"description": "You worked and earned {{amount}} credits"
}
}
}
},
"utility": {
"modules": {
"avatar": {
"general": {
"title": "[:hammer:] Utility (Avatar)"
},
"success01": {
"description": "Here you have <@{{user}}> avatar!"
}
}
}
},
"counters": {
"modules": {
"view": {
"general": {
"title": "[:1234:] Counters (View)"
},
"error01": {
"description": "No counter found for channel <#{{channel}}>!"
},
"success01": {
"description": "Viewing counter for channel <#{{channel}} with count {{amount}}."
}
}
}
},
"manage": {
"groups": {
"counters": {
"modules": {
"create": {
"general": {
"title": "[:toolbox:] Manage - Counters (Create)"
},
"success01": {
"description": "Created counter for <#{{channel}}>."
},
"error01": {
"description": "A counter already exists for this channel."
}
},
"delete": {
"general": {
"title": "[:toolbox:] Manage - Counters (Delete)"
},
"error01": {
"description": "The counter for this channel does not exist."
},
"success01": {
"description": "The counter for this channel has been deleted."
}
}
}
}
}
}
}

115
lang/sv/plugins.json Normal file
View file

@ -0,0 +1,115 @@
{
"credits": {
"modules": {
"balance": {
"general": {
"title": "[:dollar:] Krediter (Saldo)"
},
"user_has_amount_credits": "<@{{user}}> har {{amount}} krediter",
"error01": {
"description": "<@{{user}} har inga krediter!"
},
"success01": {
"description": "<@{{user}}> har {{amount}} krediter!\n"
}
},
"gift": {
"general": {
"title": "[:dollar:] Krediter (Gåva)"
},
"error01": {
"description": "Du kan inte betala själv!"
},
"error02": {
"description": "Du kan inte ge noll eller nedan!"
},
"error03": {
"description": "Du har otillräckliga krediter. Ditt saldo är {{amount}}!"
},
"success01": {
"description": "Du har fått {{amount}} krediter från {{user}} med anledning av {{reason}}!"
},
"success02": {
"description": "Du har fått {{amount}} krediter från {{user}} med anledning {{reason}}!"
}
},
"top": {
"entry": "{{index}}. <@{{user}}> - {{amount}}",
"success01": {
"description": "Topp 10 användare med flest krediter."
},
"general": {
"title": "[:dollar:] Krediter (Topp)"
}
},
"work": {
"general": {
"title": "[:dollar:] Krediter (Arbeta)"
},
"error01": {
"description": "Du kan inte arbeta under tiden du har paus, vänta {{time}} sekunder."
},
"success01": {
"description": "Du arbetade och tjänade {{amount}} krediter"
}
}
}
},
"utility": {
"modules": {
"avatar": {
"general": {
"title": "[:hammer:] Verktyg (Avatar)"
},
"success01": {
"description": "Här har du <@{{user}}> avatar!"
}
}
}
},
"counters": {
"modules": {
"view": {
"general": {
"title": "[:1234:] Räknare (Visa)"
},
"error01": {
"description": "Ingen räknare hittades för kanal <#{{channel}}>!"
},
"success01": {
"description": "Visar räknaren för kanal <#{{channel}} med antal {{amount}}."
}
}
}
},
"manage": {
"groups": {
"counters": {
"modules": {
"create": {
"general": {
"title": "[:toolbox:] Hantera - Räknare (Skapa)"
},
"success01": {
"description": "Skapade räknare för <#{{channel}}>."
},
"error01": {
"description": "En räknare finns redan för denna kanal."
}
},
"delete": {
"general": {
"title": "[:toolbox:] Hantera - Räknare (Ta bort)"
},
"error01": {
"description": "Räknaren för denna kanal finns inte."
},
"success01": {
"description": "Räknaren för denna kanal har tagits bort."
}
}
}
}
}
}
}