Skip to content

Commit

Permalink
feat/crowdin (#356)
Browse files Browse the repository at this point in the history
* New translations translations.js (Romanian)

* New translations translations.js (French)

* New translations translations.js (Spanish)

* New translations translations.js (Bulgarian)

* New translations translations.js (Czech)

* New translations translations.js (Danish)

* New translations translations.js (German)

* New translations translations.js (Greek)

* New translations translations.js (Finnish)

* New translations translations.js (Hungarian)

* New translations translations.js (Italian)

* New translations translations.js (Japanese)

* New translations translations.js (Korean)

* New translations translations.js (Lithuanian)

* New translations translations.js (Dutch)

* New translations translations.js (Norwegian)

* New translations translations.js (Polish)

* New translations translations.js (Russian)

* New translations translations.js (Swedish)

* New translations translations.js (Turkish)

* New translations translations.js (Ukrainian)

* New translations translations.js (Chinese Simplified)

* New translations translations.js (Chinese Traditional)

* New translations translations.js (Vietnamese)

* New translations translations.js (Portuguese, Brazilian)

* New translations translations.js (Thai)

* New translations translations.js (Croatian)

* New translations translations.js (Hindi)

* New translations translations.js (English, United Kingdom)

* New translations translations.js (French)

* New translations translations.js (Ukrainian)
  • Loading branch information
JustDams authored Jun 18, 2023
1 parent e6bb951 commit 42d43e6
Show file tree
Hide file tree
Showing 29 changed files with 348 additions and 0 deletions.
12 changes: 12 additions & 0 deletions languages/bg-BG/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
12 changes: 12 additions & 0 deletions languages/cs-CZ/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
12 changes: 12 additions & 0 deletions languages/da-DK/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
12 changes: 12 additions & 0 deletions languages/de-DE/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
12 changes: 12 additions & 0 deletions languages/el-GR/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
12 changes: 12 additions & 0 deletions languages/en-GB/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
12 changes: 12 additions & 0 deletions languages/es-ES/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
12 changes: 12 additions & 0 deletions languages/fi-FI/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ base.options.excludedSteamParameters = 'Exclude steam parameters from the search
base.options.excludedFaceitParameters = 'Exclude faceit parameters from the search';
base.options.discordUserLink = 'Link the user only for this server (Role management permissions to link someone else)';
base.options.nicknameLink = 'Makes your discord nickname the same as your faceit nickname (Only works with non admin users)';
base.options.eloRoleName = 'Name to assign to this role';
base.options.eloRoleColor = 'Color to assign to this role (HEX, ex: #FF0000)';
base.options.eloRoleMin = 'Minimum elo required to get this role (included)';
base.options.eloRoleMax = 'Maximum elo required to get this role (included)';
base.options.setupEloRoles = 'Generates a role that will be assign to the users depending on the elo range you set';
base.options.removeEloRole = 'Removes the selected role from the server';
base.options.eloRole = '@role';
base.strings.selectTeam = 'Select a team';
base.strings.infoTeam = 'Get info about the team {teamName}';
base.strings.voteDescription = 'Hey, {discord}! You can vote on top.gg to help me grow';
Expand Down Expand Up @@ -154,6 +161,9 @@ base.error.command.faceitHistoryNotFound = 'Faceit history not found';
base.error.command.faceitMatchStatsNotFound = 'Faceit match stats not found';
base.error.command.faceitLadderNotFound = 'Faceit ladder not found';
base.error.command.steamIdInvalid = 'Steam id invalid';
base.error.command.invalidColor = 'The color given is invalid, please use a hex color';
base.error.command.invalidElo = 'The minimum elo must be between lower than the maximum elo';
base.error.command.invalidRole = 'The role given is invalid (must be a role mention or a role id, and must be lower than the bot role)';
base.success.command.removeRoles = 'The roles have been removed successfully';
base.success.command.generateRoles = 'The roles have been generated successfully';
base.success.command.setupRoles = 'The roles have been setup successfully';
Expand All @@ -167,4 +177,6 @@ base.success.command.unlink = {
server: 'Your account has been unlinked successfully on this server'
};
base.success.command.link = '{discord} has been linked to **{playerName}**';
base.success.command.setupEloRoles = 'The elo role has been generated successfully';
base.success.command.removeRole = 'The role has been removed successfully';
module.exports = base;
Loading

0 comments on commit 42d43e6

Please sign in to comment.