diff --git a/po/ar.po b/po/ar.po index 6b6f025..7ab0316 100644 --- a/po/ar.po +++ b/po/ar.po @@ -94,3 +94,6 @@ msgstr "ينطبق فقط أثناء التشغيل" msgid "Main Menu" msgstr "القائمة الرئيسية" + +msgid "translator-credits" +msgstr "Bedis Nbiba https://github.com/sigmaSd" diff --git a/po/en.po b/po/en.po index e8849a4..2f51a5e 100644 --- a/po/en.po +++ b/po/en.po @@ -94,3 +94,6 @@ msgstr "Applies only while active" msgid "Main Menu" msgstr "Main Menu" + +msgid "translator-credits" +msgstr "translator-credits" diff --git a/po/et.po b/po/et.po index 9cb55ac..cae9ccf 100644 --- a/po/et.po +++ b/po/et.po @@ -94,3 +94,6 @@ msgstr "Käitumine sulgemisel" msgid "Applies only while active" msgstr "Rakendub ainult aktiivses olekus" + +msgid "translator-credits" +msgstr "Meybo Nõmme https://github.com/meybonomme" diff --git a/po/fr.po b/po/fr.po index 6319f38..2fdc972 100644 --- a/po/fr.po +++ b/po/fr.po @@ -94,3 +94,6 @@ msgstr "S'applique uniquement lorsqu'actif" msgid "Main Menu" msgstr "Menu Principal" + +msgid "translator-credits" +msgstr "Bedis Nbiba https://github.com/sigmaSd" diff --git a/po/it.po b/po/it.po index 71956f8..9a1de0e 100644 --- a/po/it.po +++ b/po/it.po @@ -94,3 +94,6 @@ msgstr "Si applica solo mentre è attivo" msgid "Main Menu" msgstr "Menù principale" + +msgid "translator-credits" +msgstr "Albano Battistella https://github.com/albanobattistella" diff --git a/po/ja.po b/po/ja.po index 4b5b208..9745006 100644 --- a/po/ja.po +++ b/po/ja.po @@ -94,3 +94,6 @@ msgstr "作動中のみ適用されます" msgid "Main Menu" msgstr "メインメニュー" + +msgid "translator-credits" +msgstr "Nicholas La Roux https://github.com/larouxn" diff --git a/po/nl.po b/po/nl.po index c583873..1a79c5a 100644 --- a/po/nl.po +++ b/po/nl.po @@ -104,3 +104,6 @@ msgstr "Alleen indien actief" msgid "Main Menu" msgstr "Hoofdmenu" + +msgid "translator-credits" +msgstr "Heimen Stoffels https://github.com/Vistaus" diff --git a/po/pt_BR.po b/po/pt_BR.po index 2f15912..ad420f5 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -103,3 +103,6 @@ msgstr "Aplica-se apenas enquanto ativo" msgid "Main Menu" msgstr "Menu Principal" + +msgid "translator-credits" +msgstr "Luiz-Fernandes https://github.com/Luiz-C-Lima" diff --git a/po/tr.po b/po/tr.po index 24849c9..57e9a1c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -103,3 +103,6 @@ msgstr "Yalnızca etkinken geçerlidir" msgid "Main Menu" msgstr "Ana Menü" + +msgid "translator-credits" +msgstr "Sabri Ünal" diff --git a/src/consts.ts b/src/consts.ts index c4bd428..024b493 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -35,6 +35,7 @@ export class EN_UI_LABELS { // we don't advertise tray icon support static Show: string; static "Stimulator is running in the backround": string; + static "translator-credits": string; } @translate diff --git a/src/locales/ar/translation.json b/src/locales/ar/translation.json index d0aa31b..e26ff54 100644 --- a/src/locales/ar/translation.json +++ b/src/locales/ar/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "طلب تأكيد", "Behavior on Closing": "السلوك عند الإغلاق", "Applies only while active": "ينطبق فقط أثناء التشغيل", - "Main Menu": "القائمة الرئيسية" + "Main Menu": "القائمة الرئيسية", + "translator-credits": "Bedis Nbiba https://github.com/sigmaSd" } diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json index e1fb25f..39da6cc 100644 --- a/src/locales/en/translation.json +++ b/src/locales/en/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "Ask Confirmation", "Behavior on Closing": "Behavior on Closing", "Applies only while active": "Applies only while active", - "Main Menu": "Main Menu" + "Main Menu": "Main Menu", + "translator-credits": "translator-credits" } diff --git a/src/locales/et/translation.json b/src/locales/et/translation.json index f173e08..92a2a32 100644 --- a/src/locales/et/translation.json +++ b/src/locales/et/translation.json @@ -29,5 +29,6 @@ "Stimulator is running in the backround": "Stimulaator töötab taustal", "Ask Confirmation": "Küsi kinnitust", "Behavior on Closing": "Käitumine sulgemisel", - "Applies only while active": "Rakendub ainult aktiivses olekus" + "Applies only while active": "Rakendub ainult aktiivses olekus", + "translator-credits": "Meybo Nõmme https://github.com/meybonomme" } diff --git a/src/locales/fr/translation.json b/src/locales/fr/translation.json index 3d8bb06..7bd43bb 100644 --- a/src/locales/fr/translation.json +++ b/src/locales/fr/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "Demander confirmation", "Behavior on Closing": "Comportement à la fermeture", "Applies only while active": "S'applique uniquement lorsqu'actif", - "Main Menu": "Menu Principal" + "Main Menu": "Menu Principal", + "translator-credits": "Bedis Nbiba https://github.com/sigmaSd" } diff --git a/src/locales/it/translation.json b/src/locales/it/translation.json index 930425d..4e9244a 100644 --- a/src/locales/it/translation.json +++ b/src/locales/it/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "Chiedi conferma", "Behavior on Closing": "Comportamento alla chiusura", "Applies only while active": "Si applica solo mentre è attivo", - "Main Menu": "Menù principale" + "Main Menu": "Menù principale", + "translator-credits": "Albano Battistella https://github.com/albanobattistella" } diff --git a/src/locales/ja/translation.json b/src/locales/ja/translation.json index 43e42cb..dd3e2ef 100644 --- a/src/locales/ja/translation.json +++ b/src/locales/ja/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "確認する", "Behavior on Closing": "終了する際の設定", "Applies only while active": "作動中のみ適用されます", - "Main Menu": "メインメニュー" + "Main Menu": "メインメニュー", + "translator-credits": "Nicholas La Roux https://github.com/larouxn" } diff --git a/src/locales/nl/translation.json b/src/locales/nl/translation.json index 09f586a..1821369 100644 --- a/src/locales/nl/translation.json +++ b/src/locales/nl/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "Om bevestiging vragen", "Behavior on Closing": "Actie na afsluiten", "Applies only while active": "Alleen indien actief", - "Main Menu": "Hoofdmenu" + "Main Menu": "Hoofdmenu", + "translator-credits": "Heimen Stoffels https://github.com/Vistaus" } diff --git a/src/locales/pt-BR/translation.json b/src/locales/pt-BR/translation.json index da85473..751a884 100644 --- a/src/locales/pt-BR/translation.json +++ b/src/locales/pt-BR/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "Pedir Confirmação", "Behavior on Closing": "Comportamento Durante Fechamento", "Applies only while active": "Aplica-se apenas enquanto ativo", - "Main Menu": "Menu Principal" + "Main Menu": "Menu Principal", + "translator-credits": "Luiz-Fernandes https://github.com/Luiz-C-Lima" } diff --git a/src/locales/tr/translation.json b/src/locales/tr/translation.json index f1f1c62..1f63968 100644 --- a/src/locales/tr/translation.json +++ b/src/locales/tr/translation.json @@ -29,5 +29,6 @@ "Ask Confirmation": "Onay İste", "Behavior on Closing": "Kapatma Davranışı", "Applies only while active": "Yalnızca etkinken geçerlidir", - "Main Menu": "Ana Menü" + "Main Menu": "Ana Menü", + "translator-credits": "Sabri Ünal" } diff --git a/src/main.ts b/src/main.ts index 4590ce1..bc00b3b 100755 --- a/src/main.ts +++ b/src/main.ts @@ -377,6 +377,7 @@ export class MainWindow { dialog.set_developer_name("Bedis Nbiba"); dialog.set_developers(["Bedis Nbiba "]); dialog.set_designers(["Meybo Nõmme "]); + dialog.set_translator_credits(UI_LABELS["translator-credits"]); dialog.set_license_type(Gtk.License.MIT_X11); dialog.set_website("https://github.com/sigmaSd/stimulator"); dialog.set_issue_url(