diff --git a/docs/i18n/ar/LC_MESSAGES/for_developers/development.po b/docs/i18n/ar/LC_MESSAGES/for_developers/development.po index 76fc1556b..85354d532 100644 --- a/docs/i18n/ar/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/ar/LC_MESSAGES/for_developers/development.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: Alex Zvoleff , 2022\n" "Language: ar\n" @@ -146,6 +146,7 @@ msgid "Python" msgstr "Python" #: ../../source/for_developers/development.rst:64 +#, fuzzy msgid "" "The plugin is coded in Python. In addition to being used to run the " "plugin through QGIS, Python is also used to support managing the plugin " @@ -155,7 +156,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" "البرنامج الملحق تم برمجته في Python. بالإضافة إلى استخدامه لتشغيل " @@ -429,14 +430,15 @@ msgstr "" "Python الذي تقوم بتشغيله على جهازك، استخدم ::" #: ../../source/for_developers/development.rst:208 +#, fuzzy msgid "" "You will need a C++ compiler for the above command to work. On Windows, " "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" "ستحتاج إلى مجمّع C ++ حتى يعمل الأمر أعلاه. في نظام التشغيل Windows، راجع" " `this github page " @@ -524,9 +526,10 @@ msgid "Deploying the development version ZIP file" msgstr "نشر ملف ZIP الخاص بتطوير إصدار" #: ../../source/for_developers/development.rst:260 +#, fuzzy msgid "" -"The Trends.Earth GitHub page gives a link a ZIP file that allows users " -"who may not be developers to access the development version of " +"The Trends.Earth GitHub page gives a link to a ZIP file that allows users" +" who may not be developers to access the development version of " "Trends.Earth. To create a ZIP file and make it available on that page " "(the ZIP file is stored on S3), run::" msgstr "" @@ -806,14 +809,16 @@ msgid "Editing vector layer templates" msgstr "تعديل قوالب vector layer" #: ../../source/for_developers/development.rst:419 +#, fuzzy msgid "" -"Trends.Earth allow users to digitize new vector features to delineate " +"Trends.Earth allows users to digitize new vector features to delineate " "areas of special interest." msgstr "" "Trends.Earth يسمح للمستخدمين برقمنة ميزات vector الجديدة لتحديد المناطق " "ذات الأهمية الخاصة." #: ../../source/for_developers/development.rst:422 +#, fuzzy msgid "" "For now only \"false positive/negative\" layers are supported, but more " "can be added if necessary. Any vector layer is created from the template " @@ -823,8 +828,8 @@ msgid "" " code is added as a suffix to the file name. This is necessary to provide" " localized labels in the attribute forms. When creation of the vector " "layer is requested QGIS will look for the template file taking QGIS " -"locale into accont, as a fall-back option English version of the template" -" file is used." +"locale into account, as a fall-back option English version of the " +"template file is used." msgstr "" "في الوقت الحالي يتم دعم الطبقات \"الإيجابية/ السلبية الخاطئة\" فقط، ولكن " "يمكن إضافة المزيد إذا لزم الأمر. يتم إنشاء أي طبقة متجهة من ملفات قالب " @@ -836,10 +841,11 @@ msgstr "" "استخدام نسخة إنجليزية للخيار الخلفي من ملف القالب." #: ../../source/for_developers/development.rst:433 +#, fuzzy msgid "" "To change schema of the layer it is necessary to change corresponding " "template files in the ``data/error_recode`` folder of the plugin " -"installation directory. Also template file contains a buil-in default " +"installation directory. Also template file contains a built-in default " "styling and attribute form configuration which will be automatically " "applied to the layer when loading into QGIS." msgstr "" @@ -901,12 +907,13 @@ msgstr "" "العضوي للتربة (``land_*`` fields)." #: ../../source/for_developers/development.rst:488 +#, fuzzy msgid "" "Calculation of area percentage is done with custom expression function, " "its code can be found in the file ``charts.py`` in the plugin root " "directory. Function optimized to work with large polygons and uses " "following workflow. For a given geometry find a bbox and extract raster " -"susbset using this bbox. Perform in-memory geometry rasterization and " +"subset using this bbox. Perform in-memory geometry rasterization and " "apply it as a mask to raster. Then count number of pixels which have " "specific value and calculate percentage. As pixel counting is built on " "numpy array functions it is very fast even for big polygons." @@ -1781,11 +1788,12 @@ msgstr "" "بينما سيتم استخدام النسخة المترجمة عند توفرها." #: ../../source/for_developers/development.rst:929 +#, fuzzy msgid "" "There is another folder, ``docs\\\\source\\\\static``, that is used to " "hold resources temporarily while running the scripts that build the " -"Trends.Earth documenation. You may have images listed under that folder " -"if you have ever built the documenation on that machine. **This folder " +"Trends.Earth documentation. You may have images listed under that folder " +"if you have ever built the documentation on that machine. **This folder " "should never be used to add new resources** - new resources should always" " go under ``docs\\\\resources\\\\en`` or, for translated images, the " "appropriate language-specific folder under ``docs\\\\resources``." diff --git a/docs/i18n/es/LC_MESSAGES/for_developers/development.po b/docs/i18n/es/LC_MESSAGES/for_developers/development.po index 42d1bd445..ef8f88bb7 100644 --- a/docs/i18n/es/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/es/LC_MESSAGES/for_developers/development.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: Alex Zvoleff , 2022\n" "Language: es\n" @@ -149,6 +149,7 @@ msgid "Python" msgstr "Python" #: ../../source/for_developers/development.rst:64 +#, fuzzy msgid "" "The plugin is coded in Python. In addition to being used to run the " "plugin through QGIS, Python is also used to support managing the plugin " @@ -158,7 +159,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" "El complemento está codificado en Python. Además de usarse para ejecutar " @@ -452,14 +453,15 @@ msgstr "" "use::" #: ../../source/for_developers/development.rst:208 +#, fuzzy msgid "" "You will need a C++ compiler for the above command to work. On Windows, " "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" "Necesitará un compilador de C ++ para que funcione el comando anterior. " "En Windows, vea `esta página de github " @@ -549,9 +551,10 @@ msgid "Deploying the development version ZIP file" msgstr "Implementación del archivo ZIP de la versión de desarrollo" #: ../../source/for_developers/development.rst:260 +#, fuzzy msgid "" -"The Trends.Earth GitHub page gives a link a ZIP file that allows users " -"who may not be developers to access the development version of " +"The Trends.Earth GitHub page gives a link to a ZIP file that allows users" +" who may not be developers to access the development version of " "Trends.Earth. To create a ZIP file and make it available on that page " "(the ZIP file is stored on S3), run::" msgstr "" @@ -846,14 +849,16 @@ msgid "Editing vector layer templates" msgstr "Edición de plantillas de capas vectoriales" #: ../../source/for_developers/development.rst:419 +#, fuzzy msgid "" -"Trends.Earth allow users to digitize new vector features to delineate " +"Trends.Earth allows users to digitize new vector features to delineate " "areas of special interest." msgstr "" "Trends.Earth permite a los usuarios digitalizar nuevas características " "vectoriales para delinear áreas de interés especial." #: ../../source/for_developers/development.rst:422 +#, fuzzy msgid "" "For now only \"false positive/negative\" layers are supported, but more " "can be added if necessary. Any vector layer is created from the template " @@ -863,8 +868,8 @@ msgid "" " code is added as a suffix to the file name. This is necessary to provide" " localized labels in the attribute forms. When creation of the vector " "layer is requested QGIS will look for the template file taking QGIS " -"locale into accont, as a fall-back option English version of the template" -" file is used." +"locale into account, as a fall-back option English version of the " +"template file is used." msgstr "" "Por ahora sólo se soportan las capas «falso positivo/negativo», pero se " "pueden añadir más si es necesario. Cualquier capa vectorial se crea a " @@ -880,10 +885,11 @@ msgstr "" "archivo de plantilla.\n" #: ../../source/for_developers/development.rst:433 +#, fuzzy msgid "" "To change schema of the layer it is necessary to change corresponding " "template files in the ``data/error_recode`` folder of the plugin " -"installation directory. Also template file contains a buil-in default " +"installation directory. Also template file contains a built-in default " "styling and attribute form configuration which will be automatically " "applied to the layer when loading into QGIS." msgstr "" @@ -948,12 +954,13 @@ msgstr "" "(``land_*`` fields) y al carbono orgánico del suelo (``soil_*`` fields)." #: ../../source/for_developers/development.rst:488 +#, fuzzy msgid "" "Calculation of area percentage is done with custom expression function, " "its code can be found in the file ``charts.py`` in the plugin root " "directory. Function optimized to work with large polygons and uses " "following workflow. For a given geometry find a bbox and extract raster " -"susbset using this bbox. Perform in-memory geometry rasterization and " +"subset using this bbox. Perform in-memory geometry rasterization and " "apply it as a mask to raster. Then count number of pixels which have " "specific value and calculate percentage. As pixel counting is built on " "numpy array functions it is very fast even for big polygons." @@ -1887,11 +1894,12 @@ msgstr "" "una versión localizada cuando esté disponible." #: ../../source/for_developers/development.rst:929 +#, fuzzy msgid "" "There is another folder, ``docs\\\\source\\\\static``, that is used to " "hold resources temporarily while running the scripts that build the " -"Trends.Earth documenation. You may have images listed under that folder " -"if you have ever built the documenation on that machine. **This folder " +"Trends.Earth documentation. You may have images listed under that folder " +"if you have ever built the documentation on that machine. **This folder " "should never be used to add new resources** - new resources should always" " go under ``docs\\\\resources\\\\en`` or, for translated images, the " "appropriate language-specific folder under ``docs\\\\resources``." diff --git a/docs/i18n/fa/LC_MESSAGES/for_developers/development.po b/docs/i18n/fa/LC_MESSAGES/for_developers/development.po index a59809ebe..6030b85d6 100644 --- a/docs/i18n/fa/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/fa/LC_MESSAGES/for_developers/development.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: FULL NAME \n" "Language: fa\n" @@ -129,7 +129,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" @@ -316,9 +316,9 @@ msgid "" "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" #: ../../source/for_developers/development.rst:216 @@ -377,8 +377,8 @@ msgstr "" #: ../../source/for_developers/development.rst:260 msgid "" -"The Trends.Earth GitHub page gives a link a ZIP file that allows users " -"who may not be developers to access the development version of " +"The Trends.Earth GitHub page gives a link to a ZIP file that allows users" +" who may not be developers to access the development version of " "Trends.Earth. To create a ZIP file and make it available on that page " "(the ZIP file is stored on S3), run::" msgstr "" @@ -575,7 +575,7 @@ msgstr "" #: ../../source/for_developers/development.rst:419 msgid "" -"Trends.Earth allow users to digitize new vector features to delineate " +"Trends.Earth allows users to digitize new vector features to delineate " "areas of special interest." msgstr "" @@ -589,15 +589,15 @@ msgid "" " code is added as a suffix to the file name. This is necessary to provide" " localized labels in the attribute forms. When creation of the vector " "layer is requested QGIS will look for the template file taking QGIS " -"locale into accont, as a fall-back option English version of the template" -" file is used." +"locale into account, as a fall-back option English version of the " +"template file is used." msgstr "" #: ../../source/for_developers/development.rst:433 msgid "" "To change schema of the layer it is necessary to change corresponding " "template files in the ``data/error_recode`` folder of the plugin " -"installation directory. Also template file contains a buil-in default " +"installation directory. Also template file contains a built-in default " "styling and attribute form configuration which will be automatically " "applied to the layer when loading into QGIS." msgstr "" @@ -648,7 +648,7 @@ msgid "" "its code can be found in the file ``charts.py`` in the plugin root " "directory. Function optimized to work with large polygons and uses " "following workflow. For a given geometry find a bbox and extract raster " -"susbset using this bbox. Perform in-memory geometry rasterization and " +"subset using this bbox. Perform in-memory geometry rasterization and " "apply it as a mask to raster. Then count number of pixels which have " "specific value and calculate percentage. As pixel counting is built on " "numpy array functions it is very fast even for big polygons." @@ -1293,8 +1293,8 @@ msgstr "" msgid "" "There is another folder, ``docs\\\\source\\\\static``, that is used to " "hold resources temporarily while running the scripts that build the " -"Trends.Earth documenation. You may have images listed under that folder " -"if you have ever built the documenation on that machine. **This folder " +"Trends.Earth documentation. You may have images listed under that folder " +"if you have ever built the documentation on that machine. **This folder " "should never be used to add new resources** - new resources should always" " go under ``docs\\\\resources\\\\en`` or, for translated images, the " "appropriate language-specific folder under ``docs\\\\resources``." @@ -1422,3 +1422,125 @@ msgstr "" #~ msgid "iconReports" #~ msgstr "" +#~ msgid "" +#~ "The plugin is coded in Python. In" +#~ " addition to being used to run " +#~ "the plugin through QGIS, Python is " +#~ "also used to support managing the " +#~ "plugin (changing the version, installing " +#~ "development versions, etc.). Though Python " +#~ "is included with QGIS, you will " +#~ "also need a local version of " +#~ "Python that you can setup with the" +#~ " software needed to manage the " +#~ "plugin. The easiest way to manage " +#~ "multiple versions of Python is through" +#~ " the `Anaconda distribution " +#~ "`_. For work developing" +#~ " the plugin, Python 3 is required." +#~ " To download Python 3.7 (recommended) " +#~ "though Anaconda, `see this page " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "You will need a C++ compiler for" +#~ " the above command to work. On " +#~ "Windows, see `this github page " +#~ "`_ " +#~ "for details on how to install the" +#~ " Microsoft Visual C++ compiler needed " +#~ "for you Python version. On MacOS, " +#~ "you will most likely need to " +#~ "install Xcode. On Linux, install the " +#~ "appropriate version of GCC." +#~ msgstr "" + +#~ msgid "" +#~ "The Trends.Earth GitHub page gives a " +#~ "link a ZIP file that allows users" +#~ " who may not be developers to " +#~ "access the development version of " +#~ "Trends.Earth. To create a ZIP file " +#~ "and make it available on that page" +#~ " (the ZIP file is stored on " +#~ "S3), run::" +#~ msgstr "" + +#~ msgid "" +#~ "Trends.Earth allow users to digitize new" +#~ " vector features to delineate areas " +#~ "of special interest." +#~ msgstr "" + +#~ msgid "" +#~ "For now only \"false positive/negative\" " +#~ "layers are supported, but more can " +#~ "be added if necessary. Any vector " +#~ "layer is created from the template " +#~ "GeoPackage files, which can be found " +#~ "inside the ``data/error_recode`` folder of " +#~ "the plugin installation directory. For " +#~ "each vector type there are 6 " +#~ "template files, one for each UN " +#~ "official language. The ISO language code" +#~ " is added as a suffix to the" +#~ " file name. This is necessary to " +#~ "provide localized labels in the " +#~ "attribute forms. When creation of the" +#~ " vector layer is requested QGIS will" +#~ " look for the template file taking" +#~ " QGIS locale into accont, as a " +#~ "fall-back option English version of " +#~ "the template file is used." +#~ msgstr "" + +#~ msgid "" +#~ "To change schema of the layer it" +#~ " is necessary to change corresponding " +#~ "template files in the ``data/error_recode``" +#~ " folder of the plugin installation " +#~ "directory. Also template file contains a" +#~ " buil-in default styling and " +#~ "attribute form configuration which will " +#~ "be automatically applied to the layer" +#~ " when loading into QGIS." +#~ msgstr "" + +#~ msgid "" +#~ "Calculation of area percentage is done" +#~ " with custom expression function, its " +#~ "code can be found in the file " +#~ "``charts.py`` in the plugin root " +#~ "directory. Function optimized to work " +#~ "with large polygons and uses following" +#~ " workflow. For a given geometry find" +#~ " a bbox and extract raster susbset" +#~ " using this bbox. Perform in-memory" +#~ " geometry rasterization and apply it " +#~ "as a mask to raster. Then count" +#~ " number of pixels which have specific" +#~ " value and calculate percentage. As " +#~ "pixel counting is built on numpy " +#~ "array functions it is very fast " +#~ "even for big polygons." +#~ msgstr "" + +#~ msgid "" +#~ "There is another folder, " +#~ "``docs\\\\source\\\\static``, that is used to" +#~ " hold resources temporarily while running" +#~ " the scripts that build the " +#~ "Trends.Earth documenation. You may have " +#~ "images listed under that folder if " +#~ "you have ever built the documenation " +#~ "on that machine. **This folder should" +#~ " never be used to add new " +#~ "resources** - new resources should " +#~ "always go under ``docs\\\\resources\\\\en`` " +#~ "or, for translated images, the " +#~ "appropriate language-specific folder under " +#~ "``docs\\\\resources``." +#~ msgstr "" + diff --git a/docs/i18n/fr/LC_MESSAGES/for_developers/development.po b/docs/i18n/fr/LC_MESSAGES/for_developers/development.po index 74b420ef4..9c0392290 100644 --- a/docs/i18n/fr/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/fr/LC_MESSAGES/for_developers/development.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: Alex Zvoleff , 2022\n" "Language: fr\n" @@ -150,6 +150,7 @@ msgid "Python" msgstr "Python" #: ../../source/for_developers/development.rst:64 +#, fuzzy msgid "" "The plugin is coded in Python. In addition to being used to run the " "plugin through QGIS, Python is also used to support managing the plugin " @@ -159,7 +160,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" "Le module d'extension est codé en Python. En plus d'être utilisé pour " @@ -459,14 +460,15 @@ msgstr "" "machine, utilisez ::" #: ../../source/for_developers/development.rst:208 +#, fuzzy msgid "" "You will need a C++ compiler for the above command to work. On Windows, " "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" "Vous aurez besoin d'un compilateur C++ pour que la commande ci-dessus " "fonctionne. Sous Windows, consultez « cette page github " @@ -558,9 +560,10 @@ msgid "Deploying the development version ZIP file" msgstr "Déploiement du fichier ZIP de la version de développement" #: ../../source/for_developers/development.rst:260 +#, fuzzy msgid "" -"The Trends.Earth GitHub page gives a link a ZIP file that allows users " -"who may not be developers to access the development version of " +"The Trends.Earth GitHub page gives a link to a ZIP file that allows users" +" who may not be developers to access the development version of " "Trends.Earth. To create a ZIP file and make it available on that page " "(the ZIP file is stored on S3), run::" msgstr "" @@ -860,14 +863,16 @@ msgid "Editing vector layer templates" msgstr "Modification des modèles de couches vectorielles" #: ../../source/for_developers/development.rst:419 +#, fuzzy msgid "" -"Trends.Earth allow users to digitize new vector features to delineate " +"Trends.Earth allows users to digitize new vector features to delineate " "areas of special interest." msgstr "" "Trends.Earth permet aux utilisateurs de numériser de nouveaux éléments " "vectoriels pour délimiter des zones d'intérêt particulier." #: ../../source/for_developers/development.rst:422 +#, fuzzy msgid "" "For now only \"false positive/negative\" layers are supported, but more " "can be added if necessary. Any vector layer is created from the template " @@ -877,8 +882,8 @@ msgid "" " code is added as a suffix to the file name. This is necessary to provide" " localized labels in the attribute forms. When creation of the vector " "layer is requested QGIS will look for the template file taking QGIS " -"locale into accont, as a fall-back option English version of the template" -" file is used." +"locale into account, as a fall-back option English version of the " +"template file is used." msgstr "" "Pour l'instant, seules les couches « faux positifs/négatifs » sont " "supportées, mais d'autres peuvent être ajoutées si nécessaire. Toute " @@ -894,10 +899,11 @@ msgstr "" " modèle est utilisée." #: ../../source/for_developers/development.rst:433 +#, fuzzy msgid "" "To change schema of the layer it is necessary to change corresponding " "template files in the ``data/error_recode`` folder of the plugin " -"installation directory. Also template file contains a buil-in default " +"installation directory. Also template file contains a built-in default " "styling and attribute form configuration which will be automatically " "applied to the layer when loading into QGIS." msgstr "" @@ -963,12 +969,13 @@ msgstr "" "(champs « land_* ») et au carbone organique du sol (champs « soil_* »)." #: ../../source/for_developers/development.rst:488 +#, fuzzy msgid "" "Calculation of area percentage is done with custom expression function, " "its code can be found in the file ``charts.py`` in the plugin root " "directory. Function optimized to work with large polygons and uses " "following workflow. For a given geometry find a bbox and extract raster " -"susbset using this bbox. Perform in-memory geometry rasterization and " +"subset using this bbox. Perform in-memory geometry rasterization and " "apply it as a mask to raster. Then count number of pixels which have " "specific value and calculate percentage. As pixel counting is built on " "numpy array functions it is very fast even for big polygons." @@ -1914,11 +1921,12 @@ msgstr "" " utilisée lorsqu'elle sera disponible." #: ../../source/for_developers/development.rst:929 +#, fuzzy msgid "" "There is another folder, ``docs\\\\source\\\\static``, that is used to " "hold resources temporarily while running the scripts that build the " -"Trends.Earth documenation. You may have images listed under that folder " -"if you have ever built the documenation on that machine. **This folder " +"Trends.Earth documentation. You may have images listed under that folder " +"if you have ever built the documentation on that machine. **This folder " "should never be used to add new resources** - new resources should always" " go under ``docs\\\\resources\\\\en`` or, for translated images, the " "appropriate language-specific folder under ``docs\\\\resources``." diff --git a/docs/i18n/pt/LC_MESSAGES/for_developers/development.po b/docs/i18n/pt/LC_MESSAGES/for_developers/development.po index e01074037..ca67a27dd 100644 --- a/docs/i18n/pt/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/pt/LC_MESSAGES/for_developers/development.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: Alex Zvoleff , 2022\n" "Language: pt\n" @@ -149,6 +149,7 @@ msgid "Python" msgstr "Python" #: ../../source/for_developers/development.rst:64 +#, fuzzy msgid "" "The plugin is coded in Python. In addition to being used to run the " "plugin through QGIS, Python is also used to support managing the plugin " @@ -158,7 +159,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" "O plugin é codificado em Python. Além de ser usado para executar o plugin" @@ -442,14 +443,15 @@ msgstr "" "versão Python que você está executando em sua máquina, use:" #: ../../source/for_developers/development.rst:208 +#, fuzzy msgid "" "You will need a C++ compiler for the above command to work. On Windows, " "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" "Você precisará de um compilador C ++ para que o comando acima funcione. " "No Windows, consulte `esta página do github " @@ -539,9 +541,10 @@ msgid "Deploying the development version ZIP file" msgstr "Implementando o Arquivo ZIP da versão em desenvolvimento" #: ../../source/for_developers/development.rst:260 +#, fuzzy msgid "" -"The Trends.Earth GitHub page gives a link a ZIP file that allows users " -"who may not be developers to access the development version of " +"The Trends.Earth GitHub page gives a link to a ZIP file that allows users" +" who may not be developers to access the development version of " "Trends.Earth. To create a ZIP file and make it available on that page " "(the ZIP file is stored on S3), run::" msgstr "" @@ -833,14 +836,16 @@ msgid "Editing vector layer templates" msgstr "A editar modelos de camada vetorial" #: ../../source/for_developers/development.rst:419 +#, fuzzy msgid "" -"Trends.Earth allow users to digitize new vector features to delineate " +"Trends.Earth allows users to digitize new vector features to delineate " "areas of special interest." msgstr "" "O Trends.Earth permite aos utilizadores digitalizarem novas " "características vetoriais, para delinear áreas de especial interesse." #: ../../source/for_developers/development.rst:422 +#, fuzzy msgid "" "For now only \"false positive/negative\" layers are supported, but more " "can be added if necessary. Any vector layer is created from the template " @@ -850,8 +855,8 @@ msgid "" " code is added as a suffix to the file name. This is necessary to provide" " localized labels in the attribute forms. When creation of the vector " "layer is requested QGIS will look for the template file taking QGIS " -"locale into accont, as a fall-back option English version of the template" -" file is used." +"locale into account, as a fall-back option English version of the " +"template file is used." msgstr "" "Por agora apenas são suportadas camadas \"falsos positivos/negativos\", " "mas podem ser adicionadas mais se necessário. Qualquer camada de vector é" @@ -866,10 +871,11 @@ msgstr "" "utilizada a versão em Inglês do ficheiro modelo." #: ../../source/for_developers/development.rst:433 +#, fuzzy msgid "" "To change schema of the layer it is necessary to change corresponding " "template files in the ``data/error_recode`` folder of the plugin " -"installation directory. Also template file contains a buil-in default " +"installation directory. Also template file contains a built-in default " "styling and attribute form configuration which will be automatically " "applied to the layer when loading into QGIS." msgstr "" @@ -933,12 +939,13 @@ msgstr "" "``land_*``) e ao carbono orgânico do solo (campos ``soil_*``)." #: ../../source/for_developers/development.rst:488 +#, fuzzy msgid "" "Calculation of area percentage is done with custom expression function, " "its code can be found in the file ``charts.py`` in the plugin root " "directory. Function optimized to work with large polygons and uses " "following workflow. For a given geometry find a bbox and extract raster " -"susbset using this bbox. Perform in-memory geometry rasterization and " +"subset using this bbox. Perform in-memory geometry rasterization and " "apply it as a mask to raster. Then count number of pixels which have " "specific value and calculate percentage. As pixel counting is built on " "numpy array functions it is very fast even for big polygons." @@ -1859,11 +1866,12 @@ msgstr "" "será usada quando disponível." #: ../../source/for_developers/development.rst:929 +#, fuzzy msgid "" "There is another folder, ``docs\\\\source\\\\static``, that is used to " "hold resources temporarily while running the scripts that build the " -"Trends.Earth documenation. You may have images listed under that folder " -"if you have ever built the documenation on that machine. **This folder " +"Trends.Earth documentation. You may have images listed under that folder " +"if you have ever built the documentation on that machine. **This folder " "should never be used to add new resources** - new resources should always" " go under ``docs\\\\resources\\\\en`` or, for translated images, the " "appropriate language-specific folder under ``docs\\\\resources``." diff --git a/docs/i18n/ru/LC_MESSAGES/for_developers/development.po b/docs/i18n/ru/LC_MESSAGES/for_developers/development.po index 9e575bd89..bdeb9f612 100644 --- a/docs/i18n/ru/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/ru/LC_MESSAGES/for_developers/development.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: Alex Zvoleff , 2022\n" "Language: ru\n" @@ -148,6 +148,7 @@ msgid "Python" msgstr "Python" #: ../../source/for_developers/development.rst:64 +#, fuzzy msgid "" "The plugin is coded in Python. In addition to being used to run the " "plugin through QGIS, Python is also used to support managing the plugin " @@ -157,7 +158,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" "Плагин кодирован в Python. Вдобавок к тому, что он используется для " @@ -444,14 +445,15 @@ msgstr "" "компьютере, используйте::" #: ../../source/for_developers/development.rst:208 +#, fuzzy msgid "" "You will need a C++ compiler for the above command to work. On Windows, " "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" "Для того чтобы приведенная выше команда работала, вам потребуется " "компилятор C++. Для Windows зайдите на `эту страницу github " @@ -541,9 +543,10 @@ msgid "Deploying the development version ZIP file" msgstr "Внедрение файла ZIP разрабатываемой версии " #: ../../source/for_developers/development.rst:260 +#, fuzzy msgid "" -"The Trends.Earth GitHub page gives a link a ZIP file that allows users " -"who may not be developers to access the development version of " +"The Trends.Earth GitHub page gives a link to a ZIP file that allows users" +" who may not be developers to access the development version of " "Trends.Earth. To create a ZIP file and make it available on that page " "(the ZIP file is stored on S3), run::" msgstr "" @@ -831,14 +834,16 @@ msgid "Editing vector layer templates" msgstr "Редактирование шаблонов векторных слоёв" #: ../../source/for_developers/development.rst:419 +#, fuzzy msgid "" -"Trends.Earth allow users to digitize new vector features to delineate " +"Trends.Earth allows users to digitize new vector features to delineate " "areas of special interest." msgstr "" "Trends.Earth позволяет пользователям оцифровывать новые векторные " "признаки для определения областей особых интересов." #: ../../source/for_developers/development.rst:422 +#, fuzzy msgid "" "For now only \"false positive/negative\" layers are supported, but more " "can be added if necessary. Any vector layer is created from the template " @@ -848,8 +853,8 @@ msgid "" " code is added as a suffix to the file name. This is necessary to provide" " localized labels in the attribute forms. When creation of the vector " "layer is requested QGIS will look for the template file taking QGIS " -"locale into accont, as a fall-back option English version of the template" -" file is used." +"locale into account, as a fall-back option English version of the " +"template file is used." msgstr "" "На сегодняшний день поддерживаются только слои \"ложного " "срабатывания/несрабатывания\", но при необходимости можно добавить " @@ -864,10 +869,11 @@ msgstr "" "макетного файла на английском языке." #: ../../source/for_developers/development.rst:433 +#, fuzzy msgid "" "To change schema of the layer it is necessary to change corresponding " "template files in the ``data/error_recode`` folder of the plugin " -"installation directory. Also template file contains a buil-in default " +"installation directory. Also template file contains a built-in default " "styling and attribute form configuration which will be automatically " "applied to the layer when loading into QGIS." msgstr "" @@ -932,12 +938,13 @@ msgstr "" "fields)." #: ../../source/for_developers/development.rst:488 +#, fuzzy msgid "" "Calculation of area percentage is done with custom expression function, " "its code can be found in the file ``charts.py`` in the plugin root " "directory. Function optimized to work with large polygons and uses " "following workflow. For a given geometry find a bbox and extract raster " -"susbset using this bbox. Perform in-memory geometry rasterization and " +"subset using this bbox. Perform in-memory geometry rasterization and " "apply it as a mask to raster. Then count number of pixels which have " "specific value and calculate percentage. As pixel counting is built on " "numpy array functions it is very fast even for big polygons." @@ -1845,11 +1852,12 @@ msgstr "" "локализованной версии, будет использована она. " #: ../../source/for_developers/development.rst:929 +#, fuzzy msgid "" "There is another folder, ``docs\\\\source\\\\static``, that is used to " "hold resources temporarily while running the scripts that build the " -"Trends.Earth documenation. You may have images listed under that folder " -"if you have ever built the documenation on that machine. **This folder " +"Trends.Earth documentation. You may have images listed under that folder " +"if you have ever built the documentation on that machine. **This folder " "should never be used to add new resources** - new resources should always" " go under ``docs\\\\resources\\\\en`` or, for translated images, the " "appropriate language-specific folder under ``docs\\\\resources``." diff --git a/docs/i18n/sw/LC_MESSAGES/for_developers/development.po b/docs/i18n/sw/LC_MESSAGES/for_developers/development.po index 3c6a362eb..c4767dcfb 100644 --- a/docs/i18n/sw/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/sw/LC_MESSAGES/for_developers/development.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: Alex Zvoleff , 2022\n" "Language: sw\n" @@ -134,7 +134,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" @@ -321,9 +321,9 @@ msgid "" "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" #: ../../source/for_developers/development.rst:216 @@ -382,8 +382,8 @@ msgstr "" #: ../../source/for_developers/development.rst:260 msgid "" -"The Trends.Earth GitHub page gives a link a ZIP file that allows users " -"who may not be developers to access the development version of " +"The Trends.Earth GitHub page gives a link to a ZIP file that allows users" +" who may not be developers to access the development version of " "Trends.Earth. To create a ZIP file and make it available on that page " "(the ZIP file is stored on S3), run::" msgstr "" @@ -580,7 +580,7 @@ msgstr "" #: ../../source/for_developers/development.rst:419 msgid "" -"Trends.Earth allow users to digitize new vector features to delineate " +"Trends.Earth allows users to digitize new vector features to delineate " "areas of special interest." msgstr "" @@ -594,15 +594,15 @@ msgid "" " code is added as a suffix to the file name. This is necessary to provide" " localized labels in the attribute forms. When creation of the vector " "layer is requested QGIS will look for the template file taking QGIS " -"locale into accont, as a fall-back option English version of the template" -" file is used." +"locale into account, as a fall-back option English version of the " +"template file is used." msgstr "" #: ../../source/for_developers/development.rst:433 msgid "" "To change schema of the layer it is necessary to change corresponding " "template files in the ``data/error_recode`` folder of the plugin " -"installation directory. Also template file contains a buil-in default " +"installation directory. Also template file contains a built-in default " "styling and attribute form configuration which will be automatically " "applied to the layer when loading into QGIS." msgstr "" @@ -653,7 +653,7 @@ msgid "" "its code can be found in the file ``charts.py`` in the plugin root " "directory. Function optimized to work with large polygons and uses " "following workflow. For a given geometry find a bbox and extract raster " -"susbset using this bbox. Perform in-memory geometry rasterization and " +"subset using this bbox. Perform in-memory geometry rasterization and " "apply it as a mask to raster. Then count number of pixels which have " "specific value and calculate percentage. As pixel counting is built on " "numpy array functions it is very fast even for big polygons." @@ -1298,8 +1298,8 @@ msgstr "" msgid "" "There is another folder, ``docs\\\\source\\\\static``, that is used to " "hold resources temporarily while running the scripts that build the " -"Trends.Earth documenation. You may have images listed under that folder " -"if you have ever built the documenation on that machine. **This folder " +"Trends.Earth documentation. You may have images listed under that folder " +"if you have ever built the documentation on that machine. **This folder " "should never be used to add new resources** - new resources should always" " go under ``docs\\\\resources\\\\en`` or, for translated images, the " "appropriate language-specific folder under ``docs\\\\resources``." @@ -1427,3 +1427,125 @@ msgstr "" #~ msgid "iconReports" #~ msgstr "" +#~ msgid "" +#~ "The plugin is coded in Python. In" +#~ " addition to being used to run " +#~ "the plugin through QGIS, Python is " +#~ "also used to support managing the " +#~ "plugin (changing the version, installing " +#~ "development versions, etc.). Though Python " +#~ "is included with QGIS, you will " +#~ "also need a local version of " +#~ "Python that you can setup with the" +#~ " software needed to manage the " +#~ "plugin. The easiest way to manage " +#~ "multiple versions of Python is through" +#~ " the `Anaconda distribution " +#~ "`_. For work developing" +#~ " the plugin, Python 3 is required." +#~ " To download Python 3.7 (recommended) " +#~ "though Anaconda, `see this page " +#~ "`_." +#~ msgstr "" + +#~ msgid "" +#~ "You will need a C++ compiler for" +#~ " the above command to work. On " +#~ "Windows, see `this github page " +#~ "`_ " +#~ "for details on how to install the" +#~ " Microsoft Visual C++ compiler needed " +#~ "for you Python version. On MacOS, " +#~ "you will most likely need to " +#~ "install Xcode. On Linux, install the " +#~ "appropriate version of GCC." +#~ msgstr "" + +#~ msgid "" +#~ "The Trends.Earth GitHub page gives a " +#~ "link a ZIP file that allows users" +#~ " who may not be developers to " +#~ "access the development version of " +#~ "Trends.Earth. To create a ZIP file " +#~ "and make it available on that page" +#~ " (the ZIP file is stored on " +#~ "S3), run::" +#~ msgstr "" + +#~ msgid "" +#~ "Trends.Earth allow users to digitize new" +#~ " vector features to delineate areas " +#~ "of special interest." +#~ msgstr "" + +#~ msgid "" +#~ "For now only \"false positive/negative\" " +#~ "layers are supported, but more can " +#~ "be added if necessary. Any vector " +#~ "layer is created from the template " +#~ "GeoPackage files, which can be found " +#~ "inside the ``data/error_recode`` folder of " +#~ "the plugin installation directory. For " +#~ "each vector type there are 6 " +#~ "template files, one for each UN " +#~ "official language. The ISO language code" +#~ " is added as a suffix to the" +#~ " file name. This is necessary to " +#~ "provide localized labels in the " +#~ "attribute forms. When creation of the" +#~ " vector layer is requested QGIS will" +#~ " look for the template file taking" +#~ " QGIS locale into accont, as a " +#~ "fall-back option English version of " +#~ "the template file is used." +#~ msgstr "" + +#~ msgid "" +#~ "To change schema of the layer it" +#~ " is necessary to change corresponding " +#~ "template files in the ``data/error_recode``" +#~ " folder of the plugin installation " +#~ "directory. Also template file contains a" +#~ " buil-in default styling and " +#~ "attribute form configuration which will " +#~ "be automatically applied to the layer" +#~ " when loading into QGIS." +#~ msgstr "" + +#~ msgid "" +#~ "Calculation of area percentage is done" +#~ " with custom expression function, its " +#~ "code can be found in the file " +#~ "``charts.py`` in the plugin root " +#~ "directory. Function optimized to work " +#~ "with large polygons and uses following" +#~ " workflow. For a given geometry find" +#~ " a bbox and extract raster susbset" +#~ " using this bbox. Perform in-memory" +#~ " geometry rasterization and apply it " +#~ "as a mask to raster. Then count" +#~ " number of pixels which have specific" +#~ " value and calculate percentage. As " +#~ "pixel counting is built on numpy " +#~ "array functions it is very fast " +#~ "even for big polygons." +#~ msgstr "" + +#~ msgid "" +#~ "There is another folder, " +#~ "``docs\\\\source\\\\static``, that is used to" +#~ " hold resources temporarily while running" +#~ " the scripts that build the " +#~ "Trends.Earth documenation. You may have " +#~ "images listed under that folder if " +#~ "you have ever built the documenation " +#~ "on that machine. **This folder should" +#~ " never be used to add new " +#~ "resources** - new resources should " +#~ "always go under ``docs\\\\resources\\\\en`` " +#~ "or, for translated images, the " +#~ "appropriate language-specific folder under " +#~ "``docs\\\\resources``." +#~ msgstr "" + diff --git a/docs/i18n/zh/LC_MESSAGES/for_developers/development.po b/docs/i18n/zh/LC_MESSAGES/for_developers/development.po index 13d8f7499..b97c8ea1d 100644 --- a/docs/i18n/zh/LC_MESSAGES/for_developers/development.po +++ b/docs/i18n/zh/LC_MESSAGES/for_developers/development.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Trends.Earth 2.0rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-10-30 04:02+0000\n" +"POT-Creation-Date: 2023-12-01 04:02+0000\n" "PO-Revision-Date: 2022-05-26 11:56+0000\n" "Last-Translator: Alex Zvoleff , 2022\n" "Language: zh\n" @@ -132,6 +132,7 @@ msgid "Python" msgstr "Python" #: ../../source/for_developers/development.rst:64 +#, fuzzy msgid "" "The plugin is coded in Python. In addition to being used to run the " "plugin through QGIS, Python is also used to support managing the plugin " @@ -141,7 +142,7 @@ msgid "" "The easiest way to manage multiple versions of Python is through the " "`Anaconda distribution `_. For work developing " "the plugin, Python 3 is required. To download Python 3.7 (recommended) " -"though Anaconda, `see this page `_." msgstr "" "该插件是用Python编码的。除了用于通过QGIS运行该插件外,Python还用于支持管理该插件(改变版本、安装开发版本等)。虽然Python包含在QGIS中,但您也需要一个本地版本的Python,可以用管理插件所需的软件来设置。管理多个Python版本的最简单方法是通过`Anaconda" @@ -350,14 +351,15 @@ msgid "" msgstr "要为你的机器上运行的操作系统、位数(32/64位)和Python版本生成预编译的二进制文件,使用:" #: ../../source/for_developers/development.rst:208 +#, fuzzy msgid "" "You will need a C++ compiler for the above command to work. On Windows, " "see `this github page " "`_ for details " -"on how to install the Microsoft Visual C++ compiler needed for you Python" -" version. On MacOS, you will most likely need to install Xcode. On Linux," -" install the appropriate version of GCC." +"on how to install the Microsoft Visual C++ compiler needed for your " +"Python version. On MacOS, you will most likely need to install Xcode. On " +"Linux, install the appropriate version of GCC." msgstr "" "你需要一个C++编译器才能使上述命令生效。在Windows上,请参阅`这个github页面