Skip to content

Commit 9366a96

Browse files
authored
chore: refresh translations from transifex (#543)
1 parent 2e9e9ff commit 9366a96

File tree

1,064 files changed

+63667
-85170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,064 files changed

+63667
-85170
lines changed

locale/ar/LC_MESSAGES/docs/user/developers/compiling.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2024, Dash Core Group, Inc
2+
# Copyright (C) 2025, Dash Core Group, Inc
33
# This file is distributed under the same license as the Dash package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Dash latest\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
14+
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
1515
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
1616
"Last-Translator: Hasna Brania <[email protected]>, 2022\n"
1717
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"

locale/ar/LC_MESSAGES/docs/user/developers/index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2024, Dash Core Group, Inc
2+
# Copyright (C) 2025, Dash Core Group, Inc
33
# This file is distributed under the same license as the Dash package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Dash latest\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
14+
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
1515
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
1616
"Last-Translator: Hasna Brania <[email protected]>, 2022\n"
1717
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
Lines changed: 27 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,33 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2024, Dash Core Group, Inc
2+
# Copyright (C) 2025, Dash Core Group, Inc
33
# This file is distributed under the same license as the Dash package.
4-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
5-
#
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
66
#, fuzzy
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: Dash latest\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
1212
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
13-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14-
"Language: ar\n"
1513
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
16-
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : "
17-
"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
1814
"MIME-Version: 1.0\n"
19-
"Content-Type: text/plain; charset=utf-8\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
2016
"Content-Transfer-Encoding: 8bit\n"
21-
"Generated-By: Babel 2.16.0\n"
17+
"Language: ar\n"
18+
"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"
2219

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

30-
#: ../../docs/user/developers/insight.rst:-1
27+
#: ../../docs/user/developers/insight.rst-1
3128
msgid ""
32-
"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, "
33-
"index, transactions"
29+
"dash, insight, API, REST, blockchain, explorer, JSON, HTTP, blocks, index, "
30+
"transactions"
3431
msgstr ""
3532

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

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

@@ -86,8 +83,8 @@ msgstr ""
8683

8784
#: ../../docs/user/developers/insight.rst:59
8885
msgid ""
89-
"**Optionally** change the value of ``network`` to ``testnet`` if you want"
90-
" to run Insight on testnet"
86+
"**Optionally** change the value of ``network`` to ``testnet`` if you want to"
87+
" run Insight on testnet"
9188
msgstr ""
9289

9390
#: ../../docs/user/developers/insight.rst:62
@@ -97,21 +94,11 @@ msgstr ""
9794
#: ../../docs/user/developers/insight.rst:66
9895
msgid ""
9996
"Your Insight API node will start up and begin to sync. Progress will be "
100-
"displayed on stdout. Once sync is complete, the `API endpoints listed in "
101-
"the documentation <https://github.com/dashpay/insight-api#api-http-"
102-
"endpoints>`_ will be available at::"
97+
"displayed on stdout. Once sync is complete, the `API endpoints listed in the"
98+
" documentation <https://github.com/dashpay/insight-api#api-http-endpoints>`_"
99+
" will be available at::"
103100
msgstr ""
104101

105102
#: ../../docs/user/developers/insight.rst:73
106103
msgid "The Insight UI block explorer will be available at::"
107104
msgstr ""
108-
109-
#~ msgid "Change the value of ``exec`` to ``../../dashcore-22.0.0/bin/dashd``"
110-
#~ msgstr ""
111-
112-
#~ msgid "Change the value of ``exec`` to ``../../dashcore-22.1.1/bin/dashd``"
113-
#~ msgstr ""
114-
115-
#~ msgid "Change the value of ``exec`` to ``../../dashcore-22.1.3/bin/dashd``"
116-
#~ msgstr ""
117-

locale/ar/LC_MESSAGES/docs/user/developers/integration-apis.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2024, Dash Core Group, Inc
2+
# Copyright (C) 2025, Dash Core Group, Inc
33
# This file is distributed under the same license as the Dash package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Dash latest\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
14+
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
1515
"PO-Revision-Date: 2023-05-04 16:28+0000\n"
1616
"Last-Translator: Hasna Brania <[email protected]>, 2023\n"
1717
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"

locale/ar/LC_MESSAGES/docs/user/developers/integration-sdks.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2024, Dash Core Group, Inc
2+
# Copyright (C) 2025, Dash Core Group, Inc
33
# This file is distributed under the same license as the Dash package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Dash latest\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
14+
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
1515
"PO-Revision-Date: 2023-05-04 16:28+0000\n"
1616
"Last-Translator: Hasna Brania <[email protected]>, 2023\n"
1717
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"

locale/ar/LC_MESSAGES/docs/user/developers/integration.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2024, Dash Core Group, Inc
2+
# Copyright (C) 2025, Dash Core Group, Inc
33
# This file is distributed under the same license as the Dash package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Dash latest\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
14+
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
1515
"PO-Revision-Date: 2022-12-27 18:55+0000\n"
1616
"Last-Translator: Hasna Brania <[email protected]>, 2022\n"
1717
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"

locale/ar/LC_MESSAGES/docs/user/developers/sporks.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2024, Dash Core Group, Inc
2+
# Copyright (C) 2025, Dash Core Group, Inc
33
# This file is distributed under the same license as the Dash package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Dash latest\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-12-16 12:42-0500\n"
15+
"POT-Creation-Date: 2025-11-12 12:46-0500\n"
1616
"PO-Revision-Date: 2023-05-04 16:28+0000\n"
1717
"Last-Translator: Hasna Brania <[email protected]>, 2023\n"
1818
"Language-Team: Arabic (https://app.transifex.com/dash/teams/37570/ar/)\n"
@@ -84,7 +84,7 @@ msgid ""
8484
"retaining them."
8585
msgstr ""
8686

87-
#: ../../docs/user/developers/sporks.rst:45
87+
#: ../../docs/user/developers/sporks.rst:42
8888
msgid "SPORK_2_INSTANTSEND_ENABLED"
8989
msgstr "SPORK_2_INSTANTSEND_ENABLED"
9090

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

98-
#: ../../docs/user/developers/sporks.rst:49
98+
#: ../../docs/user/developers/sporks.rst:47
9999
msgid "SPORK_3_INSTANTSEND_BLOCK_FILTERING"
100100
msgstr "SPORK_3_INSTANTSEND_BLOCK_FILTERING"
101101

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

110-
#: ../../docs/user/developers/sporks.rst:53
110+
#: ../../docs/user/developers/sporks.rst:51
111111
msgid "SPORK_9_SUPERBLOCKS_ENABLED"
112112
msgstr "SPORK_9_SUPERBLOCKS_ENABLED"
113113

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

120-
#: ../../docs/user/developers/sporks.rst:59
120+
#: ../../docs/user/developers/sporks.rst:55
121121
msgid "SPORK_17_QUORUM_DKG_ENABLED"
122122
msgstr "SPORK_17_QUORUM_DKG_ENABLED"
123123

@@ -129,7 +129,7 @@ msgid ""
129129
"DKG and DKG-based PoSe."
130130
msgstr ""
131131

132-
#: ../../docs/user/developers/sporks.rst:64
132+
#: ../../docs/user/developers/sporks.rst:61
133133
msgid "SPORK_19_CHAINLOCKS_ENABLED"
134134
msgstr ""
135135

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

144-
#: ../../docs/user/developers/sporks.rst:68
144+
#: ../../docs/user/developers/sporks.rst:66
145145
msgid "SPORK_21_QUORUM_ALL_CONNECTED"
146146
msgstr ""
147147

@@ -151,7 +151,7 @@ msgid ""
151151
"signature recovery process."
152152
msgstr ""
153153

154-
#: ../../docs/user/developers/sporks.rst:72
154+
#: ../../docs/user/developers/sporks.rst:70
155155
msgid "SPORK_23_QUORUM_POSE"
156156
msgstr ""
157157

@@ -161,7 +161,7 @@ msgid ""
161161
"protocol version and maintain open ports."
162162
msgstr ""
163163

164-
#: ../../docs/user/developers/sporks.rst:75
164+
#: ../../docs/user/developers/sporks.rst:74
165165
msgid "SPORK_24_TEST_EHF"
166166
msgstr ""
167167

0 commit comments

Comments
 (0)