diff --git a/src/locales/cs-CZ.json b/src/locales/cs-CZ.json index 5b56007..d997129 100644 --- a/src/locales/cs-CZ.json +++ b/src/locales/cs-CZ.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket uzavřen" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/de-DE.json b/src/locales/de-DE.json index 6c2e7f8..840d3c7 100644 --- a/src/locales/de-DE.json +++ b/src/locales/de-DE.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket closed" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 6f4927d..1fcefe4 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket closed" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/es-ES.json b/src/locales/es-ES.json index 6f4927d..1fcefe4 100644 --- a/src/locales/es-ES.json +++ b/src/locales/es-ES.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket closed" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/fr-FR.json b/src/locales/fr-FR.json index 6f4927d..1fcefe4 100644 --- a/src/locales/fr-FR.json +++ b/src/locales/fr-FR.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket closed" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/hi-IN.json b/src/locales/hi-IN.json index a42c814..29c7c1e 100644 --- a/src/locales/hi-IN.json +++ b/src/locales/hi-IN.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket closed" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/id-ID.json b/src/locales/id-ID.json index 308f3f3..6ac3310 100644 --- a/src/locales/id-ID.json +++ b/src/locales/id-ID.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Tiket ditutup" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/it-IT.json b/src/locales/it-IT.json index fa2b500..a156598 100644 --- a/src/locales/it-IT.json +++ b/src/locales/it-IT.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket chiuso" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/no-NO.json b/src/locales/no-NO.json index 675a09d..a645102 100644 --- a/src/locales/no-NO.json +++ b/src/locales/no-NO.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Billetten er stengt" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/pt-BR.json b/src/locales/pt-BR.json index 24f9438..37f3011 100644 --- a/src/locales/pt-BR.json +++ b/src/locales/pt-BR.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ This isn't a ticket channel" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Ticket fechado" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s has released this ticket.", "title": "✅ Ticket released" diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json index 89b7014..45122f1 100644 --- a/src/locales/ru-RU.json +++ b/src/locales/ru-RU.json @@ -37,7 +37,24 @@ }, "description": "Add a member to a ticket", "name": "add", - "response": {} + "response": { + "added": { + "description": "%s has been added to %s.", + "title": "✅ Member added" + }, + "no_member": { + "description": "Please mention the member you want to add.", + "title": "❌ Unknown member" + }, + "no_permission": { + "description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", + "title": "❌ Insufficient permission" + }, + "not_a_ticket": { + "description": "Please use this command in the ticket channel, or mention the channel.", + "title": "❌ Это не канал тикета" + } + } }, "blacklist": { "aliases": { @@ -353,6 +370,10 @@ "description": "This ticket has been closed: `%s`\nThe channel will be deleted in 5 seconds.", "title": "✅ Тикет закрыт" }, + "member_added": { + "description": "%s has been added by %s", + "title": "Member added" + }, "released": { "description": "%s выпустил этот тикет.", "title": "✅ Тикет выпущен"