From e692b3d73177cec3e49ab53511a30ac9e19cb3c0 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Tue, 30 Nov 2021 09:24:27 -0300 Subject: [PATCH 01/34] New translations en.json (Spanish, Mexico) --- messages/es-mx.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 messages/es-mx.json diff --git a/messages/es-mx.json b/messages/es-mx.json new file mode 100644 index 00000000..a84214d0 --- /dev/null +++ b/messages/es-mx.json @@ -0,0 +1,8 @@ +{ + "admin/error.state": "Reintentar", + "admin/error.title": "Se produjo un error", + "admin/no-app-selected.title": "Selecciona una aplicación", + "admin/no-app-selected.state": "Selecciona una aplicación para realizar consultas", + "admin/layout.title": "IDE de GraphQL", + "admin/controller.app-picker": "Selecciona una aplicación" +} \ No newline at end of file From 6a350daad4722dd9d2742b3ec62783c0887d70d0 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Thu, 21 Apr 2022 22:34:29 -0300 Subject: [PATCH 02/34] New translations en.json (Thai) --- messages/th.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 messages/th.json diff --git a/messages/th.json b/messages/th.json new file mode 100644 index 00000000..243f042d --- /dev/null +++ b/messages/th.json @@ -0,0 +1,8 @@ +{ + "admin/error.state": "โปรดลองอีกครั้ง", + "admin/error.title": "มีบางอย่างผิดปกติ", + "admin/no-app-selected.title": "เลือกหนึ่งแอป", + "admin/no-app-selected.state": "เลือกหนึ่งแอปเพื่อสร้าง Query", + "admin/layout.title": "GraphQL IDE", + "admin/controller.app-picker": "เลือกหนึ่งแอป" +} \ No newline at end of file From a83b17dd374d62225bf5146f382af2f641ac7232 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Thu, 18 Aug 2022 07:58:54 -0300 Subject: [PATCH 03/34] New translations en.json (English, United States) --- messages/en-us.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 messages/en-us.json diff --git a/messages/en-us.json b/messages/en-us.json new file mode 100644 index 00000000..f82084ac --- /dev/null +++ b/messages/en-us.json @@ -0,0 +1,8 @@ +{ + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", + "admin/layout.title": "GraphQL IDE", + "admin/controller.app-picker": "Choose an app" +} \ No newline at end of file From 9ab166d58947cf28e579dca97de35b10efdff297 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:31:38 -0300 Subject: [PATCH 04/34] New translations en.json (Chinese Traditional) --- messages/zh.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 messages/zh.json diff --git a/messages/zh.json b/messages/zh.json new file mode 100644 index 00000000..97d4978c --- /dev/null +++ b/messages/zh.json @@ -0,0 +1,8 @@ +{ + "admin/error.state": "再試一次", + "admin/error.title": "出錯啦", + "admin/no-app-selected.title": "選擇應用程式", + "admin/no-app-selected.state": "選取要查詢的應用程式", + "admin/layout.title": "GraphQL IDE", + "admin/controller.app-picker": "選擇應用程式" +} \ No newline at end of file From d4db5b1623148683c5cb4c89d05e2fde5a4ffe60 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Fri, 16 Sep 2022 22:58:13 -0300 Subject: [PATCH 05/34] New translations en.json (Italian) --- messages/it.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/it.json b/messages/it.json index e724aaba..c3f6b03c 100644 --- a/messages/it.json +++ b/messages/it.json @@ -1,8 +1,8 @@ { "admin/error.state": "Riprova", "admin/error.title": "Si è verificato un errore", - "admin/no-app-selected.title": "Scegli un'App", - "admin/no-app-selected.state": "Scegli un'App per creare query", - "admin/layout.title": "Ambiente di sviluppo integrato (IDE) GraphQL", - "admin/controller.app-picker": "Scegli un'App" + "admin/no-app-selected.title": "Scegli un'app", + "admin/no-app-selected.state": "Scegli un'app per realizzare query", + "admin/layout.title": "Ambiente di sviluppo integrato GraphQL", + "admin/controller.app-picker": "Scegli un'app" } \ No newline at end of file From c8fd2abe608029dcc645dae7d010ea6be39a4f63 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Fri, 23 Sep 2022 21:47:00 -0300 Subject: [PATCH 06/34] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/messages/pt.json b/messages/pt.json index 9f6645e1..1e43b9da 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Tentar novamente", - "admin/error.title": "Algo de errado aconteceu", - "admin/no-app-selected.title": "Escolha uma App", - "admin/no-app-selected.state": "Selecione uma App para realizar queries", - "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Selecione uma App" + "admin/error.state": "Tente novamente", + "admin/error.title": "Alguma deu errado", + "admin/no-app-selected.title": "Selecione um app", + "admin/no-app-selected.state": "Escolha um app para realizar queries", + "admin/layout.title": "GraphQL IDE", + "admin/controller.app-picker": "Selecione um app" } \ No newline at end of file From 35b0dfb356b9802eb21d25efd38df85712bac5f5 Mon Sep 17 00:00:00 2001 From: Camila Vieira Coutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Fri, 3 Feb 2023 11:28:07 -0300 Subject: [PATCH 07/34] New translations en.json (German) --- messages/de.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 messages/de.json diff --git a/messages/de.json b/messages/de.json new file mode 100644 index 00000000..09427365 --- /dev/null +++ b/messages/de.json @@ -0,0 +1,8 @@ +{ + "admin/error.state": "Versuchen Sie es erneut", + "admin/error.title": "Ein Problem ist aufgetreten", + "admin/no-app-selected.title": "Wählen Sie eine App aus", + "admin/no-app-selected.state": "Wählen Sie eine App für Abfragen", + "admin/layout.title": "GraphQL IDE", + "admin/controller.app-picker": "Wählen Sie eine App aus" +} \ No newline at end of file From 98f816d10b5f3cfe72584467671506972ee1dbe7 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:09 -0300 Subject: [PATCH 08/34] New translations en.json (Romanian) --- messages/ro.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/ro.json b/messages/ro.json index 761727a9..f82084ac 100644 --- a/messages/ro.json +++ b/messages/ro.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Încearcă din nou", - "admin/error.title": "A apărut o eroare", - "admin/no-app-selected.title": "Alege o aplicație", - "admin/no-app-selected.state": "Alege o aplicație pentru a face căutări", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Alege o aplicație" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From f12a05a74c1c862766e1ccd6b09050890e69be11 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:09 -0300 Subject: [PATCH 09/34] New translations en.json (French) --- messages/fr.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/fr.json b/messages/fr.json index e1c79314..f82084ac 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Réessayez", - "admin/error.title": "Un problème est survenu", - "admin/no-app-selected.title": "Choisir une application", - "admin/no-app-selected.state": "Choisissez une application pour effectuer des recherches", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Choisir une application" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From ffab5fb942482342e1ae08bb7f503b0e3c328003 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:10 -0300 Subject: [PATCH 10/34] New translations en.json (Arabic) --- messages/ar.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/ar.json b/messages/ar.json index c005a7b5..f82084ac 100644 --- a/messages/ar.json +++ b/messages/ar.json @@ -1,8 +1,8 @@ { - "admin/error.state": "حاول من جديد", - "admin/error.title": "شيء ما لا يعمل جيدًا", - "admin/no-app-selected.title": "اختر تطبيقًا", - "admin/no-app-selected.state": "اختر تطبيقًا لإجراء البحوثات", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "اختر تطبيقًا" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From e1b2a88aa35f76220a7b083c688cdc77cb1b693d Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:11 -0300 Subject: [PATCH 11/34] New translations en.json (Bulgarian) --- messages/bg.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/bg.json b/messages/bg.json index bb42dbb5..f82084ac 100644 --- a/messages/bg.json +++ b/messages/bg.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Опитайте отново", - "admin/error.title": "Нещо се обърка", - "admin/no-app-selected.title": "Изберете приложение", - "admin/no-app-selected.state": "Изберете приложение, за да отправите заявка", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Изберете приложение" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From cea6b219efcdbf1494d09211c025eb68cf61e7ef Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:13 -0300 Subject: [PATCH 12/34] New translations en.json (German) --- messages/de.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/de.json b/messages/de.json index 09427365..f82084ac 100644 --- a/messages/de.json +++ b/messages/de.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Versuchen Sie es erneut", - "admin/error.title": "Ein Problem ist aufgetreten", - "admin/no-app-selected.title": "Wählen Sie eine App aus", - "admin/no-app-selected.state": "Wählen Sie eine App für Abfragen", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Wählen Sie eine App aus" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From ba060d931cedcd9f78fba4028294ca2ca6c7a7c3 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:14 -0300 Subject: [PATCH 13/34] New translations en.json (Italian) --- messages/it.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/messages/it.json b/messages/it.json index c3f6b03c..f82084ac 100644 --- a/messages/it.json +++ b/messages/it.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Riprova", - "admin/error.title": "Si è verificato un errore", - "admin/no-app-selected.title": "Scegli un'app", - "admin/no-app-selected.state": "Scegli un'app per realizzare query", - "admin/layout.title": "Ambiente di sviluppo integrato GraphQL", - "admin/controller.app-picker": "Scegli un'app" + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", + "admin/layout.title": "GraphQL IDE", + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 6c2d7291f3daa9db1ccf677a6116bc1d76f80053 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:15 -0300 Subject: [PATCH 14/34] New translations en.json (Japanese) --- messages/ja.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/ja.json b/messages/ja.json index a8fe95e1..f82084ac 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -1,8 +1,8 @@ { - "admin/error.state": "もう一度やり直す", - "admin/error.title": "エラーあり", - "admin/no-app-selected.title": "アプリを選ぶ", - "admin/no-app-selected.state": "クエリを作成するアプリを選ぶ", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "アプリを選ぶ" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 8a1f3bc9ca1edf3dc948e4265e716466cddfc532 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:16 -0300 Subject: [PATCH 15/34] New translations en.json (Korean) --- messages/ko.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/ko.json b/messages/ko.json index 22bf56d9..f82084ac 100644 --- a/messages/ko.json +++ b/messages/ko.json @@ -1,8 +1,8 @@ { - "admin/error.state": "다시 시도", - "admin/error.title": "문제가 발생했습니다", - "admin/no-app-selected.title": "앱 선택", - "admin/no-app-selected.state": "쿼리를 만들 앱 선택", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "앱 선택" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 07692435f5507688244bb2e18192ca38a0ef8146 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:16 -0300 Subject: [PATCH 16/34] New translations en.json (Dutch) --- messages/nl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/nl.json b/messages/nl.json index 594340b2..f82084ac 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Probeer het opnieuw", - "admin/error.title": "Er is iets misgegaan", - "admin/no-app-selected.title": "Kies een app", - "admin/no-app-selected.state": "Kies een app om vragen te stellen", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Kies een app" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 2dbc4143038bf343ef48c263fd7887896e41e3db Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:17 -0300 Subject: [PATCH 17/34] New translations en.json (Chinese Traditional) --- messages/zh.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/zh.json b/messages/zh.json index 97d4978c..f82084ac 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -1,8 +1,8 @@ { - "admin/error.state": "再試一次", - "admin/error.title": "出錯啦", - "admin/no-app-selected.title": "選擇應用程式", - "admin/no-app-selected.state": "選取要查詢的應用程式", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "選擇應用程式" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From ef17f81f71ef99e1264e57cc5a8b362fedf69c3d Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:18 -0300 Subject: [PATCH 18/34] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/pt.json b/messages/pt.json index 1e43b9da..f82084ac 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Tente novamente", - "admin/error.title": "Alguma deu errado", - "admin/no-app-selected.title": "Selecione um app", - "admin/no-app-selected.state": "Escolha um app para realizar queries", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Selecione um app" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From b1161e516edfce335084eedc4da64b01d7d57f54 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:19 -0300 Subject: [PATCH 19/34] New translations en.json (Spanish, Mexico) --- messages/es.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/messages/es.json b/messages/es.json index 45f2cb82..f82084ac 100644 --- a/messages/es.json +++ b/messages/es.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Reintentar", - "admin/error.title": "Se produjo un error", - "admin/no-app-selected.title": "Selecciona una aplicación", - "admin/no-app-selected.state": "Selecciona una aplicación para realizar consultas", - "admin/layout.title": "IDE de GraphQL", - "admin/controller.app-picker": "Selecciona una aplicación" + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", + "admin/layout.title": "GraphQL IDE", + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 50a9ca43fc8f4701406925d554d629f4c1dd1bd8 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:20 -0300 Subject: [PATCH 20/34] New translations en.json (Thai) --- messages/th.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/th.json b/messages/th.json index 243f042d..f82084ac 100644 --- a/messages/th.json +++ b/messages/th.json @@ -1,8 +1,8 @@ { - "admin/error.state": "โปรดลองอีกครั้ง", - "admin/error.title": "มีบางอย่างผิดปกติ", - "admin/no-app-selected.title": "เลือกหนึ่งแอป", - "admin/no-app-selected.state": "เลือกหนึ่งแอปเพื่อสร้าง Query", + "admin/error.state": "Try again", + "admin/error.title": "Something went wrong", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "เลือกหนึ่งแอป" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 57cacae96cf3c827a4281bc8f0d5a0d437f2c02f Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:13:21 -0300 Subject: [PATCH 21/34] New translations en.json (English, United States) --- messages/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/en.json b/messages/en.json index 0de7a0c2..f82084ac 100644 --- a/messages/en.json +++ b/messages/en.json @@ -1,8 +1,8 @@ { "admin/error.state": "Try again", "admin/error.title": "Something went wrong", - "admin/no-app-selected.title": "Choose an App", - "admin/no-app-selected.state": "Choose an App to make queries", + "admin/no-app-selected.title": "Choose an app", + "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Choose an App" + "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 9009c0f25f76c646821a314989e42b62fd1f13ba Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:13 -0300 Subject: [PATCH 22/34] New translations en.json (Romanian) --- messages/ro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/ro.json b/messages/ro.json index f82084ac..b951df04 100644 --- a/messages/ro.json +++ b/messages/ro.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "Încearcă din nou", + "admin/error.title": "A apărut o eroare", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From 047900d71136b435d8e9a4bd1529d7d3ee4de96b Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:14 -0300 Subject: [PATCH 23/34] New translations en.json (French) --- messages/fr.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/fr.json b/messages/fr.json index f82084ac..070d4d85 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "Réessayez", + "admin/error.title": "Un problème est survenu", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From b10c08608c12b76115beca2e398a44ec3af7883f Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:15 -0300 Subject: [PATCH 24/34] New translations en.json (Arabic) --- messages/ar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/ar.json b/messages/ar.json index f82084ac..29708cb9 100644 --- a/messages/ar.json +++ b/messages/ar.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "حاول من جديد", + "admin/error.title": "شيء ما لا يعمل جيدًا", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From 7a18226f74876f1d0031d67b0072c4c10a32fa93 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:16 -0300 Subject: [PATCH 25/34] New translations en.json (Bulgarian) --- messages/bg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/bg.json b/messages/bg.json index f82084ac..a33fcdc3 100644 --- a/messages/bg.json +++ b/messages/bg.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "Опитайте отново", + "admin/error.title": "Нещо се обърка", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From 8d67d0b49e124a68babd6632cea50be24ce15d6d Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:17 -0300 Subject: [PATCH 26/34] New translations en.json (German) --- messages/de.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/messages/de.json b/messages/de.json index f82084ac..09427365 100644 --- a/messages/de.json +++ b/messages/de.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", - "admin/no-app-selected.title": "Choose an app", - "admin/no-app-selected.state": "Choose an app to make queries", + "admin/error.state": "Versuchen Sie es erneut", + "admin/error.title": "Ein Problem ist aufgetreten", + "admin/no-app-selected.title": "Wählen Sie eine App aus", + "admin/no-app-selected.state": "Wählen Sie eine App für Abfragen", "admin/layout.title": "GraphQL IDE", - "admin/controller.app-picker": "Choose an app" + "admin/controller.app-picker": "Wählen Sie eine App aus" } \ No newline at end of file From 4046f57b0c35bb5f8fc0583b2ac025b1ecb4c9c9 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:18 -0300 Subject: [PATCH 27/34] New translations en.json (Italian) --- messages/it.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/it.json b/messages/it.json index f82084ac..505e7501 100644 --- a/messages/it.json +++ b/messages/it.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "Riprova", + "admin/error.title": "Si è verificato un errore", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", - "admin/layout.title": "GraphQL IDE", + "admin/layout.title": "Ambiente di sviluppo integrato GraphQL", "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 79373a9d712e7d8d3dd1f845864cfa430452d3d0 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:19 -0300 Subject: [PATCH 28/34] New translations en.json (Japanese) --- messages/ja.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/ja.json b/messages/ja.json index f82084ac..db83ad35 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "もう一度やり直す", + "admin/error.title": "エラーあり", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From 82597e395b4e53fc21b5109361adaa815d11f3e4 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:20 -0300 Subject: [PATCH 29/34] New translations en.json (Korean) --- messages/ko.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/ko.json b/messages/ko.json index f82084ac..4d4b74c7 100644 --- a/messages/ko.json +++ b/messages/ko.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "다시 시도", + "admin/error.title": "문제가 발생했습니다", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From a1ba3c8fb33f7b1d818c128acd7b76085a6c3ec0 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:21 -0300 Subject: [PATCH 30/34] New translations en.json (Dutch) --- messages/nl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/nl.json b/messages/nl.json index f82084ac..ca5fb931 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "Probeer het opnieuw", + "admin/error.title": "Er is iets misgegaan", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From 0957ea5373ea6205b5ffeafdf23462f94cd657d3 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:22 -0300 Subject: [PATCH 31/34] New translations en.json (Chinese Traditional) --- messages/zh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/zh.json b/messages/zh.json index f82084ac..f8a2aa07 100644 --- a/messages/zh.json +++ b/messages/zh.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "再試一次", + "admin/error.title": "出錯啦", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From 672e16e6d956ea497f46cad3293154d2f9b70f26 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:23 -0300 Subject: [PATCH 32/34] New translations en.json (Portuguese, Brazilian) --- messages/pt.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/pt.json b/messages/pt.json index f82084ac..9db44f8a 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "Tente novamente", + "admin/error.title": "Alguma deu errado", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE", From 0b284816f7446390e2fe8d3be61e108a24d25de7 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:24 -0300 Subject: [PATCH 33/34] New translations en.json (Spanish, Mexico) --- messages/es.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/es.json b/messages/es.json index f82084ac..378ed104 100644 --- a/messages/es.json +++ b/messages/es.json @@ -1,8 +1,8 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "Reintentar", + "admin/error.title": "Se produjo un error", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", - "admin/layout.title": "GraphQL IDE", + "admin/layout.title": "IDE de GraphQL", "admin/controller.app-picker": "Choose an app" } \ No newline at end of file From 530d8f2b4c32ab3af984932ee82d47ace308ca44 Mon Sep 17 00:00:00 2001 From: "George B. de Lima" <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Tue, 18 Jul 2023 11:00:25 -0300 Subject: [PATCH 34/34] New translations en.json (Thai) --- messages/th.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/th.json b/messages/th.json index f82084ac..d0c756d7 100644 --- a/messages/th.json +++ b/messages/th.json @@ -1,6 +1,6 @@ { - "admin/error.state": "Try again", - "admin/error.title": "Something went wrong", + "admin/error.state": "โปรดลองอีกครั้ง", + "admin/error.title": "มีบางอย่างผิดปกติ", "admin/no-app-selected.title": "Choose an app", "admin/no-app-selected.state": "Choose an app to make queries", "admin/layout.title": "GraphQL IDE",