Pas2JS: improved i18n, regenerated translations and updated Russian translation

This commit is contained in:
Maxim Ganetsky 2022-04-13 01:25:12 +03:00
parent c046f130e9
commit f728d976cb
11 changed files with 39 additions and 6 deletions

View File

@ -141,6 +141,7 @@ begin
CBUseBrowserConsole.Caption:=pjsdUseBrowserConsoleUnitToDisplayWritelnOutput;
CBUseModule.Caption:=pjsCreateAJavascriptModuleInsteadOfAScript;
RunGroupBox.Caption:=pjsdRun;
RBRunServerAt.Caption:=pjsdStartHTTPServerOnPort;
RBRunBrowserWithURL.Caption:=pjsdUseThisURLToStartApplication;
RBRunDefault.Caption:=pjsExecuteRunParameters;

View File

@ -203,6 +203,10 @@ msgstr "Réinitialiser la commande de compilation"
msgid "Reset Run command"
msgstr "Réinitialiser la commande d'exécution"
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr ""
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr "Exécuter la RTL quand toutes les pages de ressources sont totalement chargées"

View File

@ -205,6 +205,10 @@ msgstr "A fordítás parancs alaphelyzetbe állítása"
msgid "Reset Run command"
msgstr "A futtatás parancs alaphelyzetbe állítása"
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr ""
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr "Az RTL csak a lap minden erőforrásának betöltése után induljon"

View File

@ -193,6 +193,10 @@ msgstr ""
msgid "Reset Run command"
msgstr ""
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr ""
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr ""

View File

@ -205,6 +205,10 @@ msgstr "Comando redefinir compilação"
msgid "Reset Run command"
msgstr "Comando redefinir execução"
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr ""
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr "Rodar RTL quando todas as páginas de recursos forem totalmente carregadas"

View File

@ -13,7 +13,7 @@ msgstr ""
#: strpas2jsdesign.pjscreateajavascriptmoduleinsteadofascript
msgid "Create a javascript module instead of a script"
msgstr ""
msgstr "Создать не сценарий, а модуль JavaScript"
#: strpas2jsdesign.pjsdatompackagetemplatedirectory
msgid "Atom package template directory"
@ -206,6 +206,10 @@ msgstr "Сбросить команду компиляции"
msgid "Reset Run command"
msgstr "Сбросить команду запуска"
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr "Запуск"
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr "Запускать RTL после полной загрузки всех ресурсов страницы"
@ -257,10 +261,8 @@ msgid "Use Browser Application object"
msgstr "Использовать объект приложения для браузера"
#: strpas2jsdesign.pjsdusebrowserconsoleunittodisplaywritelnoutput
#, fuzzy
#| msgid "Use Browser Console unit to display writeln() output"
msgid "Use BrowserConsole unit to display writeln() output"
msgstr "Отображать вывод writeln() посредством модуля консоли браузера"
msgstr "Отображать вывод writeln() посредством модуля BrowserConsole"
#: strpas2jsdesign.pjsdusenodejsapplicationobject
msgid "Use NodeJS Application object"
@ -301,11 +303,11 @@ msgstr "Можно использовать макросы IDE, например
#: strpas2jsdesign.pjsexecuterunparameters
msgid "Execute Run Parameters"
msgstr ""
msgstr "Исполнять команду с параметрами запуска"
#: strpas2jsdesign.pjsmakepas2jsproject
msgid "Make pas2js project"
msgstr ""
msgstr "Собрать проект Pas2JS"
#: strpas2jsdesign.pjsrefreshallclassesfromhtml
msgid "Refresh all classes from HTML source"

View File

@ -205,6 +205,10 @@ msgstr ""
msgid "Reset Run command"
msgstr ""
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr ""
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr ""

View File

@ -205,6 +205,10 @@ msgstr "Скинути команду компіляції"
msgid "Reset Run command"
msgstr "Скинути команду запуску"
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr ""
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr "Після повного завантаження всіх ресурсів сторінки запустити RTL"

View File

@ -206,6 +206,10 @@ msgstr ""
msgid "Reset Run command"
msgstr ""
#: strpas2jsdesign.pjsdrun
msgid "Run"
msgstr ""
#: strpas2jsdesign.pjsdrunrtlwhenallpageresourcesarefullyloaded
msgid "Run RTL when all page resources are fully loaded"
msgstr ""

View File

@ -171,6 +171,7 @@ begin
CBUseBrowserConsole.Caption:=pjsdUseBrowserConsoleUnitToDisplayWritelnOutput;
CBRunOnReady.Caption:=pjsdRunRTLWhenAllPageResourcesAreFullyLoaded;
RunGroupBox.Caption:=pjsdRun;
RBStartServerAt.Caption:=pjsdStartHTTPServerOnPort;
RBUseURL.Caption:=pjsdUseThisURLToStartApplication;
RBRunDefault.Caption:=pjsExecuteRunParameters;

View File

@ -60,6 +60,7 @@ Resourcestring
+'to display writeln() output';
pjsdRunRTLWhenAllPageResourcesAreFullyLoaded = 'Run RTL when all page '
+'resources are fully loaded';
pjsdRun = 'Run';
pjsdStartHTTPServerOnPort = 'Start HTTP Server on port';
pjsCreateAJavascriptModuleInsteadOfAScript = 'Create a javascript module '
+'instead of a script';