From 476e821b25775ae41a4b1e54686f7716acd09be1 Mon Sep 17 00:00:00 2001 From: Chang-Yen Tseng <10328757+Summon528@users.noreply.github.com> Date: Tue, 15 Mar 2022 03:24:35 -0500 Subject: [PATCH 1/3] Fix en-us translation --- lang/en-us.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en-us.yml b/lang/en-us.yml index 826d089..02b269c 100644 --- a/lang/en-us.yml +++ b/lang/en-us.yml @@ -16,7 +16,7 @@ auth_required: I don't seem to know you... Please authenticate with {commands} a admin_auth_required: You do not have admin permissions... Please authenticate with {commands} and then try again. radarr_disabled: Sorry, but movie support is disabled. include_movie_title_in_cmd: Please include the movie title in the command, e.g. {commands} -no_matching_movies: Îmi pare rău, dar nu am găsit nicio serie potrivită. +no_matching_movies: Sorry, but I didn't find any matching movies. sonarr_disabled: Sorry, but series support is disabled. include_series_title_in_cmd: Please include the series title in the command, e.g. {commands} no_matching_series: Sorry, but I didn't find any matching series. From 18523b9380359a27a92c1832d02ceffda829cb2b Mon Sep 17 00:00:00 2001 From: Chang-Yen Tseng <10328757+Summon528@users.noreply.github.com> Date: Tue, 15 Mar 2022 03:28:39 -0500 Subject: [PATCH 2/3] Update en-us.yml --- lang/en-us.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en-us.yml b/lang/en-us.yml index 02b269c..d61f7c1 100644 --- a/lang/en-us.yml +++ b/lang/en-us.yml @@ -16,7 +16,7 @@ auth_required: I don't seem to know you... Please authenticate with {commands} a admin_auth_required: You do not have admin permissions... Please authenticate with {commands} and then try again. radarr_disabled: Sorry, but movie support is disabled. include_movie_title_in_cmd: Please include the movie title in the command, e.g. {commands} -no_matching_movies: Sorry, but I didn't find any matching movies. +no_matching_movies: Sorry, but I didn't find any matching movie. sonarr_disabled: Sorry, but series support is disabled. include_series_title_in_cmd: Please include the series title in the command, e.g. {commands} no_matching_series: Sorry, but I didn't find any matching series. From 3d28da644e9cba3b878bdb7394e7abf7eb7ab65f Mon Sep 17 00:00:00 2001 From: Chang-Yen Tseng <10328757+Summon528@users.noreply.github.com> Date: Tue, 15 Mar 2022 03:30:35 -0500 Subject: [PATCH 3/3] Update en-us.yml --- lang/en-us.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en-us.yml b/lang/en-us.yml index d61f7c1..02b269c 100644 --- a/lang/en-us.yml +++ b/lang/en-us.yml @@ -16,7 +16,7 @@ auth_required: I don't seem to know you... Please authenticate with {commands} a admin_auth_required: You do not have admin permissions... Please authenticate with {commands} and then try again. radarr_disabled: Sorry, but movie support is disabled. include_movie_title_in_cmd: Please include the movie title in the command, e.g. {commands} -no_matching_movies: Sorry, but I didn't find any matching movie. +no_matching_movies: Sorry, but I didn't find any matching movies. sonarr_disabled: Sorry, but series support is disabled. include_series_title_in_cmd: Please include the series title in the command, e.g. {commands} no_matching_series: Sorry, but I didn't find any matching series.