From 0644133798dc07e521f66880fe1729961541f4d0 Mon Sep 17 00:00:00 2001 From: Skidder Date: Sat, 20 Jun 2020 17:32:32 +0200 Subject: [PATCH 1/7] New translations Translations_en.properties (French) New French translation --- src/main/resources/Translations/Translations_fr.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/Translations/Translations_fr.properties b/src/main/resources/Translations/Translations_fr.properties index a68515b..98016c1 100644 --- a/src/main/resources/Translations/Translations_fr.properties +++ b/src/main/resources/Translations/Translations_fr.properties @@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman commands.settings.language.success.title = Language set commands.settings.language.success.description = `%extra%` is your new language now. +commands.settings.language.error.title = Language not found +commands.settings.language.error.description = Please choose one of the following language codes\: %extra% commands.settings.language.help.description = Sets the new primary language for a user. commands.settings.prefix.success.title = Successfully set prefix commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`. -- 2.45.3 From 73c64458c79262887b27bb896e7fbf49f3009526 Mon Sep 17 00:00:00 2001 From: Skidder Date: Sat, 20 Jun 2020 17:32:33 +0200 Subject: [PATCH 2/7] New translations Translations_en.properties (Spanish) New Spanish translation --- src/main/resources/Translations/Translations_es.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/Translations/Translations_es.properties b/src/main/resources/Translations/Translations_es.properties index a68515b..98016c1 100644 --- a/src/main/resources/Translations/Translations_es.properties +++ b/src/main/resources/Translations/Translations_es.properties @@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman commands.settings.language.success.title = Language set commands.settings.language.success.description = `%extra%` is your new language now. +commands.settings.language.error.title = Language not found +commands.settings.language.error.description = Please choose one of the following language codes\: %extra% commands.settings.language.help.description = Sets the new primary language for a user. commands.settings.prefix.success.title = Successfully set prefix commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`. -- 2.45.3 From d74419a01de544285c09373c6d10446d0a596468 Mon Sep 17 00:00:00 2001 From: Skidder Date: Sat, 20 Jun 2020 17:32:35 +0200 Subject: [PATCH 3/7] New translations Translations_en.properties (German) New German translation --- src/main/resources/Translations/Translations_de.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/Translations/Translations_de.properties b/src/main/resources/Translations/Translations_de.properties index 58503a4..e2a7d45 100644 --- a/src/main/resources/Translations/Translations_de.properties +++ b/src/main/resources/Translations/Translations_de.properties @@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman commands.settings.language.success.title = Sprache festgelegt commands.settings.language.success.description = `%extra%` ist jetzt deine neue Sprache. +commands.settings.language.error.title = Language not found +commands.settings.language.error.description = Please choose one of the following language codes\: %extra% commands.settings.language.help.description = Führt den angegebenen Code aus. commands.settings.prefix.success.title = Prefix erfolgreich gesetzt commands.settings.prefix.success.description = Ich habe erfolgreich den neuen Prefix für dich auf `%extra% `gesetzt. -- 2.45.3 From 1f7afbfb34a0ad18b979cb00d07e806af1c56cbb Mon Sep 17 00:00:00 2001 From: Skidder Date: Sat, 20 Jun 2020 17:32:37 +0200 Subject: [PATCH 4/7] New translations Translations_en.properties (Russian) New Russian translation --- src/main/resources/Translations/Translations_ru.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/Translations/Translations_ru.properties b/src/main/resources/Translations/Translations_ru.properties index a68515b..98016c1 100644 --- a/src/main/resources/Translations/Translations_ru.properties +++ b/src/main/resources/Translations/Translations_ru.properties @@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman commands.settings.language.success.title = Language set commands.settings.language.success.description = `%extra%` is your new language now. +commands.settings.language.error.title = Language not found +commands.settings.language.error.description = Please choose one of the following language codes\: %extra% commands.settings.language.help.description = Sets the new primary language for a user. commands.settings.prefix.success.title = Successfully set prefix commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`. -- 2.45.3 From 906b287b9793faac0bf38c1896b4c96024d2b808 Mon Sep 17 00:00:00 2001 From: Skidder Date: Sat, 20 Jun 2020 17:32:39 +0200 Subject: [PATCH 5/7] New translations Translations_en.properties (Turkish) New Turkish translation --- src/main/resources/Translations/Translations_tr.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/Translations/Translations_tr.properties b/src/main/resources/Translations/Translations_tr.properties index a68515b..98016c1 100644 --- a/src/main/resources/Translations/Translations_tr.properties +++ b/src/main/resources/Translations/Translations_tr.properties @@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman commands.settings.language.success.title = Language set commands.settings.language.success.description = `%extra%` is your new language now. +commands.settings.language.error.title = Language not found +commands.settings.language.error.description = Please choose one of the following language codes\: %extra% commands.settings.language.help.description = Sets the new primary language for a user. commands.settings.prefix.success.title = Successfully set prefix commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`. -- 2.45.3 From 509c8991b788d8b5c26fa65407191d0695f0008c Mon Sep 17 00:00:00 2001 From: Skidder Date: Sat, 20 Jun 2020 17:32:40 +0200 Subject: [PATCH 6/7] New translations Translations_en.properties (Chinese Simplified) New Chinese Simplified translation --- src/main/resources/Translations/Translations_zh.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/Translations/Translations_zh.properties b/src/main/resources/Translations/Translations_zh.properties index a68515b..98016c1 100644 --- a/src/main/resources/Translations/Translations_zh.properties +++ b/src/main/resources/Translations/Translations_zh.properties @@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman commands.settings.language.success.title = Language set commands.settings.language.success.description = `%extra%` is your new language now. +commands.settings.language.error.title = Language not found +commands.settings.language.error.description = Please choose one of the following language codes\: %extra% commands.settings.language.help.description = Sets the new primary language for a user. commands.settings.prefix.success.title = Successfully set prefix commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`. -- 2.45.3 From a6762a7e8b4fd6dd95385c1948e2e2ff9f26bc97 Mon Sep 17 00:00:00 2001 From: Skidder Date: Sat, 20 Jun 2020 17:32:42 +0200 Subject: [PATCH 7/7] New translations Translations_en.properties (English) New English translation --- src/main/resources/Translations/Translations_en.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/Translations/Translations_en.properties b/src/main/resources/Translations/Translations_en.properties index a68515b..98016c1 100644 --- a/src/main/resources/Translations/Translations_en.properties +++ b/src/main/resources/Translations/Translations_en.properties @@ -325,6 +325,8 @@ commands.owner.blacklist.help.description = Blacklist a user for specific comman commands.settings.language.success.title = Language set commands.settings.language.success.description = `%extra%` is your new language now. +commands.settings.language.error.title = Language not found +commands.settings.language.error.description = Please choose one of the following language codes\: %extra% commands.settings.language.help.description = Sets the new primary language for a user. commands.settings.prefix.success.title = Successfully set prefix commands.settings.prefix.success.description = I successfully set the new prefix for you to `%extra%`. -- 2.45.3