From c0ca8684ce029ae7b4d3379ef490421a2a1306a9 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:07:57 -0300 Subject: [PATCH 01/34] New translations commands.json (French) --- apps/discord/src/locales/fr-FR/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/fr-FR/commands.json b/apps/discord/src/locales/fr-FR/commands.json index 526e59f63..c37caf16e 100644 --- a/apps/discord/src/locales/fr-FR/commands.json +++ b/apps/discord/src/locales/fr-FR/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Gets the banner of an user.", "download": "Open the banner in your browser.", From 3fd8bbbf508d4e0e5fa3ac3640f16d1ccdb46333 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:07:58 -0300 Subject: [PATCH 02/34] New translations commands.json (Spanish) --- apps/discord/src/locales/es-ES/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/es-ES/commands.json b/apps/discord/src/locales/es-ES/commands.json index 864fc78fd..cb68ba626 100644 --- a/apps/discord/src/locales/es-ES/commands.json +++ b/apps/discord/src/locales/es-ES/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Obtiene el banner del usuario", "download": "Abrir el avatar en tu navegador.", From 6c455581bbdd5d6b50d429180576b647a8b89caf Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:07:58 -0300 Subject: [PATCH 03/34] New translations commands.json (German) --- apps/discord/src/locales/de-DE/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/de-DE/commands.json b/apps/discord/src/locales/de-DE/commands.json index 3e79c2b30..097d893b7 100644 --- a/apps/discord/src/locales/de-DE/commands.json +++ b/apps/discord/src/locales/de-DE/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Gets the banner of an user.", "download": "Open the banner in your browser.", From c25a89cb6600d249155630bb534078146c2221fc Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:07:59 -0300 Subject: [PATCH 04/34] New translations commands.json (Japanese) --- apps/discord/src/locales/ja-JP/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/ja-JP/commands.json b/apps/discord/src/locales/ja-JP/commands.json index 878184fc2..6fedd3a70 100644 --- a/apps/discord/src/locales/ja-JP/commands.json +++ b/apps/discord/src/locales/ja-JP/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Gets the banner of an user.", "download": "Open the banner in your browser.", From 3ad6c724587251f8376670b4b2043c491aacfb54 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:08:00 -0300 Subject: [PATCH 05/34] New translations commands.json (Korean) --- apps/discord/src/locales/ko-KR/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/ko-KR/commands.json b/apps/discord/src/locales/ko-KR/commands.json index 3e79c2b30..097d893b7 100644 --- a/apps/discord/src/locales/ko-KR/commands.json +++ b/apps/discord/src/locales/ko-KR/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Gets the banner of an user.", "download": "Open the banner in your browser.", From 2d7713131d84959e9ebb289311ac4763042b9103 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:08:01 -0300 Subject: [PATCH 06/34] New translations commands.json (Dutch) --- apps/discord/src/locales/nl-NL/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/nl-NL/commands.json b/apps/discord/src/locales/nl-NL/commands.json index 3e79c2b30..097d893b7 100644 --- a/apps/discord/src/locales/nl-NL/commands.json +++ b/apps/discord/src/locales/nl-NL/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Gets the banner of an user.", "download": "Open the banner in your browser.", From d396b20bb1802015eede5bfbae2cd4f1779426bd Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:08:02 -0300 Subject: [PATCH 07/34] New translations commands.json (Russian) --- apps/discord/src/locales/ru-RU/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/ru-RU/commands.json b/apps/discord/src/locales/ru-RU/commands.json index 3e79c2b30..097d893b7 100644 --- a/apps/discord/src/locales/ru-RU/commands.json +++ b/apps/discord/src/locales/ru-RU/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Gets the banner of an user.", "download": "Open the banner in your browser.", From 1830204c175a5fae91a0a4769f5cf813aeea6114 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:08:03 -0300 Subject: [PATCH 08/34] New translations commands.json (Chinese Traditional) --- apps/discord/src/locales/zh-TW/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/zh-TW/commands.json b/apps/discord/src/locales/zh-TW/commands.json index 2a5aeca22..fc3b46339 100644 --- a/apps/discord/src/locales/zh-TW/commands.json +++ b/apps/discord/src/locales/zh-TW/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "獲取使用者的橫幅。", "download": "在瀏覽器中打開橫幅。", From 251e95ec4be3a6e6ef00d4970a90f6029d1fdf8b Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:08:04 -0300 Subject: [PATCH 09/34] New translations commands.json (Vietnamese) --- apps/discord/src/locales/vi-VN/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/vi-VN/commands.json b/apps/discord/src/locales/vi-VN/commands.json index 510f18504..54ba74729 100644 --- a/apps/discord/src/locales/vi-VN/commands.json +++ b/apps/discord/src/locales/vi-VN/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Gets the banner of an user.", "download": "Open the banner in your browser.", From 96cee936213438fc597a5291991d44fc12f42a1e Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Sun, 23 Apr 2023 17:08:05 -0300 Subject: [PATCH 10/34] New translations commands.json (Portuguese, Brazilian) --- apps/discord/src/locales/pt-BR/commands.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/discord/src/locales/pt-BR/commands.json b/apps/discord/src/locales/pt-BR/commands.json index e35704f8b..6b07f7903 100644 --- a/apps/discord/src/locales/pt-BR/commands.json +++ b/apps/discord/src/locales/pt-BR/commands.json @@ -1,4 +1,12 @@ { + "rob": { + "error": "Oh, I'm sorry, but it seems that this job is not compatible.", + "timeout": "You'll need to wait 3 hours before running this command again", + "didNotFindAnyoneNearby": "I couldn't find any user on this server to steal from. We'll have to cancel this plan.", + "errorWhilePlanning": "Oh no! It looks like we've lost sight of the user. Should we try to search for them?", + "missionAccomplished": "Oh my, it seems like you have successfully stolen the {{0}} with a quantity of {{1}}.", + "youWereArrested": "Oh no, it looks like you've been caught by the police {{names of the police officers}}. You'll need to wait for 3 hours before you can use this command again." + }, "userbanner": { "description": "Pega o banner de um usuário.", "download": "Abrir o banner no seu navegador.", From f5809a7028bb8d7e996f31b5c968256c29ee1c69 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:08 -0300 Subject: [PATCH 11/34] New translations commands.json (French) --- apps/discord/src/locales/fr-FR/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/fr-FR/commands.json b/apps/discord/src/locales/fr-FR/commands.json index c37caf16e..cf3c27e49 100644 --- a/apps/discord/src/locales/fr-FR/commands.json +++ b/apps/discord/src/locales/fr-FR/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From 4323bd541615942b43ab3d7cba81dbdf93e6efd7 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:09 -0300 Subject: [PATCH 12/34] New translations slashcommand.json (French) --- apps/discord/src/locales/fr-FR/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/fr-FR/slashcommand.json b/apps/discord/src/locales/fr-FR/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/fr-FR/slashcommand.json +++ b/apps/discord/src/locales/fr-FR/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From 6639462f1b976596a25b13e3281c0e9ce1f67d00 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:10 -0300 Subject: [PATCH 13/34] New translations commands.json (Spanish) --- apps/discord/src/locales/es-ES/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/es-ES/commands.json b/apps/discord/src/locales/es-ES/commands.json index cb68ba626..da18cf845 100644 --- a/apps/discord/src/locales/es-ES/commands.json +++ b/apps/discord/src/locales/es-ES/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From d6b3956c4240a0e22bd0cab500392357264f34a8 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:11 -0300 Subject: [PATCH 14/34] New translations slashcommand.json (Spanish) --- apps/discord/src/locales/es-ES/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/es-ES/slashcommand.json b/apps/discord/src/locales/es-ES/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/es-ES/slashcommand.json +++ b/apps/discord/src/locales/es-ES/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From 7010b01f3f7f783a1cfc8dd30ea7f7288cddf2dc Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:12 -0300 Subject: [PATCH 15/34] New translations commands.json (German) --- apps/discord/src/locales/de-DE/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/de-DE/commands.json b/apps/discord/src/locales/de-DE/commands.json index 097d893b7..c6f3c4bd3 100644 --- a/apps/discord/src/locales/de-DE/commands.json +++ b/apps/discord/src/locales/de-DE/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From 232c68b511ee0e9592a913a2aaac7e03b47239a7 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:13 -0300 Subject: [PATCH 16/34] New translations slashcommand.json (German) --- apps/discord/src/locales/de-DE/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/de-DE/slashcommand.json b/apps/discord/src/locales/de-DE/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/de-DE/slashcommand.json +++ b/apps/discord/src/locales/de-DE/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From 2969fb942385eac765a3dfc00f71fd72bab813c6 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:14 -0300 Subject: [PATCH 17/34] New translations commands.json (Japanese) --- apps/discord/src/locales/ja-JP/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/ja-JP/commands.json b/apps/discord/src/locales/ja-JP/commands.json index 6fedd3a70..2357de4fb 100644 --- a/apps/discord/src/locales/ja-JP/commands.json +++ b/apps/discord/src/locales/ja-JP/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From 3d1600871efbb2ecd6b6ab120561c5f3be8b4d4c Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:15 -0300 Subject: [PATCH 18/34] New translations slashcommand.json (Japanese) --- apps/discord/src/locales/ja-JP/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/ja-JP/slashcommand.json b/apps/discord/src/locales/ja-JP/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/ja-JP/slashcommand.json +++ b/apps/discord/src/locales/ja-JP/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From fa3d22e297c5c2c8caffda2b46f38d7cb80b6887 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:16 -0300 Subject: [PATCH 19/34] New translations commands.json (Korean) --- apps/discord/src/locales/ko-KR/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/ko-KR/commands.json b/apps/discord/src/locales/ko-KR/commands.json index 097d893b7..c6f3c4bd3 100644 --- a/apps/discord/src/locales/ko-KR/commands.json +++ b/apps/discord/src/locales/ko-KR/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From a6bc0ee03918fea8f4c3e07b22805ed3adb59eee Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:16 -0300 Subject: [PATCH 20/34] New translations slashcommand.json (Korean) --- apps/discord/src/locales/ko-KR/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/ko-KR/slashcommand.json b/apps/discord/src/locales/ko-KR/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/ko-KR/slashcommand.json +++ b/apps/discord/src/locales/ko-KR/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From fdbfd65c01fdb1c41783885a5a6c2e82d48cd8a4 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:17 -0300 Subject: [PATCH 21/34] New translations commands.json (Dutch) --- apps/discord/src/locales/nl-NL/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/nl-NL/commands.json b/apps/discord/src/locales/nl-NL/commands.json index 097d893b7..c6f3c4bd3 100644 --- a/apps/discord/src/locales/nl-NL/commands.json +++ b/apps/discord/src/locales/nl-NL/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From 2df193d05726fea792d74dd5197cf0da9aafe5b1 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:18 -0300 Subject: [PATCH 22/34] New translations slashcommand.json (Dutch) --- apps/discord/src/locales/nl-NL/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/nl-NL/slashcommand.json b/apps/discord/src/locales/nl-NL/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/nl-NL/slashcommand.json +++ b/apps/discord/src/locales/nl-NL/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From 171cdc86f9f48613474accc1e78677048729b08d Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:19 -0300 Subject: [PATCH 23/34] New translations commands.json (Russian) --- apps/discord/src/locales/ru-RU/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/ru-RU/commands.json b/apps/discord/src/locales/ru-RU/commands.json index 097d893b7..c6f3c4bd3 100644 --- a/apps/discord/src/locales/ru-RU/commands.json +++ b/apps/discord/src/locales/ru-RU/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From d3ad56c01bcc5ef698c22f5326e7d8f3d1da3482 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:20 -0300 Subject: [PATCH 24/34] New translations slashcommand.json (Russian) --- apps/discord/src/locales/ru-RU/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/ru-RU/slashcommand.json b/apps/discord/src/locales/ru-RU/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/ru-RU/slashcommand.json +++ b/apps/discord/src/locales/ru-RU/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From deff36b9d5325c51135ce1d6f9728aa9adfabcc6 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:21 -0300 Subject: [PATCH 25/34] New translations commands.json (Chinese Traditional) --- apps/discord/src/locales/zh-TW/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/zh-TW/commands.json b/apps/discord/src/locales/zh-TW/commands.json index fc3b46339..bccb7ebb6 100644 --- a/apps/discord/src/locales/zh-TW/commands.json +++ b/apps/discord/src/locales/zh-TW/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From 905ef8ca074bbbc104e2d80135245ce40742677f Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:22 -0300 Subject: [PATCH 26/34] New translations slashcommand.json (Chinese Traditional) --- apps/discord/src/locales/zh-TW/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/zh-TW/slashcommand.json b/apps/discord/src/locales/zh-TW/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/zh-TW/slashcommand.json +++ b/apps/discord/src/locales/zh-TW/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From 8f6970689d79feae93c4c29dac743b5bb14dc998 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:23 -0300 Subject: [PATCH 27/34] New translations commands.json (Vietnamese) --- apps/discord/src/locales/vi-VN/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/vi-VN/commands.json b/apps/discord/src/locales/vi-VN/commands.json index 54ba74729..7c564ce19 100644 --- a/apps/discord/src/locales/vi-VN/commands.json +++ b/apps/discord/src/locales/vi-VN/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From 4c2a3ac7a603d111442fa409533910e13b46a843 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:24 -0300 Subject: [PATCH 28/34] New translations slashcommand.json (Vietnamese) --- apps/discord/src/locales/vi-VN/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/vi-VN/slashcommand.json b/apps/discord/src/locales/vi-VN/slashcommand.json index 15e5d0968..b0ca35f22 100644 --- a/apps/discord/src/locales/vi-VN/slashcommand.json +++ b/apps/discord/src/locales/vi-VN/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From 7f8942b93ffa5768c7a57c27d905050354a4b8fa Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:25 -0300 Subject: [PATCH 29/34] New translations commands.json (Portuguese, Brazilian) --- apps/discord/src/locales/pt-BR/commands.json | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/discord/src/locales/pt-BR/commands.json b/apps/discord/src/locales/pt-BR/commands.json index 6b07f7903..ecbe2d58a 100644 --- a/apps/discord/src/locales/pt-BR/commands.json +++ b/apps/discord/src/locales/pt-BR/commands.json @@ -1,4 +1,26 @@ { + "bank": { + "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", + "button": { + "transfer": "Transfer to bank", + "withDraw": "Withdraw money" + }, + "success": { + "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", + "valueWasTransferred": "The value of **{{0}}** was successfully transferred to the bank!\n > 🔹 **Bank**: `{{1}}`\n > 🔻 **Value**: `{{2}}`" + }, + "interaction": { + "value": "Value", + "title": "Transfer" + }, + "error": { + "rejectedValue": "You entered a value of {{0}} while the total value is {{1}}. Please try again.", + "rejectedBankWithdrawalValue": "The value you are trying to withdraw, which is **`{{0}}`**, is too high! Please try again with a lower value.", + "valueIsInvalid": "The value you entered is invalid! Please try again.", + "valueNotAcceptable": "Oops! I think you entered **`-10000`** or something similar, which makes the value negative. If you want to remove the money from the bank, try clicking on the \"Withdraw Money\" button.", + "transactionWithError": "Oh no!!! There was a problem on our side and we couldn't transfer or withdraw the money. I am forwarding this to the team to resolve. Please try again later or in 20 minutes." + } + }, "rob": { "error": "Oh, I'm sorry, but it seems that this job is not compatible.", "timeout": "You'll need to wait 3 hours before running this command again", From caec02dc3ff8601b55646f2d006fa80fb17a907d Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 8 May 2023 01:05:26 -0300 Subject: [PATCH 30/34] New translations slashcommand.json (Portuguese, Brazilian) --- apps/discord/src/locales/pt-BR/slashcommand.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/discord/src/locales/pt-BR/slashcommand.json b/apps/discord/src/locales/pt-BR/slashcommand.json index a50404da7..4a15bcbf5 100644 --- a/apps/discord/src/locales/pt-BR/slashcommand.json +++ b/apps/discord/src/locales/pt-BR/slashcommand.json @@ -1,4 +1,8 @@ { + "bank": { + "description": "bank.description", + "name": "bank" + }, "daily": { "options": {}, "name": "daily", From ba344df1ee39db184046e8469fc52a1fb3cfa14c Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 22 May 2023 08:16:35 -0300 Subject: [PATCH 31/34] New translations basic.json (Chinese Traditional) --- apps/discord/src/locales/zh-TW/basic.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/discord/src/locales/zh-TW/basic.json b/apps/discord/src/locales/zh-TW/basic.json index 724242966..06c406982 100644 --- a/apps/discord/src/locales/zh-TW/basic.json +++ b/apps/discord/src/locales/zh-TW/basic.json @@ -44,14 +44,14 @@ "interactionBlockedForMaintenance": "Interaction blocked to do maintenance.", "interactionTimeout": "We noticed that this interaction took a long time to respond. Try to repeat the same process.", "interactionBlockedToAttempt": "This interaction was blocked because it has a suspected bug and takes a long time to load other functions. I am forwarding it to the team to analyze the problem. Try again later.", - "buttonInteractionExpired": "This interaction button has expired. Try running command and repeating the same process.", - "menuInteractionExpired": "This menu selection interaction has expired. Try to run command and repeat the same process.", - "itemsSelectedDoMenuLimited": "Woah! There are too many items selected, you can only select {{0}} up to {{1}}", - "rateLimit": "Currently, there are a lot of people using this feature right now, so it has been limited to avoid overloading the service. Try later." + "buttonInteractionExpired": "這個按鈕已經失效,請嘗試重新輸入指令並再次執行相同的操作。", + "menuInteractionExpired": "這個選單已經失效,請重新輸入一次指令並嘗試相同的操作。", + "itemsSelectedDoMenuLimited": "哇!你選擇的東西似乎有點太多了,你只能選擇 {{0}} 到 {{1}} 個。", + "rateLimit": "當前有過多的用戶正在使用這項功能,為了減少負擔而對功能有所限制,請重新嘗試。" }, "page": { - "backPage": "Back to previous page", - "nextPage": "Next page" + "backPage": "回上一頁", + "nextPage": "下一頁" }, "permissions": { "permissionUserRequired": "您必須具有以下權限才能使用此命令:{{0}}.", From 2a9a425ad5b6672c10f088be5750dd0632fe91c7 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 22 May 2023 09:25:56 -0300 Subject: [PATCH 32/34] New translations commands.json (Chinese Traditional) --- apps/discord/src/locales/zh-TW/commands.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/discord/src/locales/zh-TW/commands.json b/apps/discord/src/locales/zh-TW/commands.json index bccb7ebb6..bc7ac7cd9 100644 --- a/apps/discord/src/locales/zh-TW/commands.json +++ b/apps/discord/src/locales/zh-TW/commands.json @@ -2,8 +2,8 @@ "bank": { "message": "> 🔹 **Bank**: `{{0}}`\n> 🔹 **Value**: `{{1}}`", "button": { - "transfer": "Transfer to bank", - "withDraw": "Withdraw money" + "transfer": "存進銀行", + "withDraw": "提領" }, "success": { "valueWasWithdrawnFromBank": "The value of **{{0}}** was successfully withdrawn from the bank!\n > 🔻 **Bank:** `{{1}}`\n > 📈 **Value**: `{{2}}`", From 7a319ce9765c9151db1da3f003f84ab6e256a7b9 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 22 May 2023 09:25:57 -0300 Subject: [PATCH 33/34] New translations basic.json (Chinese Traditional) --- apps/discord/src/locales/zh-TW/basic.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/discord/src/locales/zh-TW/basic.json b/apps/discord/src/locales/zh-TW/basic.json index 06c406982..245a4ae35 100644 --- a/apps/discord/src/locales/zh-TW/basic.json +++ b/apps/discord/src/locales/zh-TW/basic.json @@ -35,15 +35,15 @@ "message": { "interactionRateLimit": "Oops! Calm down, it looks like there's an interaction working at the same time, so you've been limited for a few seconds... Try again!", "interactionExpired": "This interaction has expired. Try to run the command and repeat the same process.", - "interactionError": "An error occurred in the interaction. I am forwarding the error to the team to analyze and solve the problem.", + "interactionError": "在此交互中發生了些問題,我將會把問題轉交給我的團隊來分析並解決。", "interactionWithoutPermission": "This interaction is not allowed to perform such processes as: {{0}}", - "interactionSuspectedBug": "Oops! We detected something odd while working on the interaction. I am forwarding it to the team to investigate and resolve the issue.", - "interactionLimited": "This interaction is limited to {{0}} users. And that's why this interaction is blocked for you.", - "interactionOtherUser": "Oops! This interaction was initiated by someone else and therefore you do not have permission to control it.", - "interactionBanned": "This interaction is blocked because you are banned from using ChinoKafuu commands or resources.", - "interactionBlockedForMaintenance": "Interaction blocked to do maintenance.", - "interactionTimeout": "We noticed that this interaction took a long time to respond. Try to repeat the same process.", - "interactionBlockedToAttempt": "This interaction was blocked because it has a suspected bug and takes a long time to load other functions. I am forwarding it to the team to analyze the problem. Try again later.", + "interactionSuspectedBug": "在進行此交互時似乎發生了些異常,我將把此問題回報給團隊並讓他們調查與解決問題。", + "interactionLimited": "此互動只有 {{0}} 個人可用,你好像並不是可以用的那個人?", + "interactionOtherUser": "你不能控制此交互,因為這不是你發起的。", + "interactionBanned": "你因為被 ChinoKafuu 封鎖,無法使用我提供的服務。", + "interactionBlockedForMaintenance": "該互動由於正在進行維護,所以無法使用。", + "interactionTimeout": "我們注意到此交互的回應時間有點太長了,請再次嘗試。", + "interactionBlockedToAttempt": "此交互被封鎖,因為它有一個懷疑的錯誤並且需要較長的時間來載入其他功能。我將它轉發給團隊以分析問題。請稍後再試。", "buttonInteractionExpired": "這個按鈕已經失效,請嘗試重新輸入指令並再次執行相同的操作。", "menuInteractionExpired": "這個選單已經失效,請重新輸入一次指令並嘗試相同的操作。", "itemsSelectedDoMenuLimited": "哇!你選擇的東西似乎有點太多了,你只能選擇 {{0}} 到 {{1}} 個。", From 1098dcd43a7b83550740ed2e2803ce53986bf1d7 Mon Sep 17 00:00:00 2001 From: DanielaGC <42395960+DanielaGC@users.noreply.github.com> Date: Mon, 22 May 2023 09:25:58 -0300 Subject: [PATCH 34/34] New translations events.json (Chinese Traditional) --- apps/discord/src/locales/zh-TW/events.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/discord/src/locales/zh-TW/events.json b/apps/discord/src/locales/zh-TW/events.json index fc5f73919..1d3314ebd 100644 --- a/apps/discord/src/locales/zh-TW/events.json +++ b/apps/discord/src/locales/zh-TW/events.json @@ -1,8 +1,8 @@ { "executionFailure": { - "embedTitle": "An error has occurred! Sorry...", + "embedTitle": "很抱歉,發生了一些錯誤!", "fieldTitle": "Notify us", - "fieldValue": "As we probably don't know about this error, you can either [open an issue](https://github.com/RabbitHouseCorp/ChinoKafuu/issues/new/choose) on GitHub or contact us in our [support server](https://discord.gg/Jr57UrsXeC). Don't forget to attach this _little message_ when reporting the error.\nThanks and sorry!" + "fieldValue": "我們並不知道這項錯誤,你可以[在Github上回報問題](https://github.com/RabbitHouseCorp/ChinoKafuu/issues/new/choose)或者是到我們的[社群](https://discord.gg/Jr57UrsXeC)諮詢。在回報錯誤時請記得附加 _這則訊息_。\n非常感謝!" }, "stopnotify": { "alreadyStopped": "sorry but, you already told me to stop notify you about the migration.",