Skip to content

Commit

Permalink
chore: add new and updated po files (dashpay#426)
Browse files Browse the repository at this point in the history
* docs: update transifex config to include new file

* chore: add new and updated po files
  • Loading branch information
thephez authored Nov 18, 2024
1 parent fbe932d commit c1c64ba
Show file tree
Hide file tree
Showing 196 changed files with 62,568 additions and 42,862 deletions.
6 changes: 6 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,12 @@ source_lang = en
type = PO
minimum_perc = 0

[o:dash:p:dash-docs:r:docs--user--network--dash-evo-tool--index]
file_filter = locale//<lang>/LC_MESSAGES/docs/user/network/dash-evo-tool/index.po
source_file = locale/pot/docs/user/network/dash-evo-tool/index.pot
type = PO
minimum_perc = 0

[o:dash:p:dash-docs:r:docs--user--network--dashmate--index]
file_filter = locale//<lang>/LC_MESSAGES/docs/user/network/dashmate/index.po
source_file = locale/pot/docs/user/network/dashmate/index.pot
Expand Down
234 changes: 127 additions & 107 deletions locale/ar/LC_MESSAGES/docs/user/developers/compiling.po

Large diffs are not rendered by default.

63 changes: 35 additions & 28 deletions locale/ar/LC_MESSAGES/docs/user/developers/insight.po
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-29 10:39-0400\n"
"POT-Creation-Date: 2024-11-18 14:28-0500\n"
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ar\n"
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\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"
"Language: ar\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"
"Generated-By: Babel 2.12.1\n"

#: ../../docs/user/developers/insight.rst-1
#: ../../docs/user/developers/insight.rst:-1
msgid ""
"The open-source Dash Insight REST API provides you with a convenient, "
"powerful and simple way to read data from the Dash network and build your "
"own services with it."
"powerful and simple way to read data from the Dash network and build your"
" own services with it."
msgstr ""

#: ../../docs/user/developers/insight.rst-1
#: ../../docs/user/developers/insight.rst:-1
msgid ""
"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, "
"transactions"
"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, "
"index, transactions"
msgstr ""

#: ../../docs/user/developers/insight.rst:9
Expand All @@ -37,21 +40,21 @@ msgstr ""
#: ../../docs/user/developers/insight.rst:11
msgid ""
"The open-source Dash Insight REST API provides you with a convenient, "
"powerful and simple way to read data from the Dash network and build your "
"own services with it. Simple HTTP endpoints exist for all common operations "
"on the Dash blockchain familiar from the Bitcore Insight API, as well as "
"Dash-specific features such as InstantSend transactions, budget proposals, "
"sporks and the masternode list. This documentation describes how to set up "
"the `Dash Insight API <https://github.com/dashpay/insight-api>`__ server and"
" (optionally) the `Dash Insight UI <https://github.com/dashpay/insight-"
"ui>`__ block explorer."
"powerful and simple way to read data from the Dash network and build your"
" own services with it. Simple HTTP endpoints exist for all common "
"operations on the Dash blockchain familiar from the Bitcore Insight API, "
"as well as Dash-specific features such as InstantSend transactions, "
"budget proposals, sporks and the masternode list. This documentation "
"describes how to set up the `Dash Insight API <https://github.com/dashpay"
"/insight-api>`__ server and (optionally) the `Dash Insight UI "
"<https://github.com/dashpay/insight-ui>`__ block explorer."
msgstr ""

#: ../../docs/user/developers/insight.rst:23
msgid ""
"A standard installation of Ubuntu Linux 20.04 LTS will be used as an "
"environment for the server. We assume you are running as a user with sudo "
"permissions. First update all packages and install some tools and "
"environment for the server. We assume you are running as a user with sudo"
" permissions. First update all packages and install some tools and "
"dependencies::"
msgstr ""

Expand All @@ -78,13 +81,13 @@ msgid "Change the value of ``datadir`` to ``../../.dashcore``"
msgstr ""

#: ../../docs/user/developers/insight.rst:58
msgid "Change the value of ``exec`` to ``../../dashcore-21.1.0/bin/dashd``"
msgid "Change the value of ``exec`` to ``../../dashcore-21.1.1/bin/dashd``"
msgstr ""

#: ../../docs/user/developers/insight.rst:59
msgid ""
"**Optionally** change the value of ``network`` to ``testnet`` if you want to"
" run Insight on testnet"
"**Optionally** change the value of ``network`` to ``testnet`` if you want"
" to run Insight on testnet"
msgstr ""

#: ../../docs/user/developers/insight.rst:62
Expand All @@ -94,11 +97,15 @@ msgstr ""
#: ../../docs/user/developers/insight.rst:66
msgid ""
"Your Insight API node will start up and begin to sync. Progress will be "
"displayed on stdout. Once sync is complete, the `API endpoints listed in the"
" documentation <https://github.com/dashpay/insight-api#api-http-endpoints>`_"
" will be available at::"
"displayed on stdout. Once sync is complete, the `API endpoints listed in "
"the documentation <https://github.com/dashpay/insight-api#api-http-"
"endpoints>`_ will be available at::"
msgstr ""

#: ../../docs/user/developers/insight.rst:73
msgid "The Insight UI block explorer will be available at::"
msgstr ""

#~ msgid "Change the value of ``exec`` to ``../../dashcore-21.1.0/bin/dashd``"
#~ msgstr ""

Loading

0 comments on commit c1c64ba

Please sign in to comment.