Skip to content

Commit

Permalink
refactor: pdate broken link (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jul 21, 2023
2 parents 6c1cf86 + 07cc1ea commit 9449d3c
Show file tree
Hide file tree
Showing 48 changed files with 24,063 additions and 5,123 deletions.
134 changes: 103 additions & 31 deletions docs/source/_locale/ar/LC_MESSAGES/cli/gdrive.po
Original file line number Diff line number Diff line change
@@ -1,72 +1,144 @@

msgid ""
msgstr ""
"Project-Id-Version: sepal-doc\n"
"Project-Id-Version: sepal-doc\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-17 17:25+0100\n"
"PO-Revision-Date: 2023-01-21 16:20\n"
"POT-Creation-Date: 2023-07-20 15:44+0000\n"
"PO-Revision-Date: 2023-01-21 16:20+0000\n"
"Last-Translator: \n"
"Language: ar_SA\n"
"Language-Team: Arabic\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.11.0\n"
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
"X-Crowdin-Project: sepal-doc\n"
"X-Crowdin-Project-ID: 562097\n"
"X-Crowdin-Language: ar\n"
"X-Crowdin-File: /main/docs/source/_locale/en/LC_MESSAGES/cli/gdrive.po\n"
"X-Crowdin-File-ID: 43\n"
"Language: ar_SA\n"
"Generated-By: Babel 2.12.1\n"

#: ../../source/cli/gdrive.rst:2
msgid "Google Drive"
msgstr ""

#: ../../source/cli/gdrive.rst:5
msgid "The `drive` CLI is a utility that allows managing the Google Drive account from the SEPAL console, to read the full documentation please refer to the Readme file directly in the GitHub repository https://github.com/odeke-em/drive."
#: ../../source/cli/gdrive.rst:4
msgid ""
"The **Drive** CLI is a utility that allows managing a Google Drive "
"account from the SEPAL console (for more information, see the Readme file"
" directly in the GitHub repository https://github.com/odeke-em/drive)."
msgstr ""

#: ../../source/cli/gdrive.rst:8
#: ../../source/cli/gdrive.rst:7
msgid "Usage"
msgstr ""

#: ../../source/cli/gdrive.rst:11
#: ../../source/cli/gdrive.rst:10
msgid "Initialize drive connection"
msgstr ""

#: ../../source/cli/gdrive.rst:13
msgid "Before running any of the drive commands, you have to start a session, to do so, run the following line:"
#: ../../source/cli/gdrive.rst:12
msgid ""
"Before running any of the **Drive** commands, start a session by running "
"the following line:"
msgstr ""

#: ../../source/cli/gdrive.rst:19
msgid "As result, an URL will be displayed in the terminal, visit it by copying and pasting it in your browser. Log-in to your Google account and, \"trust the connection\" by clicking the \"allow\" button. An authorization code will be displayed, copy it and paste it into the Sepal terminal. Now you are ready to use the :code:`drive` CLI tool."
#: ../../source/cli/gdrive.rst:18
msgid ""
"Copy the URL that is displayed in the terminal and paste it into your "
"browser. Log in to your Google account and \"trust the connection\" by "
"selecting the \"allow\" button. An authorization code will be displayed; "
"copy and paste it into the SEPAL terminal. You are now ready to use the "
":code:`Drive` CLI tool."
msgstr ""

#: ../../source/cli/gdrive.rst:23
msgid "The authorization token will expire on every session, this process has to be repeated each time you want to use the :code:`drive` command tool."
#: ../../source/cli/gdrive.rst:22
msgid ""
"Since the authorization token will expire every session, this process has"
" to be repeated each time you want to use the :code:`Drive` command tool."
msgstr ""

#: ../../source/cli/gdrive.rst:26
#: ../../source/cli/gdrive.rst:25
msgid "Upload files"
msgstr ""

#: ../../source/cli/gdrive.rst:28
msgid "You can upload files from your SEPAL environment by using the :code:`push` command."
#: ../../source/cli/gdrive.rst:27
msgid ""
"You can upload files from your SEPAL environment by using the "
":code:`Push` command."
msgstr ""

#: ../../source/cli/gdrive.rst:41
#: ../../source/cli/gdrive.rst:38
msgid "Download files"
msgstr ""

#: ../../source/cli/gdrive.rst:43
msgid "To download files, use the :code:`pull` command. This command will create files that doesn't exist locally but does remotely."
#: ../../source/cli/gdrive.rst:40
msgid ""
"To download files, use the :code:`Pull` command. This command will create"
" files that don't exist locally but do remotely."
msgstr ""

#: ../../source/cli/gdrive.rst:53
msgid "This command will syncronize the files that are not present in your sepal session but are present in your Google Drive account folder."
#: ../../source/cli/gdrive.rst:50
msgid ""
"This command will syncronize the files that are not present in your SEPAL"
" session but are present in your Google Drive account folder."
msgstr ""

#: ../../source/cli/gdrive.rst:56
#: ../../source/cli/gdrive.rst:53
msgid "Additional commands"
msgstr ""

#~ msgid ""
#~ "The `drive` CLI is a utility that"
#~ " allows managing the Google Drive "
#~ "account from the SEPAL console, to "
#~ "read the full documentation please refer"
#~ " to the Readme file directly in "
#~ "the GitHub repository https://github.com/odeke-"
#~ "em/drive."
#~ msgstr ""

#~ msgid ""
#~ "Before running any of the drive "
#~ "commands, you have to start a "
#~ "session, to do so, run the "
#~ "following line:"
#~ msgstr ""

#~ msgid ""
#~ "As result, an URL will be "
#~ "displayed in the terminal, visit it "
#~ "by copying and pasting it in your"
#~ " browser. Log-in to your Google "
#~ "account and, \"trust the connection\" by"
#~ " clicking the \"allow\" button. An "
#~ "authorization code will be displayed, "
#~ "copy it and paste it into the "
#~ "Sepal terminal. Now you are ready "
#~ "to use the :code:`drive` CLI tool."
#~ msgstr ""

#~ msgid ""
#~ "The authorization token will expire on"
#~ " every session, this process has to"
#~ " be repeated each time you want "
#~ "to use the :code:`drive` command tool."
#~ msgstr ""

#~ msgid ""
#~ "You can upload files from your "
#~ "SEPAL environment by using the "
#~ ":code:`push` command."
#~ msgstr ""

#~ msgid ""
#~ "To download files, use the :code:`pull`"
#~ " command. This command will create "
#~ "files that doesn't exist locally but "
#~ "does remotely."
#~ msgstr ""

#~ msgid ""
#~ "This command will syncronize the files"
#~ " that are not present in your "
#~ "sepal session but are present in "
#~ "your Google Drive account folder."
#~ msgstr ""

144 changes: 116 additions & 28 deletions docs/source/_locale/ar/LC_MESSAGES/modules/dwn/damage_proxy_map.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,42 @@ msgid ""
msgstr ""
"Project-Id-Version: SEPAL \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-01-21 09:55+0000\n"
"POT-Creation-Date: 2023-07-20 15:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.11.0\n"
"Generated-By: Babel 2.12.1\n"

#: ../../source/modules/dwn/damage_proxy_map.rst:2
msgid "Damage Proxy Maps"
msgid "Damage proxy maps"
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:4
msgid "**Damage Proxy Maps based on Coherence Change Detection**"
msgid "**Damage proxy maps based on coherence change detection**"
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:6
msgid ""
"This module provides a fully-automated workflow for the creation of "
"Damage Proxy Maps based on the method of Coherent Change Detection (CCD) "
"with Sentinel-1 SLC data as described by `Tay et al. 2020 "
"damage proxy maps based on the method of coherent change detection (CCD) "
"with Sentinel-1 SLC data, as described by `Tay *et al.* (2020) "
"<https://www.nature.com/articles/s41597-020-0443-5>`_."
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:8
msgid ""
"The output data files consist of the Damage Proxy Map as GeoTiff "
"(*dmp_...tif*) and KMZ (*dmp_...kmz*) file, as well as the raw CCD values"
" in GeoTiff (*CCD_...tif*) and GeoJSON (*CCD_...geojson*) format."
"The output data files consist of the damage proxy map as GeoTiff "
"(*dmp_...tif*) and KMZ (*dmp_...kmz*) files, as well as the raw CCD "
"values in GeoTiff (*CCD_...tif*) and GeoJSON (*CCD_...geojson*) formats."
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:10
msgid ""
"The files are found within a **newly created folder**. The folder name is"
" based on the name of your AOI and the event date."
"The files are found within a newly created folder. The folder name is "
"based on the name of your AOI and the event date."
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:14
Expand All @@ -59,7 +59,7 @@ msgid "**50 GB of free disk space**"
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:19
msgid "The two steps of the process are explained in the following section:"
msgid "The two steps of the process are explained in the following section."
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:22
Expand All @@ -69,17 +69,17 @@ msgstr ""
#: ../../source/modules/dwn/damage_proxy_map.rst:24
msgid ""
"Using the provided AOI selector, select an AOI of your choice between the"
" different methods available in the tool. We provide 3 administration "
"descriptions (from level 0 to 2) and 3 custom shapes (drawn directly on "
"the map or ogr compatible files)."
" different methods available in the tool. We provide three administration"
" descriptions (from Level 0 to Level 2) and three custom shapes (drawn "
"directly on the map or OGR-compatible files)."
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:28
msgid "aoi selector"
msgid "AOI selector"
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:31
msgid "Pameters"
msgid "Parameters"
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:33
Expand All @@ -88,31 +88,119 @@ msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:34
msgid ""
"copernicus credentials: Provide your scihub credentials for search and "
"Copernicus credentials: Provide your Sci-Hub credentials for search and "
"download of the relevant Sentinel-1 scenes. If you do not have an "
"account, go to `Copernicus Scihub <https://scihub.copernicus.eu/>`_ and "
"register."
"account, register with `Copernicus Sci-Hub "
"<https://scihub.copernicus.eu/>`_."
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:36
msgid ""
"Clicking this button will trigger the full workflow. Some of the steps "
"may take a while (e.g. download, processing), so be patient. If you "
"suffer from an instable internet connection, make sure to set the minimum"
" runtime of your instance to 2 hours. Otherwise make sure to keep the "
"connection to the SEPAL website (i.e. do not close browser or browser "
"tab)."
"Selecting this button will trigger the full workflow (Note: Some of the "
"steps may take a while, such as downloading and processing, so if you "
"have an unstable internet connection, set the minimum runtime of your "
"instance to two hours; otherwise, stay connected to the SEPAL website by "
"neither closing your browser or browser tab.)"
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:40
msgid ""
"If the processing did not finish, you can re-run the module with the same"
"If the processing does not finish, you can rerun the module with the same"
" parameters, and the processing will continue from where it stopped."
msgstr ""

#: ../../source/modules/dwn/damage_proxy_map.rst:42
msgid ""
"Once the computation is finished the result files will be stored in the "
"Once the computation is finished, the result files will be stored in the "
":code:`module_results/Damage_proxy_map/<aoi name>_<event date>/` folder."
msgstr ""

#~ msgid "Damage Proxy Maps"
#~ msgstr ""

#~ msgid "**Damage Proxy Maps based on Coherence Change Detection**"
#~ msgstr ""

#~ msgid ""
#~ "This module provides a fully-automated"
#~ " workflow for the creation of Damage"
#~ " Proxy Maps based on the method "
#~ "of Coherent Change Detection (CCD) with"
#~ " Sentinel-1 SLC data as described by"
#~ " `Tay et al. 2020 "
#~ "<https://www.nature.com/articles/s41597-020-0443-5>`_."
#~ msgstr ""

#~ msgid ""
#~ "The output data files consist of "
#~ "the Damage Proxy Map as GeoTiff "
#~ "(*dmp_...tif*) and KMZ (*dmp_...kmz*) file,"
#~ " as well as the raw CCD values"
#~ " in GeoTiff (*CCD_...tif*) and GeoJSON "
#~ "(*CCD_...geojson*) format."
#~ msgstr ""

#~ msgid ""
#~ "The files are found within a "
#~ "**newly created folder**. The folder "
#~ "name is based on the name of "
#~ "your AOI and the event date."
#~ msgstr ""

#~ msgid "The two steps of the process are explained in the following section:"
#~ msgstr ""

#~ msgid ""
#~ "Using the provided AOI selector, select"
#~ " an AOI of your choice between "
#~ "the different methods available in the"
#~ " tool. We provide 3 administration "
#~ "descriptions (from level 0 to 2) "
#~ "and 3 custom shapes (drawn directly "
#~ "on the map or ogr compatible "
#~ "files)."
#~ msgstr ""

#~ msgid "aoi selector"
#~ msgstr ""

#~ msgid "Pameters"
#~ msgstr ""

#~ msgid ""
#~ "copernicus credentials: Provide your scihub"
#~ " credentials for search and download "
#~ "of the relevant Sentinel-1 scenes. If"
#~ " you do not have an account, go"
#~ " to `Copernicus Scihub "
#~ "<https://scihub.copernicus.eu/>`_ and register."
#~ msgstr ""

#~ msgid ""
#~ "Clicking this button will trigger the"
#~ " full workflow. Some of the steps "
#~ "may take a while (e.g. download, "
#~ "processing), so be patient. If you "
#~ "suffer from an instable internet "
#~ "connection, make sure to set the "
#~ "minimum runtime of your instance to "
#~ "2 hours. Otherwise make sure to "
#~ "keep the connection to the SEPAL "
#~ "website (i.e. do not close browser "
#~ "or browser tab)."
#~ msgstr ""

#~ msgid ""
#~ "If the processing did not finish, "
#~ "you can re-run the module with "
#~ "the same parameters, and the processing"
#~ " will continue from where it stopped."
#~ msgstr ""

#~ msgid ""
#~ "Once the computation is finished the "
#~ "result files will be stored in the"
#~ " :code:`module_results/Damage_proxy_map/<aoi name>_<event "
#~ "date>/` folder."
#~ msgstr ""

Loading

0 comments on commit 9449d3c

Please sign in to comment.