Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArmagan committed Feb 26, 2022
2 parents 9be7c98 + 91c1db7 commit 932987f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions locales/English.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = new Underline.Locale({
any: `You can use this interaction in {0} seconds.`,
},
disabled: "This interaction is disabled.",
guildOnly: "This is a guild only interaction.",
blocked: "You are banned from the bot.",
developerOnly: "This is a developer only interaction.",
guildOwnerOnly: "This is a guild owner only interaction.",
Expand Down
3 changes: 2 additions & 1 deletion locales/Turkish.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = new Underline.Locale({
},
disabled: "Bu interkasiyon kapalı",
blocked: "Bottan yasaklısınız.",
guildOnly: "Bu sunuculara özel bir interaksiyon.",
developerOnly: "Bu interaksiyon sadece bot geliştiricilerine özel",
guildOwnerOnly: "Bu interaksiyon sadece sunucu sahipleri kullanabilir",
botPermsRequired: "Botun bu komutu kullanması için {0} yetkilerine ihtiyacı vardır.",
Expand All @@ -22,4 +23,4 @@ module.exports = new Underline.Locale({
error: "Malesef {0} sunucusunda paylaşılamadı..."
}
}
});
});

0 comments on commit 932987f

Please sign in to comment.