Skip to content

Commit

Permalink
New translations translations.js (Croatian)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDams committed May 9, 2024
1 parent 64e0523 commit 943ab39
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion languages/hr-HR/translations.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable semi */
const {maxLengthTeamName, invite, join} = require('../../config.json');
const {maxLengthTeamName, invite, join, oauth2, unlinkVerified} = require('../../config.json');
const base = structuredClone(require('../base'));
base.command.compare.description = 'Compare both user stats';
base.command.dailystats.description = 'Displays the stats of the chosen day, with elo graph of the day';
Expand All @@ -11,6 +11,7 @@ base.command.join.description = 'Get the link to join the community server of th
base.command.last.description = 'Get the stats of last game';
base.command.laststats.description = 'Displays the stats of the x last match, with elo graph of the X last match';
base.command.link.description = 'Link a faceit profile to the discord user, to get your stats directly (no parameters needed)';
base.command.verify.description = 'Verify your faceit account to get your stats directly (no parameters needed)';
base.command.map.description = 'Displays the stats of the chosen map';
base.command.monthstats.description = 'Displays the stats of the chosen month, with elo graph of the month';
base.command.roles.description = 'Ranks are updated every hour and when you get your stats';
Expand Down Expand Up @@ -121,6 +122,8 @@ base.strings.pagination = {
base.strings.donate = 'Support the project';
base.strings.translation = 'Help with the translation';
base.strings.fullHistory = 'Full history';
base.strings.verifyDescription = `Hey {discord}, to verify your faceit account click on the link below!\n${ oauth2 }\nOnce you have verified your account, you will be able to get the linked role, and more !`;
base.strings.verify = 'Verify';
base.error.user.missing = 'It seems like there is a user missing';
base.error.user.compareSame = 'You can\'t compare the same user';
base.error.user.excluded = 'You can\'t exclude a player you are searching for';
Expand All @@ -139,6 +142,7 @@ base.error.user.noBotLink = 'Sorry, but bots aren\'t really my type';
base.error.user.globalLink = '{discord} already has a global link';
base.error.user.notFound = 'The requested user is not on this server';
base.error.user.mapNotPlayed = 'The player **{playerName}** hasn\'t played on this map';
base.error.user.unlink.verified = `As your account is verified, you have to unlink your account on the website, click on the link below to do so\n${ unlinkVerified }`;
base.error.execution.command = 'An error occurred while executing the command';
base.error.execution.selectmenu = 'An error occurred while executing the select menu';
base.error.execution.button = 'An error occurred while executing the button';
Expand Down

0 comments on commit 943ab39

Please sign in to comment.