Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions locale/ar/LC_MESSAGES/docs/user/developers/compiling.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# Copyright (C) 2025, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
"Last-Translator: Hasna Brania <hasna.brania19@gmail.com>, 2022\n"
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
Expand Down
4 changes: 2 additions & 2 deletions locale/ar/LC_MESSAGES/docs/user/developers/index.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# Copyright (C) 2025, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
"Last-Translator: Hasna Brania <hasna.brania19@gmail.com>, 2022\n"
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
Expand Down
67 changes: 27 additions & 40 deletions locale/ar/LC_MESSAGES/docs/user/developers/insight.po
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# Copyright (C) 2025, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-11-12 12:46-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"
"Generated-By: Babel 2.16.0\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"

#: ../../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 @@ -40,21 +37,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 Down Expand Up @@ -86,8 +83,8 @@ 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 @@ -97,21 +94,11 @@ 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-22.0.0/bin/dashd``"
#~ msgstr ""

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

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# Copyright (C) 2025, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
"PO-Revision-Date: 2023-05-04 16:28+0000\n"
"Last-Translator: Hasna Brania <hasna.brania19@gmail.com>, 2023\n"
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# Copyright (C) 2025, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
"PO-Revision-Date: 2023-05-04 16:28+0000\n"
"Last-Translator: Hasna Brania <hasna.brania19@gmail.com>, 2023\n"
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
Expand Down
4 changes: 2 additions & 2 deletions locale/ar/LC_MESSAGES/docs/user/developers/integration.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# Copyright (C) 2025, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
"Last-Translator: Hasna Brania <hasna.brania19@gmail.com>, 2022\n"
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
Expand Down
20 changes: 10 additions & 10 deletions locale/ar/LC_MESSAGES/docs/user/developers/sporks.po
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2024, Dash Core Group, Inc
# Copyright (C) 2025, Dash Core Group, Inc
# This file is distributed under the same license as the Dash package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
Expand All @@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Dash latest\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
"PO-Revision-Date: 2023-05-04 16:28+0000\n"
"Last-Translator: Hasna Brania <hasna.brania19@gmail.com>, 2023\n"
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
Expand Down Expand Up @@ -84,7 +84,7 @@ msgid ""
"retaining them."
msgstr ""

#: ../../docs/user/developers/sporks.rst:45
#: ../../docs/user/developers/sporks.rst:42
msgid "SPORK_2_INSTANTSEND_ENABLED"
msgstr "SPORK_2_INSTANTSEND_ENABLED"

Expand All @@ -95,7 +95,7 @@ msgid ""
"<https://github.com/dashpay/dips/blob/master/dip-0010.md>`__."
msgstr ""

#: ../../docs/user/developers/sporks.rst:49
#: ../../docs/user/developers/sporks.rst:47
msgid "SPORK_3_INSTANTSEND_BLOCK_FILTERING"
msgstr "SPORK_3_INSTANTSEND_BLOCK_FILTERING"

Expand All @@ -107,7 +107,7 @@ msgstr ""
"في حالة التمكين ، سترفض ماسترنود كتل تحتوي على معاملات في تعارض مع معاملات "
"الإرسال الفوري مؤمنة ولكن غير مؤمنة."

#: ../../docs/user/developers/sporks.rst:53
#: ../../docs/user/developers/sporks.rst:51
msgid "SPORK_9_SUPERBLOCKS_ENABLED"
msgstr "SPORK_9_SUPERBLOCKS_ENABLED"

Expand All @@ -117,7 +117,7 @@ msgid ""
msgstr ""
"إذا تم تمكينها ، يتم التحقق من superblocks وإصدارها لدفع الفائزين بالاقتراح."

#: ../../docs/user/developers/sporks.rst:59
#: ../../docs/user/developers/sporks.rst:55
msgid "SPORK_17_QUORUM_DKG_ENABLED"
msgstr "SPORK_17_QUORUM_DKG_ENABLED"

Expand All @@ -129,7 +129,7 @@ msgid ""
"DKG and DKG-based PoSe."
msgstr ""

#: ../../docs/user/developers/sporks.rst:64
#: ../../docs/user/developers/sporks.rst:61
msgid "SPORK_19_CHAINLOCKS_ENABLED"
msgstr ""

Expand All @@ -141,7 +141,7 @@ msgid ""
"<https://github.com/dashpay/dips/blob/master/dip-0008.md>`__."
msgstr ""

#: ../../docs/user/developers/sporks.rst:68
#: ../../docs/user/developers/sporks.rst:66
msgid "SPORK_21_QUORUM_ALL_CONNECTED"
msgstr ""

Expand All @@ -151,7 +151,7 @@ msgid ""
"signature recovery process."
msgstr ""

#: ../../docs/user/developers/sporks.rst:72
#: ../../docs/user/developers/sporks.rst:70
msgid "SPORK_23_QUORUM_POSE"
msgstr ""

Expand All @@ -161,7 +161,7 @@ msgid ""
"protocol version and maintain open ports."
msgstr ""

#: ../../docs/user/developers/sporks.rst:75
#: ../../docs/user/developers/sporks.rst:74
msgid "SPORK_24_TEST_EHF"
msgstr ""

Expand Down
Loading