mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 21:57:26 -04:00
Compare commits
80 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6206e3d4c5 | ||
|
|
496e69b5ce | ||
|
|
057b5cdec7 | ||
|
|
f5792cc8fc | ||
|
|
07499bb96a | ||
|
|
dc58f0c2b5 | ||
|
|
eb94aef791 | ||
|
|
2b443eda93 | ||
|
|
ea58857b43 | ||
|
|
5029baec33 | ||
|
|
7b792ee19f | ||
|
|
29b59d3901 | ||
|
|
eb26b37b86 | ||
|
|
f7bbdd3044 | ||
|
|
d85f3eae7c | ||
|
|
5f46c41598 | ||
|
|
377c56d4a4 | ||
|
|
5bb24cfc92 | ||
|
|
b40363cd88 | ||
|
|
a412ab7b80 | ||
|
|
cd46edb23f | ||
|
|
9d43cf3b44 | ||
|
|
08f61e25de | ||
|
|
acaf0f525d | ||
|
|
08c424cbc8 | ||
|
|
fa560ad0a0 | ||
|
|
ccec187ed6 | ||
|
|
ddb51583d3 | ||
|
|
fec309b907 | ||
|
|
e91552ab3c | ||
|
|
8efddfbb77 | ||
|
|
d89ff0fea1 | ||
|
|
ba39119aab | ||
|
|
834e617736 | ||
|
|
f63b098b61 | ||
|
|
35bf427159 | ||
|
|
a11eab5bb7 | ||
|
|
d06a16f7da | ||
|
|
122ed15e11 | ||
|
|
c691fc1915 | ||
|
|
82c9a02447 | ||
|
|
f4e58f1aad | ||
|
|
cc32479662 | ||
|
|
9272767e4e | ||
|
|
3102118e38 | ||
|
|
5b725a4f20 | ||
|
|
82d925a1d8 | ||
|
|
520a4f4260 | ||
|
|
5732245dac | ||
|
|
ee6bcdb7d0 | ||
|
|
2cb8f9fd2e | ||
|
|
9ca81e6413 | ||
|
|
56d6e38f85 | ||
|
|
562f711e64 | ||
|
|
ed64160716 | ||
|
|
ca0978e094 | ||
|
|
fdfd387e80 | ||
|
|
6df6ad636c | ||
|
|
275c3df302 | ||
|
|
f6beb48f5e | ||
|
|
427b161606 | ||
|
|
25426c5430 | ||
|
|
92240564bc | ||
|
|
3314dbd79f | ||
|
|
253944186b | ||
|
|
fa0e444db0 | ||
|
|
5ba724b7fa | ||
|
|
6e3f2f6777 | ||
|
|
fd03f083bd | ||
|
|
8c5b403b7c | ||
|
|
7dab8e509f | ||
|
|
290339a22d | ||
|
|
63478b1c48 | ||
|
|
7db6695768 | ||
|
|
a9fe150778 | ||
|
|
f37efc48a0 | ||
|
|
e551454fea | ||
|
|
bcbf50a5bf | ||
|
|
d003b255b9 | ||
|
|
4a8545c99f |
40
README.md
40
README.md
@@ -69,11 +69,11 @@ Packaging for your favorite distribution would be a welcome contribution!
|
||||
|
||||
### On Linux:
|
||||
|
||||
(Tested on Ubuntu 16.04 x86, 16.10 x64, Gentoo x64 and Linux Mint 18 "Sarah" - Cinnamon x64)
|
||||
(Tested on Ubuntu 17.10 x64, Ubuntu 18.04 x64 and Gentoo x64)
|
||||
|
||||
1. Install Monero dependencies
|
||||
|
||||
- For Ubuntu and Mint
|
||||
- For Debian distributions (Debian, Ubuntu, Mint, Tails...)
|
||||
|
||||
`sudo apt install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev`
|
||||
|
||||
@@ -81,27 +81,13 @@ Packaging for your favorite distribution would be a welcome contribution!
|
||||
|
||||
`sudo emerge app-arch/xz-utils app-doc/doxygen dev-cpp/gtest dev-libs/boost dev-libs/expat dev-libs/openssl dev-util/cmake media-gfx/graphviz net-dns/unbound net-libs/ldns net-libs/miniupnpc net-libs/zeromq sys-libs/libunwind`
|
||||
|
||||
2. Grab an up-to-date copy of the monero-gui repository
|
||||
2. Install Qt:
|
||||
|
||||
`git clone https://github.com/monero-project/monero-gui.git`
|
||||
*Note*: Qt 5.7 is the minimum version required to build the GUI. This makes **some** distributions (mostly based on debian, like Ubuntu 16.x or Linux Mint 18.x) obsolete. You can still build the GUI if you install an [official Qt release](https://wiki.qt.io/Install_Qt_5_on_Ubuntu), but this is not officially supported.
|
||||
|
||||
3. Go into the repository
|
||||
- For Ubuntu 17.10+
|
||||
|
||||
`cd monero-gui`
|
||||
|
||||
4. Install the GUI dependencies
|
||||
|
||||
- For Ubuntu 16.04 x86
|
||||
|
||||
`sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qt-labs-folderlistmodel qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs`
|
||||
|
||||
- For Ubuntu 16.04+ x64
|
||||
|
||||
`sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs qml-module-qt-labs-settings libqt5qml-graphicaleffects`
|
||||
|
||||
- For Linux Mint 18 "Sarah" - Cinnamon x64
|
||||
|
||||
`sudo apt install qml-module-qt-labs-settings qml-module-qtgraphicaleffects`
|
||||
`sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-xmllistmodel qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel qttools5-dev-tools`
|
||||
|
||||
- For Gentoo
|
||||
|
||||
@@ -109,7 +95,7 @@ Packaging for your favorite distribution would be a welcome contribution!
|
||||
|
||||
- Optional : To build the flag `WITH_SCANNER`
|
||||
|
||||
- For Ubuntu and Mint
|
||||
- For Ubuntu
|
||||
|
||||
`sudo apt install qtmultimedia5-dev qml-module-qtmultimedia libzbar-dev`
|
||||
|
||||
@@ -119,15 +105,17 @@ Packaging for your favorite distribution would be a welcome contribution!
|
||||
|
||||
`emerge dev-qt/qtmultimedia:5 media-gfx/zbar`
|
||||
|
||||
5. Build the GUI
|
||||
|
||||
- For Ubuntu and Mint
|
||||
3. Clone repository
|
||||
|
||||
`./build.sh`
|
||||
`git clone https://github.com/monero-project/monero-gui.git`
|
||||
|
||||
- For Gentoo
|
||||
4. Build
|
||||
|
||||
`QT_SELECT=5 ./build.sh`
|
||||
```
|
||||
cd monero-gui
|
||||
./build.sh
|
||||
```
|
||||
|
||||
The executable can be found in the build/release/bin folder.
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtGraphicalEffects 1.0
|
||||
import "." 1.0
|
||||
|
||||
RowLayout {
|
||||
@@ -40,6 +41,7 @@ RowLayout {
|
||||
property int fontSize: 14 * scaleRatio
|
||||
property alias fontColor: label.color
|
||||
property int textMargin: 8 * scaleRatio
|
||||
property bool darkDropIndicator: false
|
||||
signal clicked()
|
||||
height: 25 * scaleRatio
|
||||
|
||||
@@ -74,12 +76,19 @@ RowLayout {
|
||||
anchors.left: label.right
|
||||
anchors.leftMargin: textMargin
|
||||
color: "transparent"
|
||||
rotation: checkBox.checked ? 180 * scaleRatio : 0
|
||||
|
||||
Image {
|
||||
id: indicatorImage
|
||||
anchors.centerIn: parent
|
||||
source: "../images/whiteDropIndicator.png"
|
||||
rotation: checkBox.checked ? 180 * scaleRatio : 0
|
||||
visible: !darkDropIndicator
|
||||
}
|
||||
ColorOverlay {
|
||||
anchors.fill: indicatorImage
|
||||
source: indicatorImage
|
||||
color: "#FF000000"
|
||||
visible: darkDropIndicator
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -150,9 +150,9 @@ Window {
|
||||
textArea.append(_timestamp + " " + _msg);
|
||||
|
||||
// scroll to bottom
|
||||
if(flickable.contentHeight > content.height){
|
||||
flickable.contentY = flickable.contentHeight + 20;
|
||||
}
|
||||
//if(flickable.contentHeight > content.height){
|
||||
// flickable.contentY = flickable.contentHeight + 20;
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -213,4 +213,4 @@ Window {
|
||||
color: "#2F2F2F"
|
||||
z: 2
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,10 +3,10 @@ pragma Singleton
|
||||
import QtQuick 2.5
|
||||
|
||||
QtObject {
|
||||
property QtObject fontMedium: FontLoader { id: _fontMedium; source: "qrc:/fonts/SFUIDisplay-Medium.otf"; }
|
||||
property QtObject fontBold: FontLoader { id: _fontBold; source: "qrc:/fonts/SFUIDisplay-Bold.otf"; }
|
||||
property QtObject fontLight: FontLoader { id: _fontLight; source: "qrc:/fonts/SFUIDisplay-Light.otf"; }
|
||||
property QtObject fontRegular: FontLoader { id: _fontRegular; source: "qrc:/fonts/SFUIDisplay-Regular.otf"; }
|
||||
property QtObject fontMedium: FontLoader { id: _fontMedium; source: "qrc:/fonts/Roboto-Medium.ttf"; }
|
||||
property QtObject fontBold: FontLoader { id: _fontBold; source: "qrc:/fonts/Roboto-Bold.ttf"; }
|
||||
property QtObject fontLight: FontLoader { id: _fontLight; source: "qrc:/fonts/Roboto-Light.ttf"; }
|
||||
property QtObject fontRegular: FontLoader { id: _fontRegular; source: "qrc:/fonts/Roboto-Regular.ttf"; }
|
||||
|
||||
property string grey: "#404040"
|
||||
|
||||
|
||||
202
fonts/LICENSE.txt
Normal file
202
fonts/LICENSE.txt
Normal file
@@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
BIN
fonts/Roboto-Bold.ttf
Normal file
BIN
fonts/Roboto-Bold.ttf
Normal file
Binary file not shown.
BIN
fonts/Roboto-Light.ttf
Normal file
BIN
fonts/Roboto-Light.ttf
Normal file
Binary file not shown.
BIN
fonts/Roboto-Medium.ttf
Normal file
BIN
fonts/Roboto-Medium.ttf
Normal file
Binary file not shown.
BIN
fonts/Roboto-Regular.ttf
Normal file
BIN
fonts/Roboto-Regular.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -17,7 +17,7 @@ if [ ! -d $MONERO_DIR/src ]; then
|
||||
fi
|
||||
git submodule update --remote
|
||||
git -C $MONERO_DIR fetch
|
||||
git -C $MONERO_DIR checkout release-v0.12
|
||||
git -C $MONERO_DIR checkout v0.12.3.0
|
||||
|
||||
# get monero core tag
|
||||
get_tag
|
||||
|
||||
BIN
images/createWalletFromDevice.png
Executable file
BIN
images/createWalletFromDevice.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 3.6 KiB |
7
main.qml
7
main.qml
@@ -331,7 +331,7 @@ ApplicationWindow {
|
||||
currentDaemonAddress = localDaemonAddress
|
||||
|
||||
console.log("initializing with daemon address: ", currentDaemonAddress)
|
||||
currentWallet.initAsync(currentDaemonAddress, 0, persistentSettings.is_recovering, persistentSettings.restore_height);
|
||||
currentWallet.initAsync(currentDaemonAddress, 0, persistentSettings.is_recovering, persistentSettings.is_recovering_from_device, persistentSettings.restore_height);
|
||||
}
|
||||
|
||||
function walletPath() {
|
||||
@@ -358,6 +358,10 @@ ApplicationWindow {
|
||||
middlePanel.updateStatus();
|
||||
leftPanel.networkStatus.connected = status
|
||||
|
||||
// update local daemon status
|
||||
if(!isMobile && walletManager.isDaemonLocal(appWindow.persistentSettings.daemon_address))
|
||||
daemonRunning = status;
|
||||
|
||||
// Update fee multiplier dropdown on transfer page
|
||||
middlePanel.transferView.updatePriorityDropdown();
|
||||
|
||||
@@ -1010,6 +1014,7 @@ ApplicationWindow {
|
||||
property string payment_id
|
||||
property int restore_height : 0
|
||||
property bool is_recovering : false
|
||||
property bool is_recovering_from_device : false
|
||||
property bool customDecorations : true
|
||||
property string daemonFlags
|
||||
property int logLevel: 0
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
# qml components require at least QT 5.7.0
|
||||
lessThan (QT_MAJOR_VERSION, 5) | lessThan (QT_MINOR_VERSION, 7) {
|
||||
error("Can't build with Qt $${QT_VERSION}. Use at least Qt 5.7.0")
|
||||
}
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
QT += qml quick widgets
|
||||
@@ -240,6 +245,7 @@ win32 {
|
||||
-lssl \
|
||||
-lcrypto \
|
||||
-Wl,-Bdynamic \
|
||||
-lwinscard \
|
||||
-lws2_32 \
|
||||
-lwsock32 \
|
||||
-lIphlpapi \
|
||||
|
||||
@@ -57,7 +57,7 @@ Rectangle {
|
||||
var nfields = 0
|
||||
s += current_address;
|
||||
var amount = amountToReceiveLine.text.trim()
|
||||
if (amount !== "") {
|
||||
if (amount !== "" && amount.slice(-1) !== ".") {
|
||||
s += (nfields++ ? "&" : "?")
|
||||
s += "tx_amount=" + amount
|
||||
}
|
||||
@@ -433,7 +433,7 @@ Rectangle {
|
||||
onLinkActivated: {
|
||||
receivePageDialog.title = qsTr("QR Code") + translationManager.emptyString;
|
||||
receivePageDialog.text = qsTr(
|
||||
"<p>This QR code includes the address you selected above and" +
|
||||
"<p>This QR code includes the address you selected above and " +
|
||||
"the amount you entered below. Share it with others (right-click->Save) " +
|
||||
"so they can more easily send you exact amounts.</p>"
|
||||
)
|
||||
@@ -456,12 +456,8 @@ Rectangle {
|
||||
placeholderText: qsTr("Amount to receive") + translationManager.emptyString
|
||||
fontBold: true
|
||||
inlineIcon: true
|
||||
validator: DoubleValidator {
|
||||
bottom: 0.0
|
||||
top: 18446744.073709551615
|
||||
decimals: 12
|
||||
notation: DoubleValidator.StandardNotation
|
||||
locale: "C"
|
||||
validator: RegExpValidator {
|
||||
regExp: /(\d{1,8})([.]\d{1,12})?$/
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -529,7 +525,7 @@ Rectangle {
|
||||
"<p>This page will automatically scan the blockchain and the tx pool " +
|
||||
"for incoming transactions using this QR code. If you input an amount, it will also check " +
|
||||
"that incoming transactions total up to that amount.</p>" +
|
||||
"It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be " +
|
||||
"<p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be " +
|
||||
"confirmed in short order, but there is still a possibility they might not, so for larger " +
|
||||
"values you may want to wait for one or more confirmation(s).</p>"
|
||||
)
|
||||
|
||||
@@ -51,7 +51,7 @@ Rectangle {
|
||||
console.log("Settings page loaded");
|
||||
|
||||
if(typeof daemonManager != "undefined"){
|
||||
appWindow.daemonRunning = persistentSettings.useRemoteNode ? false : daemonManager.running(persistentSettings.nettype);
|
||||
daemonRunning = persistentSettings.useRemoteNode ? false : appWindow.daemonRunning;
|
||||
}
|
||||
|
||||
logLevelDropdown.update()
|
||||
@@ -353,7 +353,7 @@ Rectangle {
|
||||
StandardButton {
|
||||
id: startDaemonButton
|
||||
small: true
|
||||
visible: !appWindow.daemonRunning
|
||||
visible: !daemonRunning
|
||||
text: qsTr("Start Local Node") + translationManager.emptyString
|
||||
onClicked: {
|
||||
// Update bootstrap daemon address
|
||||
@@ -368,7 +368,7 @@ Rectangle {
|
||||
StandardButton {
|
||||
id: stopDaemonButton
|
||||
small: true
|
||||
visible: appWindow.daemonRunning
|
||||
visible: daemonRunning
|
||||
text: qsTr("Stop Local Node") + translationManager.emptyString
|
||||
onClicked: {
|
||||
appWindow.stopDaemon()
|
||||
@@ -686,7 +686,7 @@ Rectangle {
|
||||
if(Utils.isNumeric(_restoreHeight)){
|
||||
_restoreHeight = parseInt(_restoreHeight);
|
||||
if(_restoreHeight >= 0) {
|
||||
currentWallet.walletCreationHeight = restoreHeightEdit.text
|
||||
currentWallet.walletCreationHeight = _restoreHeight
|
||||
// Restore height is saved in .keys file. Set password to trigger rewrite.
|
||||
currentWallet.setPassword(appWindow.walletPassword)
|
||||
|
||||
|
||||
@@ -245,7 +245,7 @@ Rectangle {
|
||||
sharedRingDBDialog.text = qsTr(
|
||||
"In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not " +
|
||||
"be spent with different rings on different blockchains. While this is normally not a concern, it can become one " +
|
||||
"when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this " +
|
||||
"when a key-reusing Monero clone allows you to spend existing outputs. In this case, you need to ensure this " +
|
||||
"existing outputs uses the same ring on both chains.<br>" +
|
||||
"This will be done automatically by Monero and any key-reusing software which is not trying to actively strip " +
|
||||
"you of your privacy.<br>" +
|
||||
|
||||
@@ -193,12 +193,8 @@ Rectangle {
|
||||
inlineButtonText: qsTr("All") + translationManager.emptyString
|
||||
inlineButton.onClicked: amountLine.text = "(all)"
|
||||
|
||||
validator: DoubleValidator {
|
||||
bottom: 0.0
|
||||
top: 18446744.073709551615
|
||||
decimals: 12
|
||||
notation: DoubleValidator.StandardNotation
|
||||
locale: "C"
|
||||
validator: RegExpValidator {
|
||||
regExp: /(\d{1,8})([.]\d{1,12})?$/
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -571,7 +567,7 @@ Rectangle {
|
||||
+ (transaction.paymentId[i] == "" ? "" : qsTr("\n\payment ID: ") + transaction.paymentId[i])
|
||||
+ qsTr("\nAmount: ") + walletManager.displayAmount(transaction.amount(i))
|
||||
+ qsTr("\nFee: ") + walletManager.displayAmount(transaction.fee(i))
|
||||
+ qsTr("\nRingsize: ") + transaction.mixin(i+1)
|
||||
+ qsTr("\nRingsize: ") + (transaction.mixin(i)+1)
|
||||
|
||||
// TODO: add descriptions to unsigned_tx_set?
|
||||
// + (transactionDescription === "" ? "" : (qsTr("\n\nDescription: ") + transactionDescription))
|
||||
|
||||
10
qml.qrc
10
qml.qrc
@@ -86,9 +86,11 @@
|
||||
<file>images/prevPage.png</file>
|
||||
<file>wizard/WizardOptions.qml</file>
|
||||
<file>images/createWallet.png</file>
|
||||
<file>images/createWalletFromDevice.png</file>
|
||||
<file>images/openAccount.png</file>
|
||||
<file>images/recoverWallet.png</file>
|
||||
<file>wizard/WizardCreateWallet.qml</file>
|
||||
<file>wizard/WizardCreateWalletFromDevice.qml</file>
|
||||
<file>images/greyTriangle.png</file>
|
||||
<file>images/copyToClipboard.png</file>
|
||||
<file>wizard/WizardPassword.qml</file>
|
||||
@@ -176,10 +178,10 @@
|
||||
<file>images/titlebarLogo.png</file>
|
||||
<file>images/menuArrow.png</file>
|
||||
<file>images/menuButtonGradient.png</file>
|
||||
<file>fonts/SFUIDisplay-Medium.otf</file>
|
||||
<file>fonts/SFUIDisplay-Regular.otf</file>
|
||||
<file>fonts/SFUIDisplay-Light.otf</file>
|
||||
<file>fonts/SFUIDisplay-Bold.otf</file>
|
||||
<file>fonts/Roboto-Medium.ttf</file>
|
||||
<file>fonts/Roboto-Regular.ttf</file>
|
||||
<file>fonts/Roboto-Light.ttf</file>
|
||||
<file>fonts/Roboto-Bold.ttf</file>
|
||||
<file>components/Style.qml</file>
|
||||
<file>components/qmldir</file>
|
||||
<file>components/InlineButton.qml</file>
|
||||
|
||||
@@ -172,12 +172,18 @@ bool Wallet::store(const QString &path)
|
||||
return m_walletImpl->store(path.toStdString());
|
||||
}
|
||||
|
||||
bool Wallet::init(const QString &daemonAddress, quint64 upperTransactionLimit, bool isRecovering, quint64 restoreHeight)
|
||||
bool Wallet::init(const QString &daemonAddress, quint64 upperTransactionLimit, bool isRecovering, bool isRecoveringFromDevice, quint64 restoreHeight)
|
||||
{
|
||||
qDebug() << "init non async";
|
||||
if (isRecovering){
|
||||
qDebug() << "RESTORING";
|
||||
m_walletImpl->setRecoveringFromSeed(true);
|
||||
}
|
||||
if (isRecoveringFromDevice){
|
||||
qDebug() << "RESTORING FROM DEVICE";
|
||||
m_walletImpl->setRecoveringFromDevice(true);
|
||||
}
|
||||
if (isRecovering || isRecoveringFromDevice) {
|
||||
m_walletImpl->setRefreshFromBlockHeight(restoreHeight);
|
||||
}
|
||||
m_walletImpl->init(daemonAddress.toStdString(), upperTransactionLimit, m_daemonUsername.toStdString(), m_daemonPassword.toStdString());
|
||||
@@ -191,7 +197,7 @@ void Wallet::setDaemonLogin(const QString &daemonUsername, const QString &daemon
|
||||
m_daemonPassword = daemonPassword;
|
||||
}
|
||||
|
||||
void Wallet::initAsync(const QString &daemonAddress, quint64 upperTransactionLimit, bool isRecovering, quint64 restoreHeight)
|
||||
void Wallet::initAsync(const QString &daemonAddress, quint64 upperTransactionLimit, bool isRecovering, bool isRecoveringFromDevice, quint64 restoreHeight)
|
||||
{
|
||||
qDebug() << "initAsync: " + daemonAddress;
|
||||
// Change status to disconnected if connected
|
||||
@@ -201,7 +207,7 @@ void Wallet::initAsync(const QString &daemonAddress, quint64 upperTransactionLim
|
||||
}
|
||||
|
||||
QFuture<bool> future = QtConcurrent::run(this, &Wallet::init,
|
||||
daemonAddress, upperTransactionLimit, isRecovering, restoreHeight);
|
||||
daemonAddress, upperTransactionLimit, isRecovering, isRecoveringFromDevice, restoreHeight);
|
||||
QFutureWatcher<bool> * watcher = new QFutureWatcher<bool>();
|
||||
|
||||
connect(watcher, &QFutureWatcher<bool>::finished,
|
||||
|
||||
@@ -111,10 +111,10 @@ public:
|
||||
Q_INVOKABLE bool store(const QString &path = "");
|
||||
|
||||
//! initializes wallet
|
||||
Q_INVOKABLE bool init(const QString &daemonAddress, quint64 upperTransactionLimit = 0, bool isRecovering = false, quint64 restoreHeight = 0);
|
||||
Q_INVOKABLE bool init(const QString &daemonAddress, quint64 upperTransactionLimit = 0, bool isRecovering = false, bool isRecoveringFromDevice = false, quint64 restoreHeight = 0);
|
||||
|
||||
//! initializes wallet asynchronously
|
||||
Q_INVOKABLE void initAsync(const QString &daemonAddress, quint64 upperTransactionLimit = 0, bool isRecovering = false, quint64 restoreHeight = 0);
|
||||
Q_INVOKABLE void initAsync(const QString &daemonAddress, quint64 upperTransactionLimit = 0, bool isRecovering = false, bool isRecoveringFromDevice = false, quint64 restoreHeight = 0);
|
||||
|
||||
// Set daemon rpc user/pass
|
||||
Q_INVOKABLE void setDaemonLogin(const QString &daemonUsername = "", const QString &daemonPassword = "");
|
||||
|
||||
@@ -104,6 +104,20 @@ Wallet *WalletManager::createWalletFromKeys(const QString &path, const QString &
|
||||
return m_currentWallet;
|
||||
}
|
||||
|
||||
Wallet *WalletManager::createWalletFromDevice(const QString &path, const QString &password, NetworkType::Type nettype,
|
||||
const QString &deviceName, uint64_t restoreHeight, const QString &subaddressLookahead)
|
||||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
if (m_currentWallet) {
|
||||
qDebug() << "Closing open m_currentWallet" << m_currentWallet;
|
||||
delete m_currentWallet;
|
||||
m_currentWallet = NULL;
|
||||
}
|
||||
Monero::Wallet * w = m_pimpl->createWalletFromDevice(path.toStdString(), password.toStdString(), static_cast<Monero::NetworkType>(nettype),
|
||||
deviceName.toStdString(), restoreHeight, subaddressLookahead.toStdString());
|
||||
m_currentWallet = new Wallet(w);
|
||||
return m_currentWallet;
|
||||
}
|
||||
|
||||
QString WalletManager::closeWallet()
|
||||
{
|
||||
|
||||
@@ -62,6 +62,12 @@ public:
|
||||
const QString &spendkey = "",
|
||||
quint64 restoreHeight = 0);
|
||||
|
||||
Q_INVOKABLE Wallet * createWalletFromDevice(const QString &path,
|
||||
const QString &password,
|
||||
NetworkType::Type nettype,
|
||||
const QString &deviceName,
|
||||
uint64_t restoreHeight = 0,
|
||||
const QString &subaddressLookahead = "");
|
||||
/*!
|
||||
* \brief closeWallet - closes current open wallet and frees memory
|
||||
* \return wallet address
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
@@ -174,7 +174,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringe:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="80"/>
|
||||
@@ -184,17 +184,17 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Adresse kopieret til udklipsholderen</translation>
|
||||
<translation>Adresse kopieret til udklipsholderen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blokhøjde</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Beskrivelse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kopieret til udklipsholderen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringe:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Afbryd</translation>
|
||||
<translation>Afbryd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ok</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -421,7 +421,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -461,12 +461,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Delt RingDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -481,12 +481,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tegnebog</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kopier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kopieret til udklipsholderen</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Venligst indtast tegnebogs kodeord til: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 blokke tilbage: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Synkroniserer %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,97 +784,97 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Med flere Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Med ikke flere Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Forventet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Samlet modtaget</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Indstil etiketten for den valgte adresse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresser</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hjælp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>Denne QR kode inkluderer adressen du valgte foroven og beløbet du indtastede nedenunder. Delt den med andre (højreklik->Gem) så kan de nemmere sende dig det præcise beløb.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opret ny adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Indstil etiketten for den nye adresse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Ikke-navngivet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Avancerede indstillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">QR Kode</translation>
|
||||
<translation>QR Kode</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Dette er en simpel salgs tracker:</font></p><p>Lad dine kunder scanne QR koden for at lave en betaling (hvis den kunde altså har software der understøttet scanning af QR koder).</p><p>Denne side ville automatisk scanne blockchainen og tx poolen efter indkomne transaktioner fra denne QR kode. Hvis du indsætter et beløb, ville den også checke at de den indkomne transaktion også lever op til det beløb. Det er op til dig om du ville acceptere ikke bekræftede transaktioner eller ej. Det er højst sandsynligt at de bliver bekræftet inden for kort tid, men der er stadig en lille chance for at de ikke bliver, så for større beløb ville det være smart at sætte den til en eller flere bekræftelse(r).</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>bekræftelser</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bekræftelse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transaktions ID kopieret til udklipsholderen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aktiver</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -980,24 +980,24 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon tilstand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap node</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adresse</translation>
|
||||
<translation>Adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Port</translation>
|
||||
<translation>Port</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="399"/>
|
||||
@@ -1007,7 +1007,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Skift lokation</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="467"/>
|
||||
@@ -1022,12 +1022,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (Klik for at skifte)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sæt ny genoprettelses højde:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="312"/>
|
||||
@@ -1117,7 +1117,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tegnebogs navn: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1148,7 +1148,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ugyldig genoprettelses højde specificeret. Skal være et tal.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
@@ -1218,155 +1218,155 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Delt RingDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Denne side tillader dig at interagere med den delte ring database. Denne database er ment til brug af Monero tegnebøger men også tegnebøger fra Monero kloner som genbruger Monero nøglerne.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blacklistet outputs</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hjælp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>For at skjule hvilke inputs i en Monero transaktion bliver brugt, så skal en tredje part ikke kunne sige hvilke inputs i en ring allerede er kendt for at blive brugt. Hvis en kan det ville det svække beskyttelsen der er fra ring signature. Hvis alle undtagen en af inputne er kendt for alle at være brugt, så bliver den ene input der faktisk bliver brugt synlig, og derved fjerner alt beskyttelse fra ring signature, som er et af de tre beskyttende lag Monero bruger.<br>For at hjælpe transaktioner med at undgå disse inputs, kan en liste af kendte brugte inputs blive brugt for at undgå at bruge dem i nye transaktioner. Sådan en liste bliver vedligeholdt af Monero projektet og er tilgængelig på getmonero.org hjemmesiden, og du kan importere denne liste her.<br>Alternativt kan du scanne blockchainen (og blockchainen fra de Monero kloner der genbruger nøglerne) selv ved brug af monero-blockchain-blackball værktøjet for at oprette en liste over kendte brugte outputs.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures.</source>
|
||||
<translation>Dette sætter hvilke outputs der er kendt for at være brugt, og derved ikke bliver brugt som pladsholdere i ring signature.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Du burde kun skulle loade en fil når du genindlæser listen. Manuel tilføjning/sletning er muligt hvis du har brug for det.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Vælg venligst en fil til at loade blacklistede outputs fra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sti til fil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Filnavn med outputs der skal blacklistes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gennemse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Load</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Eller manuelt fjern/tilføj et blacklistet enkelt output:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Indsæt output offentlig nøgle</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blacklist</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Whitelist</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>For at undgå at fjerne beskyttelsen fra Monero's ring signaturer, så burde et output ikke blive brugt med forskellige ringe på forskellige blockchains. Mens det her normalt ikke er en bekymring, så kan det blive en når Monero klon der genbruger nøglerne, tillader dig at bruge de samme eksisterende outputs. I dette tilfælde ville du være nødt til at sikre dig at de eksisterende outputs bruger de samme ringe på begge blockchains.<br>Dette ville gjort automatisk af Monero og anden nøgle-genbruger software som ikke aktivt prøver at fjerne din anonymitet.<br>Hvis du bruger en Monero klon der genbruger nøglerne også, og denne klon ikke inkluderer denne beskyttelse, så kan du stadig sikre dig dine transaktioner er beskyttet ved at bruge dem på klonen først, og derefter manuelt tilføjer ringen på denne side, som så tillader dig at bruge din Monero sikkert.<br>Hvis du ikke bruger en Monero klon der genbruger nøglerne uden disse sikkerheds features, så behøver du ikke at gøre noget da alt sammen sker automatisk.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Denne optager ringe der bliver brugt af outputs på Monero på en nøgle-genbrugene blockchain, så den samme ring kan blive genbrugt for at undgå anonymitets problemer.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nøgle billede</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Indsæt nøgle billede</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hent ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hent Ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ingen ring fundet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sæt ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sæt Ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>I intend to spend on key-reusing fork</source>
|
||||
<translation>Jeg har hensigt at bruge på en nøgle-genbrugene fork(s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Jeg har nok hensigt at bruge på en nøgle-genbrugene fork(s)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Relative</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adskilleses højde:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1406,38 +1406,38 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Denne side lader dig signere/verificere en besked (eller fil indhold) med din adresse.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Besked</translation>
|
||||
<translation>Besked</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sti til fil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gennemse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verificer besked</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verificer fil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adresse</translation>
|
||||
<translation>Adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1556,7 +1556,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Primær adrese</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1623,7 +1623,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Primær adresse</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1662,32 +1662,32 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringstørrelse: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Denne side lader dig signere/verificere en besked (eller fil indhold) med din adresse.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Standard</translation>
|
||||
<translation>Standard</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Normal (x1 gebyr)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Adresse <font size='2'> ( </font> <a href='#'>Adresse bog</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="297"/>
|
||||
@@ -1733,12 +1733,12 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Avancerede indstillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero sendt med succes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="492"/>
|
||||
@@ -1844,7 +1844,8 @@ Ringsize: </source>
|
||||
<location filename="../pages/Transfer.qml" line="676"/>
|
||||
<source>Connected daemon is not compatible with GUI.
|
||||
Please upgrade or connect to another daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Forbundne daemon er ikke kompatibel med GUI.
|
||||
Venligst opgrader eller forbind til en anden daemon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="681"/>
|
||||
@@ -1926,7 +1927,7 @@ Please upgrade or connect to another daemon</source>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tjek transaktion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1954,13 +1955,14 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bevis Transaktion</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
<source>Generate a proof of your incoming/outgoing payment by supplying the transaction ID, the recipient address and an optional message.
|
||||
For the case of outgoing payments, you can get a 'Spend Proof' that proves the authorship of a transaction. In this case, you don't need to specify the recipient address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Generer et bevis af din indkomne/udgående betaling ved at supplere transaktionens ID, modtager adressen og en valgfri besked.
|
||||
For udgående transaktioner, kan du få et 'Brugs bevis' der beviser ejerskab af en transaktion. I dette tilfælde, ville du ikke behøve at specificere en modtager adresse.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="84"/>
|
||||
@@ -1979,7 +1981,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ukendt fejl</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2061,7 +2063,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap node (efterlad blank hvis du ikke ønsker)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2119,12 +2121,12 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mainnet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2159,7 +2161,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Netværkstype</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2208,7 +2210,8 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<location filename="../wizard/WizardMain.qml" line="387"/>
|
||||
<source>The view only wallet has been created. You can open it by closing this current wallet, clicking the "Open wallet from file" option, and selecting the view wallet in:
|
||||
%1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>se-kun tegnebøgen er blevet oprettet. Du kan åbne den ved at lukke denne nuværende tegnebog, og derefter klikker "Åben tegnebog fra fil" muligheden, og derefter vælger se-kun tegnebogen i:
|
||||
%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMain.qml" line="395"/>
|
||||
@@ -2279,7 +2282,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Indtast din 25 (eller 24) ords mnemonic seed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2327,7 +2330,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2498,70 +2501,70 @@ Fee: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Venter på daemonen synkroniserer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon er synkroniseret (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tegnebog er synkroniseret</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon er synkroniseret</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresse: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">Ringstørrelse:</translation>
|
||||
<translation>Ringstørrelse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="627"/>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ADVARSEL: ikke standard ring størrelse, som kan skade din anonymitet. Standarden 7 er anbefalet.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Antal af transaktioner: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Beskrivelse: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Brugs adresse indeks: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero sendt med succes: %1 transkation(er)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="821"/>
|
||||
<source>Couldn't generate a proof because of the following reason:
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kunne ikke generer et bevis på grund af følgende: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="851"/>
|
||||
@@ -2659,7 +2662,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Daemon log</translation>
|
||||
<translation>Daemon log</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="350"/>
|
||||
|
||||
@@ -179,22 +179,22 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringe:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Adresse in die Zwischenablage kopiert</translation>
|
||||
<translation>Adresse in die Zwischenablage kopiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blockhöhe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Beschreibung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>In Zwischenablage kopiert</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringe:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Abbrechen</translation>
|
||||
<translation>Abbrechen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>OK</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -396,7 +396,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="457"/>
|
||||
<source>Prove/check</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Beweis/prüfen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="458"/>
|
||||
@@ -416,7 +416,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Testnet</source>
|
||||
<translation>Testnet</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
@@ -461,7 +461,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geteilte Ringdatenbank</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
@@ -481,7 +481,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wallet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kopieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>In Zwischenablage kopiert</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bitte Walletpasswort eingeben für: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 Blöcke verbleibend: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Synchronisiere %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,97 +784,97 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mit mehr Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mit nicht genug Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erwartet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Insgesamt erhalten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Setze die Beschreibung der gewählten Adresse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adressen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>Dieser QR-Code enthält die oben gewählte Adresse und den unten eingegebenen Betrag. Teile ihn mit anderen (Rechtsklick->Speichern), sodass diese dir einfacher exakte Beträge senden können.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erstelle neue Adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Setze die Beschreibung der neuen Adresse:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Unbetitelt)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erweiterte Einstellungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">QR-Code</translation>
|
||||
<translation>QR-Code</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Dies ist ein einfacher Ausgabentracker:</font></p><p>Lass deine Kunden den QR-Code scannen um eine Zahlung zu machen (Falls dieser Kunde eine Software hat, welche QR-Code scannen unterstützt).</p><p>Diese Seite wird automatisch die Blockchain und den Transaktionspool nach einkommenden Transaktionen, welchen diesen QR-Code benutzt haben scannen. Falls du einen Betrag angegeben hast, wird auch überprüft ob die einkommenden Transaktionen diesen Betrag enthalten.</p>Es ist dir überlassen ob du unbestätigte Transaktionen annimmst oder nicht. Diese werden wahrscheinlich in kurzer Zeit bestätigt, allerdings gibt es trotzdem die Möglichkeit, dass sie es nicht werden. Für große Beträge solltest du wahrscheinlich lieber auf Bestätigungen warten.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bestätigungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bestätigung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transaktions-ID in Zwischenablage kopiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aktivieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -996,24 +996,24 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon-Modus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap-Node</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adresse</translation>
|
||||
<translation>Adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Port</translation>
|
||||
<translation>Port</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="399"/>
|
||||
@@ -1023,7 +1023,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ort wechseln</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="467"/>
|
||||
@@ -1038,12 +1038,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (Zum Ändern drücken)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Setze eine neue Wiederherstellungshöhe:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="312"/>
|
||||
@@ -1133,7 +1133,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wallet-Name: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1167,7 +1167,7 @@ Die bisherige Wallet-Cache-Datei wird umbenannt und kann später wiederhergestel
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ungültige Wiederherstellungshöhe angegeben. Muss eine Zahl sein.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
@@ -1221,12 +1221,12 @@ Die bisherige Wallet-Cache-Datei wird umbenannt und kann später wiederhergestel
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geteilte Ringdatenbank</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Diese Seite erlaubt es dir mit der geteilten Ringdatenbank zu interagieren. Diese Datenbank ist dafür da mit Monero Wallets benutzt zu werden, als auch Wallets von Monero Klonen, welche Monero Keys wiederbenutzen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
@@ -1238,138 +1238,138 @@ Die bisherige Wallet-Cache-Datei wird umbenannt und kann später wiederhergestel
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Um zu verbergen, welche Inputs in einer Monero-Transaktion ausgegeben werden, sollte ein Dritter nicht erkennen können, welche Inputs in einem Ring bereits bekannt sind. Dies würde den Schutz durch Ringsignaturen schwächen. Wenn alle bis auf einen der Inputs bereits ausgegeben sind, dann wird der tatsächlich ausgegebene Input sichtbar, wodurch die Wirkung von Ringsignaturen, einer der drei Hauptebenen der Privatsphäre, die Monero verwendet, zunichte gemacht wird.Um diese Inputs zu vermeiden, kann eine Liste bekannter Ausgaben verwendet werden, um die Verwendung in neuen Transaktionen zu vermeiden. Eine solche Liste wird vom Monero-Projekt verwaltet und ist auf der Website getmonero.org verfügbar, und Sie können diese Liste hier importieren.<br>Alternativ kannst du die Blockchain (und die Blockchain der Monero-Klone) selbst mit dem Monero-Blockchain-Blackball-Tool scannen, um eine Liste der bekannten Outputs zu erstellen.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hier wird festgelegt, welche Outputs bekanntermaßen ausgegeben werden und somit nicht als Platzhalter für die Privatsphäre in Ringsignaturen verwendet werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Du solltest eine Datei nur dann laden müssen, wenn Sie die Liste aktualisieren möchten. Manuelles Hinzufügen/Entfernen ist bei Bedarf möglich.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bitte wähle eine Datei um blackballed Outputs zu laden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pfad zur Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dateiname mit Outputs zum blackballen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Durchsuchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Laden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Oder manuell einen einzelnen Output blackballen/entblackballen:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Output Public Key einfügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blackballen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Entblackballen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Um den Schutz der Monero-Ringsignaturen nicht aufzuheben, sollte ein Output nicht mit verschiedenen Ringen auf verschiedenen Blockchains ausgegeben werden. Während dies normalerweise kein Problem ist, kann es ein Problem werden, wenn ein Monero-Klon, der den Schlüssel wiederverwendet, dir erlaubt, vorhandene Outputs auszugeben. In diesem Fall musst du sicherstellen, dass diese vorhandenen Outputs den gleichen Ring an beiden Ketten verwenden.<br>Dies geschieht automatisch durch Monero und jede Software, die den Schlüssel wiederverwendet und nicht versucht, dich aktiv deiner Privatsphäre zu berauben.<br>Wenn du auch einen schlüsselwiederverwendenden Monero-Klon verwendst und dieser Klon diesen Schutz nicht enthält, kannst du trotzdem sicherstellen, dass deine Transaktionen geschützt sind, indem du zuerst den Klon ausgibt und dann den Ring auf dieser Seite manuell hinzufügst, wodurch du deine Moneroj sicher ausgeben kannst.<br>Wenn du keinen schlüsselwiederverwendenden Monero-Klon ohne diese Sicherheitsfunktionen verwendest, dann brauchst du nichts zu tun, da alles automatisiert ist.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dieser zeichnet Ringe auf, die von Outputs verwendet werden, die bei Monero an einer Schlüsselwiederverwendungskette ausgegeben werden, so dass derselbe Ring wiederverwendet werden kann, um Privatsphäreprobleme zu vermeiden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Key Image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Key Image einfügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hole Ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hole Ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kein Ring gefunden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ring setzen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ring setzen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ich habe vor auf einem Key wiederverwendenden Monero-Klon Ausgaben zu tätigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ich möchte vielleicht an einem Key wiederverwendenden Monero-Klon Ausgaben tätigen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Relativ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Segregationshöhe:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1409,38 +1409,38 @@ Die bisherige Wallet-Cache-Datei wird umbenannt und kann später wiederhergestel
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Diese Seite lässt dich Nachrichten (oder Dateiinhalte) mit deiner Adresse signieren/verifizieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Nachricht</translation>
|
||||
<translation>Nachricht</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pfad zur Datei</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Durchsuchen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nachricht verifizieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Datei verifizieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adresse</translation>
|
||||
<translation>Adresse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1559,7 +1559,7 @@ Die bisherige Wallet-Cache-Datei wird umbenannt und kann später wiederhergestel
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Primäre Adresse</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1626,7 +1626,7 @@ Die bisherige Wallet-Cache-Datei wird umbenannt und kann später wiederhergestel
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Primäre Adresse</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1685,32 +1685,32 @@ Die bisherige Wallet-Cache-Datei wird umbenannt und kann später wiederhergestel
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Starte Daemon</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringgröße: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Diese Seite lässt dich Nachrichten (oder Dateiinhalte) mit deiner Adresse signieren/verifizieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Standard</translation>
|
||||
<translation>Standard</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Normal (1-fache Gebühr)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Adresse <font size='2'> ( </font> <a href='#'>Adressbuch</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="297"/>
|
||||
@@ -1790,7 +1790,7 @@ Bitte aktualisiere das Programm oder verbinde dich mit einem anderen Daemon</tra
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erweiterte Optionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="560"/>
|
||||
@@ -1874,7 +1874,7 @@ Ringgröße: </translation>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero erfolgreich gesendet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="661"/>
|
||||
@@ -1921,7 +1921,7 @@ Ringgröße: </translation>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transaktion beweisen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1955,7 +1955,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transaktion überprüfen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1991,7 +1991,7 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Unbekannter Fehler</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2054,7 +2054,7 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="114"/>
|
||||
<source>To be able to communicate with the Monero network your wallet needs to be connected to a Monero node. For best privacy it's recommended to run your own node. <br><br> If you don't have the option to run your own node, there's an option to connect to a remote node.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Um mit dem Monero-Netzwerk zu kommunizieren muss dein Wallet mit einem Monero Node verbunden sein. Für die beste Privatsphäre wird es empfohlen einen eigenen Node laufen zu lassen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="126"/>
|
||||
@@ -2074,7 +2074,7 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap-Node (leer lassen, falls ungewollt)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2167,12 +2167,12 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Testnet</source>
|
||||
<translation>Testnet</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Netzwerktyp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2292,7 +2292,7 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gib deinen aus 25 (oder 24) Wörtern bestehenden mnemonischen Seed ein</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2335,7 +2335,7 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="244"/>
|
||||
<source>Testnet</source>
|
||||
<translation>Testnet</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
@@ -2355,7 +2355,7 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<location filename="../wizard/WizardPassword.qml" line="126"/>
|
||||
<source> <br>Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.<br/><br/>
|
||||
<b>Enter a strong password</b> (using letters, numbers, and/or symbols):</source>
|
||||
<translation> <br>Info: Das Passwort kann nicht wiederhergestellt werden. Wenn Du es vergisst, kannst Du nur Zugriff auf Dein Wallet erhalten, indem Du den<br/><br/>
|
||||
<translation> <br>Info: Das Passwort kann nicht wiederhergestellt werden. Wenn Du es vergisst, kannst Du nur Zugriff auf Dein Wallet erhalten, indem Du den<br/>
|
||||
aus 25 Wörtern bestehenden mnemonischen Seed eingibst. Wähle ein sicheres Passwort (bestehend aus Buchstaben, Zahlen und/oder Sonderzeichen):</translation>
|
||||
</message>
|
||||
</context>
|
||||
@@ -2422,22 +2422,22 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Warte bis Daemon synchronisiert ist</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon ist synchronisiert (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wallet ist synchronisiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon ist synchronisiert</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
@@ -2453,40 +2453,32 @@ Für den Fall mit Sendenachweis muss die Empfängeradresse nicht angegeben werde
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresse: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
Ringgröße: </translation>
|
||||
<source>Ringsize: </source>
|
||||
<translation>Ringgröße: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="627"/>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation>WARNUNG: nicht-standard Ringgröße, welche deine Privatsphäre beeinträchtigen kann. Standardgröße 7 wird empfohlen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>Number of transactions: </source>
|
||||
<translation>Anzahl an Transaktionen: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>Description: </source>
|
||||
<translation>Beschreibung: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source>Spending address index: </source>
|
||||
<translation>Ausgabenadressenindex: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="664"/>
|
||||
@@ -2637,7 +2629,7 @@ Gebühr: </translation>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero erfolgreich gesendet: %1 Transaktion(en)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2752,7 +2744,7 @@ Gebühr: </translation>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Daemon-Log</translation>
|
||||
<translation>Daemon-Log</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -21,12 +21,12 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
<source>Paste 64 hexadecimal characters</source>
|
||||
<translation>64文字の16進数の文字列を入力してください</translation>
|
||||
<translation>64文字の16進数の文字列</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="82"/>
|
||||
@@ -36,7 +36,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="83"/>
|
||||
<source>Give this entry a name or description</source>
|
||||
<translation>この宛先の名前や説明を入力してください</translation>
|
||||
<translation>この項目の名前や説明</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="91"/>
|
||||
@@ -179,22 +179,22 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リング:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">アドレスをクリップボードにコピーしました</translation>
|
||||
<translation>アドレスをクリップボードにコピーしました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ブロック高</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>説明</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>クリップボードにコピーしました</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リング:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">キャンセル</translation>
|
||||
<translation>キャンセル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>OK</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -386,7 +386,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ステージネット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="137"/>
|
||||
@@ -456,12 +456,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>共有リングDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -476,12 +476,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ウォレット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>デーモン</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="458"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>コピー</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>クリップボードにコピーしました</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -555,7 +555,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Mining.qml" line="74"/>
|
||||
<source>Mining with your computer helps strengthen the Monero network. The more that people mine, the harder it is for the network to be attacked, and every little bit helps.<br> <br>Mining also gives you a small chance to earn some Monero. Your computer will create hashes looking for block solutions. If you find a block, you will get the associated reward. Good luck!</source>
|
||||
<translation>あなたのコンピュータでマイニングを行うことで、モネロのネットワークをより強固にすることができます。マイニングをする人が増えるほど、ネットワークへの攻撃が難しくなります。一人一人の協力が大切です。<br> <br>マイニングをすると、低確率ですがモネロを獲得できる可能性があります。あなたのコンピュータは、ある計算問題の解となるブロックとそのハッシュ値を計算します。正解のブロックが見つかると、あなたはそれに伴う報酬を得ます。グッドラック!</translation>
|
||||
<translation>あなたのコンピュータでマイニングを行うことで、Moneroのネットワークをより強固にすることができます。マイニングをする人が増えるほど、ネットワークへの攻撃が難しくなります。一人一人の協力が大切です。<br> <br>マイニングをすると、低確率ですがMoneroを獲得できる可能性があります。あなたのコンピュータは、ある計算問題の解となるブロックとそのハッシュ値を計算します。正解のブロックが見つかると、あなたはそれに伴う報酬を得ます。グッドラック!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Mining.qml" line="87"/>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ウォレットのパスワード: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 残りブロック数: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 同期中</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,97 +784,97 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>指定の金額を上回っています</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>指定の金額を下回っています</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>指定の金額</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>受け取った合計金額</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>選択したアドレスのラベル:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>アドレス</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ヘルプ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>このQRコードは上で選択したアドレスと下で入力した金額を含みます。相手が簡単に正確な金額を送れるよう共有しましょう。(右クリック->保存)</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>新しいアドレスを生成</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>新しいアドレスのラベル:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(タイトルなし)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>高度なオプション</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">QRコード</translation>
|
||||
<translation>QRコード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>これはシンプルな売り上げトラッカーです:</font></p><p>お客さんにQRコードをスキャンして支払いをしてもらいましょう(お客さんがQRコードのスキャンをサポートしているソフトウェアを持っている場合)。</p><p>このページは自動的にブロックチェーンとトランザクションプールをスキャンし、QRコードを使った支払いトランザクションを見つけます。金額を入力すれば、支払いトランザクションの合計が指定した金額に達するかチェックします。</p>未承認のトランザクションを受け入れるかどうかは自由です。おそらくすぐに承認されるでしょうが、承認されない可能性もあります。よって大きな金額に関しては1回またはそれ以上の承認を待ったほうがいいでしょう。</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>承認</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>承認</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>トランザクションIDをクリップボードにコピーしました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>有効化</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -889,7 +889,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="456"/>
|
||||
<source>Amount to receive</source>
|
||||
<translation>受ける金額</translation>
|
||||
<translation>受け取る金額</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="519"/>
|
||||
@@ -979,24 +979,24 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>デーモンモード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ブートストラップノード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">アドレス</translation>
|
||||
<translation>アドレス</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">ポート番号</translation>
|
||||
<translation>ポート番号</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="382"/>
|
||||
@@ -1011,27 +1011,27 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>場所を変更</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ウォレット名: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (クリックして変更)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>新しい復元用ブロック高:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>復元用ブロック高が不正です。数値を指定してください。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="747"/>
|
||||
@@ -1168,7 +1168,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="645"/>
|
||||
<source>Embedded Monero version: </source>
|
||||
<translation>埋め込まれたモネロのバージョン: </translation>
|
||||
<translation>埋め込まれたMoneroのバージョン: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1221,155 +1221,155 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>共有リングDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>このページでは共有リングデータベースを操作できます。このデータベースはMoneroウォレットおよびMoneroのキーを再利用するMoneroクローンのウォレットで利用するためのものです。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>排除されたアウトプット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ヘルプ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>第三者がリング内に既知の使用済みインプットを見つけられないことは、Moneroトランザクションのどのインプットが使用されたのかを隠すために必要です。もし見つけられるとリング署名による保護は弱まります。もし1つのインプットを除いてすべてが使用済みだと知られている場合、実際に使用されたインプットは明らかとなり、Moneroが使っている3つの主要なプライバシー保護レイヤーのうちの1つであるリング署名の効果が失われてしまいます。<br>トランザクションでそれらのインプットを避けるため、既知の使用済みインプットのリストを用いてそれらを新規のトランザクションで使用しないようにできます。このようなリストはMoneroプロジェクトによって保守されgetmonero.orgのウェブサイトで公開されており、ここではこのリストをインポートすることができます。<br>あるいはmonero-blockchain-blackballというツールを使い、Moneroのブロックチェーン(およびキーを再利用するMoneroクローンのブロックチェン)を自分でスキャンして既知の使用済みアウトプットのリストを生成できます。<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>既知の使用済みアウトプットをセットし、リング署名でプライバシー用のプレースホルダーとして使われないようにします。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リストをリフレッシュしたい場合ファイルをロードするだけです。必要であれば手動で追加と削除が可能です。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>排除するアウトプットをロードするファイルを選んでください</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ファイルパス</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>排除するアウトプットを含むファイル名</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>選択</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ロード</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>手動でアウトプットを排除/元に戻す:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>アウトプットの公開鍵</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>排除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>元に戻す</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リング</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Moneroのリング署名による保護を無効化しないため、あるアウトプットを使う際に異なるブロックチェーンで異なるリングを使うことは避けなければなりません。これは通常問題になりませんが、キーを再利用するMoneroクローンが既存のアウトプットの使用を許している場合問題になります。この場合、既存のアウトプットは両方のチェーンで同じリングを使わなくてはなりません。<br>これはキーを再利用するソフトウェアが積極的にプライバシーを侵害しようとしない限り自動的に行われます。<br>もしキーを再利用するMoneroクローンを使っていてそのクローンがこの保護を含んでいない場合も、まずクローンの方でアウトプットを使用しその後リングをこのページに手動で追加することで、トランザクションは保護されMoneroを安全に使用できるようになります。<br>これらの機能を提供しないキーを再利用するMoneroクローンを使用していない場合、すべては自動化されているので何もする必要はありません。<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>キーを再利用するチェーンでアウトプットに使用されたリングを記録し、プライバシーの問題を避けるためMoneroでも同じリングを使うようにします。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>キーイメージ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>キーイメージ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リングを取得</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リングを取得</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リングが見つかりません</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リングをセット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リングをセット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>キーを再利用するフォークで使うつもりです</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>キーを再利用するフォークで使うかもしれません</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>相対</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>分離したブロック高:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1409,38 +1409,38 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>このページではメッセージ(またはファイルの内容)とアドレスで署名と検証ができます。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">メッセージ</translation>
|
||||
<translation>メッセージ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ファイルパス</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>選択</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>メッセージを検証</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ファイルを検証</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">アドレス</translation>
|
||||
<translation>アドレス</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1559,7 +1559,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>プライマリーアドレス</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1626,7 +1626,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>プライマリーアドレス</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1720,7 +1720,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Moneroの送金に成功しました</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="676"/>
|
||||
@@ -1785,37 +1785,37 @@ Please upgrade or connect to another daemon</source>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>デーモンを開始</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>リングサイズ: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>このページではメッセージ(またはファイルの内容)とアドレスで署名と検証ができます。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">デフォルト</translation>
|
||||
<translation>デフォルト</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>普通 (標準の手数料)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> アドレス <font size='2'> ( </font> <a href='#'>アドレス帳</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>高度なオプション</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="560"/>
|
||||
@@ -1914,7 +1914,7 @@ Ringsize: </source>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>トランザクションを証明</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1949,7 +1949,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>トランザクションを検証</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1991,7 +1991,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>不明なエラー</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2004,7 +2004,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="97"/>
|
||||
<source>Kickstart the Monero blockchain?</source>
|
||||
<translation>モネロのブロックチェーンを初期化しますか?</translation>
|
||||
<translation>Moneroのブロックチェーンを初期化しますか?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="113"/>
|
||||
@@ -2019,7 +2019,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="140"/>
|
||||
<source>Disk conservation mode uses substantially less disk-space, but the same amount of bandwidth as a regular Monero instance. However, storing the full blockchain is beneficial to the security of the Monero network. If you are on a device with limited disk space, then this option is appropriate for you.</source>
|
||||
<translation>ディスク容量節約モードを有効にすると、使用するディスク容量はずっと小さくなりますが、通信帯域の使用量は通常モードと変わりません。ただし、モネロのネットワークの安全性を高める意味で、完全なブロックチェーンの全体を保存することが推奨されています。もしあなたのコンピュータのディスク容量が小さい場合は、このオプションを使用してください。</translation>
|
||||
<translation>ディスク容量節約モードを有効にすると、使用するディスク容量はずっと小さくなりますが、通信帯域の使用量は通常モードと変わりません。ただし、Moneroのネットワークの安全性を高める意味で、完全なブロックチェーンの全体を保存することが推奨されています。もしあなたのコンピュータのディスク容量が小さい場合は、このオプションを使用してください。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="153"/>
|
||||
@@ -2029,7 +2029,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="169"/>
|
||||
<source>Mining secures the Monero network, and also pays a small reward for the work done. This option will let Monero mine when your computer is on mains power and is idle. It will stop mining when you continue working.</source>
|
||||
<translation>モネロの採掘をすることでネットワークの安全性が高まり、また提供した計算量の対価として低い確率ですが報酬が得られます。このオプションは、あなたのコンピュータが電源に接続されていてなおかつアイドル状態の場合に、自動的にモネロの採掘を行うことを許可します。あなたが作業を再開すると、採掘は停止されます。</translation>
|
||||
<translation>Moneroの採掘をすることでネットワークの安全性が高まり、また提供した計算量の対価として低い確率ですが報酬が得られます。このオプションは、あなたのコンピュータが電源に接続されていてなおかつアイドル状態の場合に、自動的にMoneroの採掘を行うことを許可します。あなたが作業を再開すると、採掘は停止されます。</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2053,7 +2053,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="114"/>
|
||||
<source>To be able to communicate with the Monero network your wallet needs to be connected to a Monero node. For best privacy it's recommended to run your own node. <br><br> If you don't have the option to run your own node, there's an option to connect to a remote node.</source>
|
||||
<translation>モネロネットワークと通信するためにウォレットはモネロノードに接続されている必要があります。プライバシーを最大限に保護するため自分自身のノードを走らせることが推奨されています。
|
||||
<translation>Moneroネットワークと通信するためにウォレットはMoneroノードに接続されている必要があります。プライバシーを最大限に保護するため自分自身のノードを走らせることが推奨されています。
|
||||
<br><br> 自分自身のノードを走らせることができない場合はリモートノードに接続することも可能です。</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2074,7 +2074,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ブートストラップノード (望まない場合空にしてください)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2087,7 +2087,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="93"/>
|
||||
<source>Monero development is solely supported by donations</source>
|
||||
<translation>モネロの開発は寄付のみによって支えられています</translation>
|
||||
<translation>Moneroの開発は寄付のみによって支えられています</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="113"/>
|
||||
@@ -2102,7 +2102,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="162"/>
|
||||
<source>For every transaction, a small transaction fee is charged. This option lets you add an additional amount, as a percentage of that fee, to your transaction to support Monero development. For instance, a 50% autodonation take a transaction fee of 0.005 XMR and add a 0.0025 XMR to support Monero development.</source>
|
||||
<translation>取引には少額の手数料がかかります。このオプションはその手数料に加えて、手数料の何パーセントかをモネロの開発チームへの寄付として支払うことを許可します。例えば自動寄付の割合が50%で、取引の手数料が0.005 XMRであった場合、0.0025 XMRが開発チームへの寄付として取引に上乗せされます。</translation>
|
||||
<translation>取引には少額の手数料がかかります。このオプションはその手数料に加えて、手数料の何パーセントかをMoneroの開発チームへの寄付として支払うことを許可します。例えば自動寄付の割合が50%で、取引の手数料が0.005 XMRであった場合、0.0025 XMRが開発チームへの寄付として取引に上乗せされます。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="174"/>
|
||||
@@ -2112,7 +2112,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="190"/>
|
||||
<source>Mining secures the Monero network, and also pays a small reward for the work done. This option will let Monero mine when your computer is on mains power and is idle. It will stop mining when you continue working.</source>
|
||||
<translation>モネロの採掘をすることでネットワークの安全性が高まり、また提供した計算量の対価として低い確率ですが報酬が得られます。このオプションは、あなたのコンピュータが電源に接続されていてなおかつアイドル状態の場合に、自動的にモネロの採掘を行うことを許可します。あなたが作業を再開すると、採掘は停止されます。</translation>
|
||||
<translation>Moneroの採掘をすることでネットワークの安全性が高まり、また提供した計算量の対価として低い確率ですが報酬が得られます。このオプションは、あなたのコンピュータが電源に接続されていてなおかつアイドル状態の場合に、自動的にMoneroの採掘を行うことを許可します。あなたが作業を再開すると、採掘は停止されます。</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2132,12 +2132,12 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ステージネット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>メインネット</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2172,7 +2172,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ネットワークタイプ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2205,7 +2205,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardMain.qml" line="367"/>
|
||||
<source>USE MONERO</source>
|
||||
<translation>モネロを使う</translation>
|
||||
<translation>Moneroを使う</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMain.qml" line="380"/>
|
||||
@@ -2292,7 +2292,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>25語(または24語)のニーモニックシードを入力してください</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2310,7 +2310,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="75"/>
|
||||
<source>Welcome to Monero!</source>
|
||||
<translation>モネロへようこそ!</translation>
|
||||
<translation>Moneroへようこそ!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="86"/>
|
||||
@@ -2340,7 +2340,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ステージネット</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2385,7 +2385,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../wizard/WizardWelcome.qml" line="73"/>
|
||||
<source>Welcome to Monero!</source>
|
||||
<translation>モネロへようこそ!</translation>
|
||||
<translation>Moneroへようこそ!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardWelcome.qml" line="83"/>
|
||||
@@ -2421,17 +2421,17 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>デーモンの同期を待っています</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>デーモンは同期されています (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ウォレットは同期されています</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="664"/>
|
||||
@@ -2448,7 +2448,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<location filename="../main.qml" line="350"/>
|
||||
<location filename="../main.qml" line="351"/>
|
||||
<source>HIDDEN</source>
|
||||
<translation>HIDDEN</translation>
|
||||
<translation>不明</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="418"/>
|
||||
@@ -2488,7 +2488,7 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>デーモンは同期されています</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
@@ -2504,13 +2504,13 @@ Spend Proofの場合、宛先アドレスを指定する必要はありません
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>アドレス: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
<translation>
|
||||
リングサイズ: </translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2518,26 +2518,32 @@ Ringsize: </source>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
警告: デフォルト以外のリングサイズを指定するとプライバシーを損なう場合があります。デフォルトの7を推奨します。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
トランザクション数: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
説明: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
使用するアドレスのインデックス: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="739"/>
|
||||
@@ -2651,7 +2657,7 @@ Fee: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Moneroの送金に成功しました: %1 トランザクション</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2736,12 +2742,12 @@ Fee: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1285"/>
|
||||
<source>Monero</source>
|
||||
<translation>モネロ</translation>
|
||||
<translation>Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">デーモンログ</translation>
|
||||
<translation>デーモンログ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1269"/>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="nl_NL" sourcelanguage="en">
|
||||
<TS version="2.1" language="nl_NL" sourcelanguage="en">
|
||||
<context>
|
||||
<name>AddressBook</name>
|
||||
<message>
|
||||
@@ -21,7 +21,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
@@ -179,22 +179,22 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringen:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Adres gekopieerd naar klembord</translation>
|
||||
<translation>Adres gekopieerd naar klembord</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blokhoogte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Omschrijving</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gekopieerd naar klembord</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringen:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Annuleren</translation>
|
||||
<translation>Annuleren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>OK</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -391,8 +391,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="364"/>
|
||||
<source>R</source>
|
||||
<translatorcomment>Hotkeys visible when you press Alt Gr:
|
||||
S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<translatorcomment>Hotkey for Receive</translatorcomment>
|
||||
<translation>O</translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -424,7 +423,7 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -452,7 +451,7 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<location filename="../LeftPanel.qml" line="411"/>
|
||||
<source>D</source>
|
||||
<translatorcomment>Hotkey for Advanced</translatorcomment>
|
||||
<translation>G</translation>
|
||||
<translation>V</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="433"/>
|
||||
@@ -468,12 +467,12 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gedeelde RingDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>R</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -484,17 +483,17 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<location filename="../LeftPanel.qml" line="551"/>
|
||||
<source>Y</source>
|
||||
<translatorcomment>Hotkey for Seed & Keys?</translatorcomment>
|
||||
<translation>T</translation>
|
||||
<translation>S</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Portemonnee</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Node</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
@@ -505,7 +504,7 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<location filename="../LeftPanel.qml" line="506"/>
|
||||
<source>I</source>
|
||||
<translatorcomment>Hotkey for Advanced - Sign/verify</translatorcomment>
|
||||
<translation>O</translation>
|
||||
<translation>T</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="528"/>
|
||||
@@ -530,12 +529,12 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kopiëren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gekopieerd naar klembord</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -718,7 +717,7 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Vul het wachtwoord in voor de portemonnee: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -754,12 +753,12 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blokken te gaan in %1: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 wordt gesynchroniseerd</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -795,97 +794,97 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Met meer Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Met niet genoeg Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verwacht</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Totaal ontvangen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Naam voor geselecteerd adres invoeren:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adressen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Help</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>Deze QR-code bevat het hierboven geselecteerde adres en het hieronder ingevoerde bedrag. U kunt de code aan anderen laten zien (rechtermuisknop -> Opslaan), zodat ze eenvoudig een exact bedrag kunnen betalen.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nieuw adres aanmaken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Naam voor nieuw adres invoeren:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Naamloos)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geavanceerde opties</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">QR-code</translation>
|
||||
<translation>QR-code</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Dit is een eenvoudige verkooptracker:</font></p><p>Laat uw klant deze QR-code scannen om een betaling uit te voeren (als de klant een app voor het scannen van QR-codes heeft).</p><p>Deze pagina zoekt automatisch in de blockchain en de transactiepool naar binnenkomende transacties met deze QR-code. Als u een bedrag invult, wordt ook gecontroleerd of dat bedrag wordt betaald door binnenkomende transacties.</p>Het is uw keuze of u onbevestigde transacties wilt accepteren. Waarschijnlijk worden ze snel bevestigd, maar dat is niet gegarandeerd, dus voor grotere bedragen kunt u beter wachten op een of meer bevestigingen.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>bevestigingen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>bevestiging</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transactie-ID gekopieerd naar klembord</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Inschakelen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -1037,7 +1036,7 @@ S Send, R Receive, H History, D Advanced, E Settings.</translatorcomment>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Naam van portemonnee: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1071,7 +1070,7 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ongeldig herstelpunt opgegeven. Voer een getal in.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
@@ -1127,7 +1126,7 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon-modus</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="215"/>
|
||||
@@ -1142,19 +1141,19 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap-node</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adres</translation>
|
||||
<translation>Adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Poort</translation>
|
||||
<translation>Poort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="334"/>
|
||||
@@ -1164,7 +1163,7 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Locatie veranderen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="438"/>
|
||||
@@ -1174,12 +1173,12 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (Klik om te veranderen)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nieuw herstelpunt instellen:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="357"/>
|
||||
@@ -1232,155 +1231,156 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gedeelde RingDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Op deze pagina kunt u de database met gedeelde ringen gebruiken. Deze database is bedoeld voor zowel Monero als klonen van Monero waarin Monero-sleutels worden hergebruikt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Uitgesloten outputs</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Help</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translatorcomment>Nobody who is stupid enough to use MoneroV will be smart enough to understand this.</translatorcomment>
|
||||
<translation>Om te verbergen welke inputs in een Monero-transactie worden uitgegeven, moet een derde niet kunnen zien welke inputs in een ring al zijn uitgegeven. Daardoor zou de privacybescherming van ring-handtekeningen worden verzwakt. Als alle inputs op één na al zijn uitgegeven, is zichtbaar welke input echt wordt uitgegeven. Dan hebben ring-handtekeningen, een van de drie beschermingslagen van Monero, geen effect meer.<br>Met een lijst met bekende uitgegeven inputs kunt u voorkomen dat u ze in nieuwe transacties gebruikt. Deze lijst wordt onderhouden door het Monero-project en is beschikbaar op de website getmonero.org. U kunt de lijst hier importeren.<br>Maar u kunt ook zelf de blockchain doorzoeken (en van Monero gekopieerde blockchains waarop sleutels worden hergebruikt) met de tool monero-blockchain-blackball, om een lijst met bekende uitgegeven outputs te genereren.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hiermee wordt ingesteld van welke outputs bekend is dat ze zijn uitgegeven. Deze worden dus niet gebruikt als afleiding voor privacy in ring-handtekeningen. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>U hoeft alleen een bestand te laden als u de lijst wilt vernieuwen. Eventueel is handmatig toevoegen/verwijderen mogelijk.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Selecteer een bestand waaruit u uitgesloten outputs wilt laden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pad naar bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Naam van bestand met uit te sluiten outputs</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bladeren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Laden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Of sluit één output handmatig uit of neem deze op:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Openbare sleutel van output plakken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Uitsluiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opnemen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Om de bescherming door ring-handtekeningen van Monero in stand te houden, mag een output niet met andere ringen worden uitgegeven op andere blockchains. Dit wordt een probleem als u bestaande outputs uitgeeft op een Monero-kloon met hergebruik van sleutels. In dat geval moet u erop letten dat dezelfde ring op beide blockchains wordt gebruikt voor deze outputs.<br>Dit wordt automatisch gedaan door Monero en software die sleutels hergebruikt maar niet actief probeert uw privacy te verminderen.<br>Als u een Monero-kloon zonder deze bescherming gebruikt, kunt u toch uw transacties beschermen door eerst op de kloon te betalen, en vervolgens de ring op deze pagina in te voeren, zodat u uw Monero veilig kunt uitgeven.<br>Als u geen gebruik maakt van een Monero-kloon met hergebruik van sleutels maar zonder deze beveiliging, hoeft u niets te doen, want alles gaat automatisch.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hier voert u in welke ringen zijn gebruikt voor in Monero uitgegeven outputs op een blockchain met hergebruik van sleutels, zodat dezelfde ring kan worden hergebruikt om uw privacy te beschermen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Key image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Key image plakken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ring ophalen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ring ophalen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geen ring gevonden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ring instellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ring instellen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ik wil betalen op andere blockchains die sleutels hergebruiken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Misschien wil ik betalen op andere blockchains die sleutels hergebruiken</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Relatief</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Splitsingshoogte:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1420,38 +1420,38 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Op deze pagina kunt u een bericht (of de inhoud van een bestand) ondertekenen/verifiëren met uw adres.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Bericht</translation>
|
||||
<translation>Bericht</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pad naar bestand</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bladeren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bericht verifiëren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bestand verifiëren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adres</translation>
|
||||
<translation>Adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1570,7 +1570,7 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Primair adres</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1637,7 +1637,7 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Primair adres</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1696,32 +1696,32 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Node starten</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ringgrootte: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Op deze pagina kunt u een bericht (of de inhoud van een bestand) ondertekenen/verifiëren met uw adres.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Normaal</translation>
|
||||
<translation>Normaal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Normaal (vergoeding × 1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Adres <font size='2'> ( </font> <a href='#'>Adresboek</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="297"/>
|
||||
@@ -1767,7 +1767,7 @@ De naam van het oude cachebestand wordt gewijzigd, zodat het later kan worden he
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero is verzonden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="676"/>
|
||||
@@ -1794,7 +1794,7 @@ Upgrade of maak verbinding met een andere node</translation>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geavanceerde opties</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="522"/>
|
||||
@@ -1925,7 +1925,7 @@ Ringgrootte: </translation>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transactie bewijzen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1960,7 +1960,7 @@ Voor uitgaande betalingen ontvangt u een betalingsbewijs waarmee wordt bewezen w
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transactie controleren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -2002,7 +2002,7 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Onbekende fout</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2085,7 +2085,7 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap-node (leeg laten als u die niet gebruikt)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2143,12 +2143,12 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hoofdnet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2183,7 +2183,7 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Soort netwerk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2305,7 +2305,7 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Voer uw hersteltekst van 25 (of 24) woorden in</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2353,7 +2353,7 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2434,22 +2434,22 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wachten tot node is gesynchroniseerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Node is gesynchroniseerd (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Portemonnee is gesynchroniseerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Node is gesynchroniseerd</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
@@ -2473,7 +2473,7 @@ Voor een betalingsbewijs hoeft u het adres van de ontvanger niet op te geven.</t
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adres: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="623"/>
|
||||
@@ -2551,7 +2551,7 @@ Bedrag: </translation>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
<translation>
|
||||
Ringgrootte: </translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2559,26 +2559,32 @@ Ringgrootte: </translation>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
WAARSCHUWING: ringgroote is niet standaard. Dit kan schadelijk zijn voor uw privacy. De standaardwaarde 7 wordt aangeraden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
Aantal transacties: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Omschrijving: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Index van betalend adres: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="739"/>
|
||||
@@ -2624,7 +2630,7 @@ Vergoeding: </translation>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero is verzonden: %1 transactie(s) </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2764,7 +2770,7 @@ Vergoeding: </translation>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Node-log</translation>
|
||||
<translation>Node-log</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="pl_PL">
|
||||
<TS version="2.1" language="pl_PL">
|
||||
<context>
|
||||
<name>AddressBook</name>
|
||||
<message>
|
||||
@@ -21,7 +21,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
@@ -179,22 +179,22 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pierścienie:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Adres skopiowany do schowka</translation>
|
||||
<translation>Adres skopiowany do schowka</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wysokość bloku</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Skopiowano do schowka</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pierścienie:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Anuluj</translation>
|
||||
<translation>Anuluj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ok</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -421,7 +421,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sieć stopniowa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -461,12 +461,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Współdzielona baza pierścieni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -481,12 +481,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Portfel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Demon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kopiuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Skopiowano do schowka</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,8 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Podaj hasło portfela dla: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +744,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>pozostało %1 bloków: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Synchronizowanie %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,97 +785,97 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Z nadwyżką Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Z deficytem Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Oczekiwane</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Łącznie otrzymano</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ustaw etykietę wybranego adresu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresy</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pomoc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>Ten kod QR zawiera wybrany powyżej adres oraz kwotę podaną poniżej. Podziel się nim z innymi (prawy przycisk -> Zapisz), by mogli łatwiej wysyłać ci dokładne kwoty.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Utwórz nowy adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ustaw etykietę nowego adresu:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Brak tytułu)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opcje zaawansowane</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">Kod QR</translation>
|
||||
<translation>Kod QR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Tutaj możesz śledzić swoją sprzedaż.</font></p><p>Pozwól klientowi zeskanować ten kod QR by szybko utworzyć transakcję (jeśli ów klient ma oprogramowanie pozwalające na skanowanie kodów QR).</p><p>Ta strona automatycznie przeskanuje blockchain i pulę transakcji w poszukiwaniu transakcji przychodzących dla tego kodu QR. Jeśli podasz kwotę, sprawdzi ona także czy suma transakcji przychodzących jest równa tej kwocie.</p><p>To od ciebie zależy czy chcesz akceptować niepotwierdzone transakcje. Prawdopodobnie zostaną potwierdzone po krótkim czasie, ale możliwe, że nie zostaną, więc dla większych kwot powinieneś poczekać na jedno lub więcej potwierdzeń.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>potwierdzenia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>potwierdzenie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ident. transakcji skopiowany do schowka</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Włącz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -996,24 +997,24 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tryb demona</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Węzeł Bootstrapa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adres</translation>
|
||||
<translation>Adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Port</translation>
|
||||
<translation>Port</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="399"/>
|
||||
@@ -1023,7 +1024,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zmień lokalizację</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="467"/>
|
||||
@@ -1038,12 +1039,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (Kliknij, by zmienić)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ustaw nową wysokość przywracania portfela:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="312"/>
|
||||
@@ -1133,7 +1134,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nazwa portfela: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1167,7 +1168,7 @@ Poprzednia pamięć podręczna portfela zostanie zapisana pod inną nazwą i mo
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Błędna wysokość przywracania portfela. Musi być liczbą.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
@@ -1221,155 +1222,155 @@ Poprzednia pamięć podręczna portfela zostanie zapisana pod inną nazwą i mo
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Współdzielona baza pierścieni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tutaj możesz operować na współdzielonej bazie danych pierścieni. Owa baza danych jest do użytku dla portfeli Monero oraz portfeli klonów Monero, które używają kluczy Monero.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zablokowane wyjścia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pomoc</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>W celu ukrycia, które wejścia w transakcji Monero są wydawane, osoba postronna nie powinna być w stanie stwierdzić, które wejścia w pierścieniu już zostały wydane. Gdyby była w stanie to zrobić, osłabiłoby to ochronę zapewnioną przez podpisy pierścieniowe. Jeśli wiadomo, że wszystkie wejścia poza jednym zostały wydane, to staje się oczywiste, które wejście faktycznie jest wydawane, a to niweczy efekt podpisów pierścieniowych - jednych z trzech głównych warstw ochrony prywatności używanych przez Monero.<br>Aby pomóc transakcjom unikać tych wejść, lista już wydanych wejść może być użyta do pominięcia ich w nowych transakcjach. Takowa lista jest zarządzana przez projekt Monero i jest dostępna na stronie getmonero.org, skąd można ją tutaj pobrać.<br>Ewentualnie, możesz przeskanować blockchain (oraz blockchain klona Monero, który wykorzystuje ponownie klucze) samemu używając narzędzia monero-blockchain-blackball do utworzenia listy wydanych wyjść.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tutaj można ustawić, które wyjścia zostały wydane, a więc nie powinny być używane jako dodatki w podpisach pierścieniowych. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Powinieneś załadować plik jedynie kiedy chcesz odświeżyć listę. Ręczne dodawanie/usuwanie jest także możliwe.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wybierz plik, z którego załadować zablokowane wyjścia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ścieżka do pliku</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nazwa pliku z wyjściami do zablokowania</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Przeglądaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Załaduj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lub ręcznie zablokuj/odblokuj pojedyncze wyjście:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wklej wyjściowy klucz publiczny</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zablokuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Odblokuj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pierścienie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aby uniknąć zniweczenia ochrony dostarczonej przez podpisy pierścieniowe, wyjście nie powinno być wydane z różnymi pierścieniami w różnych blockchainach. Nie jest to zazwyczaj problemem, ale może się nim stać kiedy wykorzystujący ponownie klucze klon Monero pozwoli ci wydać istniejące wyjścia. W takim przypadku musisz upewnić się, że te istniejące wyjścia używają tego samego pierścienia w obu blockchainach.<br>Będzie to zrobione automatycznie przez Monero oraz każde ponownie wykorzystujące klucze oprogramowanie, które nie próbuje odebrać ci prywatności.<br>Jeśli także używasz wykorzystującego ponownie klucze klona Monero i ów klon nie zapewnia tej ochrony, nadal możesz ochronić swoje transakcje poprzez wydanie środków najpierw na klonie, a potem ręczne dodanie pierścienia na tej stronie, co pozwala ci wydać twoje Monero bezpiecznie.<br>Jeśli nie używasz wykorzystującego ponownie klucze klona Monero, który nie zapewnia tych środków bezpieczeństwa, to nie musisz wykonywać żadnych dodatkowych działań, jako że wszystko jest zautomatyzowane.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tutaj rejestrowany jest pierścień użyty przez wyjścia Monero wydane na wykorzystującym ponownie klucze blockchainie, by ten sam pierścień mógł zostać użyty w celu uniknięcia deanonimizacji.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Obraz klucza</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wklej obraz klucza</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pobierz pierścień</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pobierz Pierścień</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nie znaleziono pierścienia</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ustaw pierścień</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ustaw Pierścień</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zamierzam wydawać na wykorzystujących ponownie klucze forkach</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Być może wydam na wykorzystujących ponownie klucze forkach</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Relatywny</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wysokość segregacji:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1409,38 +1410,38 @@ Poprzednia pamięć podręczna portfela zostanie zapisana pod inną nazwą i mo
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tutaj możesz podpisać/zweryfikować wiadomość (lub zawartość pliku) swoim adresem.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Wiadomość</translation>
|
||||
<translation>Wiadomość</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ścieżka do pliku</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Przeglądaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zweryfikuj wiadomość</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Zweryfikuj plik</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adres</translation>
|
||||
<translation>Adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1559,7 +1560,7 @@ Poprzednia pamięć podręczna portfela zostanie zapisana pod inną nazwą i mo
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adres główny</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1626,7 +1627,7 @@ Poprzednia pamięć podręczna portfela zostanie zapisana pod inną nazwą i mo
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adres główny</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1654,7 +1655,7 @@ Poprzednia pamięć podręczna portfela zostanie zapisana pod inną nazwą i mo
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pomyślnie wysłano Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="661"/>
|
||||
@@ -1682,7 +1683,7 @@ Uaktualnij go lub podłącz się do innego demona</translation>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Uruchom demona</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="70"/>
|
||||
@@ -1692,12 +1693,12 @@ Uaktualnij go lub podłącz się do innego demona</translation>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rozmiar pierścienia: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tutaj możesz podpisać/zweryfikować wiadomość (lub zawartość pliku) swoim adresem.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="193"/>
|
||||
@@ -1707,7 +1708,7 @@ Uaktualnij go lub podłącz się do innego demona</translation>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Domyślny</translation>
|
||||
<translation>Domyślny</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="228"/>
|
||||
@@ -1779,12 +1780,12 @@ Uaktualnij go lub podłącz się do innego demona</translation>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Normalny (x1 prowizji)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Adres <font size='2'> ( </font> <a href='#'>Książka adresowa</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="350"/>
|
||||
@@ -1831,7 +1832,7 @@ Uaktualnij go lub podłącz się do innego demona</translation>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opcje zaawansowane</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="560"/>
|
||||
@@ -1921,7 +1922,7 @@ Rozmiar pierścienia: </translation>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Udowodnij transakcję</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1956,7 +1957,7 @@ Dla płatności wychodzących możesz otrzymać 'Dowód wydania', któ
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sprawdź transakcję</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1991,7 +1992,7 @@ W przypadku 'Dowodu wydania' nie musisz podawać adresu odbiorcy.</tra
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nieznany błąd</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2073,7 +2074,7 @@ W przypadku 'Dowodu wydania' nie musisz podawać adresu odbiorcy.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Węzeł Bootstrapa (można pozostawić puste)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2131,12 +2132,12 @@ W przypadku 'Dowodu wydania' nie musisz podawać adresu odbiorcy.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sieć stopniowa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sieć główna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2171,12 +2172,12 @@ W przypadku 'Dowodu wydania' nie musisz podawać adresu odbiorcy.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Typ sieci</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
<source>Restore height</source>
|
||||
<translation>Odzyskaj wysokość</translation>
|
||||
<translation>Wysokość odzyskiwania portfela</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="87"/>
|
||||
@@ -2292,7 +2293,7 @@ W przypadku 'Dowodu wydania' nie musisz podawać adresu odbiorcy.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Wpisz swój 25 lub 24-wyrazowy mnemoniczny seed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2340,7 +2341,7 @@ W przypadku 'Dowodu wydania' nie musisz podawać adresu odbiorcy.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sieć stopniowa</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2523,7 +2524,7 @@ Prowizja: </translation>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
<translation>
|
||||
Rozmiar pierścienia: </translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2531,31 +2532,35 @@ Rozmiar pierścienia: </translation>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
UWAGA: niedomyślny rozmiar pierścienia zmniejsza twoją anonimowość. Domyślnie zalecane jest 7.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Liczba transakcji: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Opis: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Indeks adresu do wydawania: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero wysłane pomyślnie: %1 transakcji(s) </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2660,7 +2665,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Dziennik demona</translation>
|
||||
<translation>Dziennik demona</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="676"/>
|
||||
@@ -2670,27 +2675,27 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Oczekiwanie na synchronizację demona</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Demon zsynchronizowany (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Portfel zsynchronizowany</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Demon zsynchronizowany</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adres: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="779"/>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
@@ -174,7 +174,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rings:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="80"/>
|
||||
@@ -184,17 +184,17 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Endereço copiado para a área de transferência</translation>
|
||||
<translation>Endereço copiado para a área de transferência</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Altura do bloco</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Descrição</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copiado para a área de transferência</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rings:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Cancelar</translation>
|
||||
<translation>Cancelar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ok</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -421,7 +421,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -461,12 +461,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>RingDB Partilhada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -481,12 +481,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Carteira</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copiar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copiado para a área de transferência</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Por favor introduza a palavra-chave para: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 blocos em falta: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sincronizando %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -779,102 +779,102 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="130"/>
|
||||
<source>%1 transactions found</source>
|
||||
<translation>%1 transação encontrada</translation>
|
||||
<translation>%1 transações encontradas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Com mais Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Com Monero insuficiente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Esperado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Total recebido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Defina uma descrição para o endereço selecionado:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Endereços</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ajuda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>Este codigo QR inclui o endereço que selecionou em cima e a quantia que selecionou em baixo. Partilhe-o com outros (Botão direito->Guardar) para que seja mais facil enviarem-lhe quantias certas.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adicionar novo endereço</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Defina um nome para o novo endereço:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Sem nome)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opções avançadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">Código QR</translation>
|
||||
<translation>Código QR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Este é um simples sistema de verificação de vendas:</font></p><p>Permita que o seu cliente leia o codigo QR para fazer o pagamento (se o software do seu cliente suportar leitura de códigos QR).</p><p>Esta pagina vai automaticamente procurar as transacções existentes e verificar se existe alguma transacção com este código QR. Caso tenha colocado uma quantia irá tambem verificar a soma te todas as transacções.</p>Cabe-lhe a si aceitar ou não transacções não confirmadas. É provavel que elas sejam confirmadas rapidamente, mas tambem existe a possibilidade que não sejam, portanto para transacções de grande valor é aconselhavel esperar por uma ou mais confirmaçções.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>confirmações</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>confirmação</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ID da transacção copiada para a área de transferência</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Activar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -1005,7 +1005,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nome da carteira: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1039,12 +1039,12 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Alutara para restauro especificada invalida. Tem de ser um número.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
<source>Wallet log path: </source>
|
||||
<translation>Path para o ficheiro log da carteira: </translation>
|
||||
<translation>Directorio para o ficheiro de registos da carteira: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="747"/>
|
||||
@@ -1095,7 +1095,7 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Modo do daemon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="215"/>
|
||||
@@ -1110,19 +1110,19 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Node bootstrap</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Endereço</translation>
|
||||
<translation>Endereço</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Porta</translation>
|
||||
<translation>Porta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="334"/>
|
||||
@@ -1132,7 +1132,7 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Alterar localização</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="438"/>
|
||||
@@ -1142,12 +1142,12 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (Clique para alterar)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Defina uma nova altura para restaurar: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="357"/>
|
||||
@@ -1221,155 +1221,155 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>RingDB Partilhada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Esta secção permite-lhe interagir com a base de dados de rings. Esta base de dados é intencionada para a utilização de carteiras de Monero assim como carteiras de clones do Monero que usam as mesmas chaves.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Transacções em lista negra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ajuda</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>De forma a esconder qual é a verdadeira transacção que está a ser gasta, Monero utiliza varias transacções selecionadas automaticamente na mesma transacção, uma terceira pessoa não deve conseguir distinguir qual é a transacção verdadeira das falsas. Caso o consiga fazer irá emfraqiecer a a protecção dada pelas ring signatures. Se todas as transacções excepto uma forem conhecidas por ja terem sido gastas, então torna-se evidente qual é a transacção que está a ser gasta e a utilização de ring signatures fica sem efeito, sendo as ring signatures uma das 3 camadas que permite a protecção de privacidade em Monero.<br>Para ajudar a evitar essas transacções, é-lhe fornecida uma lista com transacções já conhecidas como gastas e assim pode evitar usa-las numa nova transacção. Esta lista é mantida pelo Monero Project e está disponivel no site oficinal getmonero.org, e pode importar essa lista para aqui.<br>Em alternatica, pode utilizar a ferramenta monero-blockchain-blackball e criar essa mesma lista de transacções conhecidas como gastas.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Este conjunto de transacções é conhecido como estando gasto, e não devem ser usados em futuras ring signatures.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Apenas deve carregar um ficheiro quando pretende refazer a lista. Aidiconar/remover manualmente é possivel se necessário.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Por favor escolha um ficheiro para carregar uma lista negra de endereços</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Directorio para o ficheiro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nome do ficheiro com lista negra de endereços</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Navegar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Carregar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ou manualmente adicionar/remover da lista negra um único endereço:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cole o endereço publico</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Adicionar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Remover</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rings</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>De forma a evitar a perca de protecção dada pelas ring signtarues, uma transacção não deve ser utilizada com assinaturas diferentes em diferentes blockchains. Por norma isto não é uma preocupação, mas pode-se tornar numa quando um clone de Monero reutiliza as mesmas chaves e lhe permite gastar as mesmas transacções. Neste caso, necessita de se certificar que as mesmas transacções utilizam as mesmas ring signatures em ambos os blockchains<br>Isto irá ser feito automaticamente em Monero e em qualquer blockchain que não esteja a tentar debilitar a sua privacidade.<br>Caso esteja a usar um destes clones e esse clone não providencie esta funcionalidade, poderá proteger a sua transacção, fazendo a mesma primeiro no clone, e depois manualmente adicionar as assinaturas através desta secção, o que lhe permitirá utilizar o seu Monero em segurança.<br>Se não usar nenhum clone de monero que utilize as mesmas chaves então está safo sem necessitar destas ferramentas de segurança, tudo já é feito automaticamente.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Estes registos contêm assinaturas usadas em transacções de num clone de Monero com as mesmas chaves, é necessario utilizar as mesmas assinaturas para evitar perca de privacidade.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Key image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Colar key image</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Obter ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Obter Ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nenhuma ring encontrada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Definir ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Definir Ring</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Eu pretendo reclamar os forks que usam as mesmas chaves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Eu talvez queira utilizar um fork com reutilização de chaves</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Parente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Altura do fork:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1409,38 +1409,38 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Esta secção permite-lhe assinar/verificar mensagens (ou ficheiros) com o seu endereço.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Mensagem</translation>
|
||||
<translation>Mensagem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Directorio para o ficheiro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Navegar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verificar mensagem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verificar ficheiro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Endereço</translation>
|
||||
<translation>Endereço</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1559,7 +1559,7 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Endereço primário</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1626,7 +1626,7 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Endereço primário</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1675,32 +1675,32 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Iniciar daemon</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tamanho do ring: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Esta secção permite-lhe assinar/verificar mensagens (ou ficheiros) com o seu endereço.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Padrão</translation>
|
||||
<translation>Padrão</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Normal (x1 taxa)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Endereço <font size='2'> ( </font> <a href='#'>Livro de endereços</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="297"/>
|
||||
@@ -1746,7 +1746,7 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero enviado com sucesso</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="492"/>
|
||||
@@ -1766,7 +1766,7 @@ O ficheiro cache antigo da carteira será renomeado e poderá ser reposto depois
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opções avançadas</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="522"/>
|
||||
@@ -1914,7 +1914,7 @@ Por favor atualize ou execute outra versão do daemon</translation>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Prova de Transacção</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1949,7 +1949,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verificar Transacção</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1990,7 +1990,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erro desconhecido</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1998,7 +1998,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="79"/>
|
||||
<source>We’re almost there - let’s just configure some Monero preferences</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Quase terminado - falta apenas configurar algumas opções</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="97"/>
|
||||
@@ -2018,7 +2018,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="140"/>
|
||||
<source>Disk conservation mode uses substantially less disk-space, but the same amount of bandwidth as a regular Monero instance. However, storing the full blockchain is beneficial to the security of the Monero network. If you are on a device with limited disk space, then this option is appropriate for you.</source>
|
||||
<translation>O modo de conservação de espaço no disco usa menos espaço porém a mesma quantidade de dados na internet. Armazenar a blockchain completa no seu disco ajuda a proteger a rede Monero. Caso esteja a usar um dispositivo com pouco espaço de disco livre, ative esta opção.</translation>
|
||||
<translation>O modo de conservação de espaço no disco usa menos espaço porém a mesma quantia de dados na internet. Armazenar a blockchain completa no seu disco ajuda a proteger a rede Monero. Caso esteja a usar um dispositivo com pouco espaço de disco livre, ative esta opção.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardConfigure.qml" line="153"/>
|
||||
@@ -2072,7 +2072,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Node bootstrap (deixe em branco caso não pretenda)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2100,7 +2100,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="162"/>
|
||||
<source>For every transaction, a small transaction fee is charged. This option lets you add an additional amount, as a percentage of that fee, to your transaction to support Monero development. For instance, a 50% autodonation take a transaction fee of 0.005 XMR and add a 0.0025 XMR to support Monero development.</source>
|
||||
<translation>Para cada transação uma pequena taxa é sempre cobrada. Esta opção permite adicionar uma quantidade adicional de percentagem desta taxa para ajudar o desenvolvimento do Monero. Por exemplo, 50% de auto-doação numa taxa de transferência de 0.005 XMR adiciona 0.0025 XMR que será enviado para o fundo comum de ajuda ao desenvolvimento do Monero.</translation>
|
||||
<translation>Para cada transação uma pequena taxa é sempre cobrada. Esta opção permite adicionar uma quantia adicional de percentagem desta taxa para ajudar o desenvolvimento do Monero. Por exemplo, 50% de auto-doação numa taxa de transferência de 0.005 XMR adiciona 0.0025 XMR que será enviado para o fundo comum de ajuda ao desenvolvimento do Monero.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="174"/>
|
||||
@@ -2110,7 +2110,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="190"/>
|
||||
<source>Mining secures the Monero network, and also pays a small reward for the work done. This option will let Monero mine when your computer is on mains power and is idle. It will stop mining when you continue working.</source>
|
||||
<translation>Minerar protege a rede do Monero e pode premiar o minerador com uma pequena quantidade de Monero pelo trabalho feito. Esta opção irá permitir que o seu computador seja usado para minerar Monero quando estiver sem utilização. A mineração será interrompida quando você voltar a utilizar o computador.</translation>
|
||||
<translation>Minerar protege a rede do Monero e pode premiar o minerador com uma pequena quantia de Monero pelo trabalho feito. Esta opção irá permitir que o seu computador seja usado para minerar Monero quando estiver sem utilização. A mineração será interrompida quando você voltar a utilizar o computador.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2130,12 +2130,12 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mainnet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2165,7 +2165,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="137"/>
|
||||
<source>You’re all set up!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Está tudo configurado!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
@@ -2175,7 +2175,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tipo de Rede</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2291,7 +2291,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Introduza as suas 25 (ou 24) palavras semente</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2339,7 +2339,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2354,7 +2354,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<location filename="../wizard/WizardPassword.qml" line="126"/>
|
||||
<source> <br>Note: this password cannot be recovered. If you forget it then the wallet will have to be restored from its 25 word mnemonic seed.<br/><br/>
|
||||
<b>Enter a strong password</b> (using letters, numbers, and/or symbols):</source>
|
||||
<translation> <br>Atennção: esta palavra-chave não pode ser recuperada. Caso a esqueça terá que recuperar a carteira através da frase semente.<br/><br/>
|
||||
<translation> <br>Atenção: esta palavra-chave não pode ser recuperada. Caso a esqueça terá que recuperar a carteira através da frase semente.<br/><br/>
|
||||
<b>Digite uma palavra-chave forte</b> (utilize letras, números e simbolos):</translation>
|
||||
</message>
|
||||
</context>
|
||||
@@ -2510,65 +2510,70 @@ Custo: </translation>
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aguardando daemon sincronizar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon sincronizando (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Carteira está sincronizada</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daemon está sincronizado</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Endereço: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
Ringsize: </translation>
|
||||
<translation>
|
||||
Tamanho do ring: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="627"/>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
ATENÇÃO: um tamanho de ring que não o de defeito pode enfraquecer a sua privacidade. O ring de 7 é o recomendado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
Número de transacções: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Descrição: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Índice do endereço de envio: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero enviado com sucesso: %1 transacção(ões)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2678,7 +2683,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Log do daemon</translation>
|
||||
<translation>Registo do daemon</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="350"/>
|
||||
@@ -2689,7 +2694,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="664"/>
|
||||
<source>Amount is wrong: expected number from %1 to %2</source>
|
||||
<translation>Quantidade incorreta: valor aceitável vai de %1 até %2</translation>
|
||||
<translation>Quantia incorreta: valor aceitável vai de %1 até %2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="676"/>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
@@ -82,7 +82,7 @@
|
||||
<message>
|
||||
<location filename="../components/DaemonConsole.qml" line="177"/>
|
||||
<source>command + enter (e.g help)</source>
|
||||
<translation>comandă + Enter (ex. help)</translation>
|
||||
<translation>comandă + Enter (ex. Ajutor)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -174,7 +174,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Inele:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="80"/>
|
||||
@@ -184,17 +184,17 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Adresă copiată în memorie</translation>
|
||||
<translation>Adresă copiată în memorie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Numărul blocului</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Descriere</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copiat în memorie</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Inele:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Renunță</translation>
|
||||
<translation>Renunță</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ok</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -421,7 +421,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -461,12 +461,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>RingDB distribuit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -481,12 +481,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Portofel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Serviciu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copiază</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Copiază în memorie</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Vă rog introduceți parola portofelului pentru:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 blocuri rămase:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sincronizare %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,97 +784,97 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cu mai mult Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cu Monero insuficient</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Așteptat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Total primit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pune o etichetă pentru adresa selectată:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adrese</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ajutor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<source><p>This QR code includes the address you selected above and the amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation><p>Acest cod QR include adresa selectată mai sus și suma introdusă mai jos. Distribuie codul QR altora (Clic-Dreapta->Salvează) astfel încât ei pot să îți trimită mai ușor suma exactă.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Creează adresă nouă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Setează o eticheta pentru noua adresă:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Fără titlu)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opțiuni avansate</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">Cod QR</translation>
|
||||
<translation>Cod QR</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Acesta este un simplu urmăritor de vânzare:</font></p><p>Permiteți clientului să scaneze codul QR pentru a face o plată (doar dacă acel client deține aplicația necesară pentru a scana coduri QR).</p><p>Această pagină va scana automat rețeaua pentru a identifica tranzacții realizate utilizând acest cod QR. Dacă introduceți și suma, va verifica de asemenea și tranzacții până la această sumă.</p>Este la latitudinea dumneavoastră să acceptați tranzații neconfirmate. Cel mai probabil vor fi confirmate în curând, dar există o posibilitate să nu fie confirmate, așadar pentru sume mai mari este bine sa așteptați o confirmare sau mai multe.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Confirmări</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Confirmare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Identificatorul tranzacției a fost copiat în memorie</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Permis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -980,24 +980,24 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mod Serviciu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mod Bootstrap</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adresă</translation>
|
||||
<translation>Adresă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Port</translation>
|
||||
<translation>Port</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="399"/>
|
||||
@@ -1007,7 +1007,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Schimbă localizarea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="467"/>
|
||||
@@ -1027,7 +1027,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nume portofel:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1037,12 +1037,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (Clic pentru a schimba)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Setează o nouă inălțime de restaurare:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="694"/>
|
||||
@@ -1071,7 +1071,7 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Înălțime de restaurare invalidă. Trebuie să fie un număr.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
@@ -1117,7 +1117,7 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="167"/>
|
||||
<source>Successfully rescanned spent outputs.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Registru de cheltuieli a fost rescanat cu succes.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="182"/>
|
||||
@@ -1221,155 +1221,155 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>RingDB distribuite.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Această pagina vă permite să interacționați cu baza de date ce conține inelele distribuite. Această bază de date este menită să fie folosită de portofelul Monero și de alte portofele ale clonelor Monero ce refolosesc cheile Monero.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rezultate respinse</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ajutor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pentru a ascunde ce inputuri sunt folosite intr-o tranzacție Monero, o terță parte nu ar trebui să știe ce inputuri într-un inel au fost deja folosite. Dacă ar putea să facă asta, ar slăbi protecția semnăturilor de inel. Dacă toate inputurile cu excepția unuia sunt deja știute să fie folosite, atunci inputul ce va fi folosit devine vizibil, anulând efectul semnăturilor de inel, unul dintre cele trei straturi principale de protecție a confidențialității ce este folosit de Monero.<br>Pentru a ajuta tranzacțiile să evite aceste inputuri, o listă a acestora ce sunt conuscute poate fi folosită pentru a evita utilizarea lor in noi tranzacții. O asemenea lista este întreținută de proiectul Monero și este disponibila la adresa getmonero.org, și puteți importa această lista aici.<br>Sau, puteți scana blockchain (și blockchain al clonelor Monero) inșivă folosind unealta monero-blockchain-blackball pentru a crea o listă de rezultate cunoscute folosite.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Acesta seteaza ce rezultate sunt deja știute a fi folosite, și astfel vor fi evitate in semnăturile inelelor.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ar trebui să incărcați un fișier când vreți să reîmprospătați lista. Adăugarea sau ștergerea manuală este posibilă, dacă este necesar.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Vă rog alegeți un fișier pentru a incărca outputuri blackballed</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Calea către fișier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Numele fișierului cu outputuri blackball</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Navigați</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Incărcați</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sau marcați un output de tip blackball/unblackball:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lipiți cheia publică a outputului</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blackball</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Unblackball</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Inele</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pentru a evita anularea protecției oferite de semnăturile de inel ale Monero, un output nu ar trebui folosit cu diferite inele în diferite blockchain-uri. De obicei aceasta nu ar trebui să fie o problemă, dar poate deveni una atunci când o clonă a Monero permite să folosiți outputuri existente. În acest caz, trebuie să fiți siguri că aceste outputuri folosesc aceleași inele în ambele blockchain-uri.<br>Această operație este făcută automat de Monero si de orice clona care nu incearcă să atenteze la confidențialitatea dumneavoastră.<br>Dacă folosiți o clonă Monero și această clonă nu include acest tip de protecție, tot puteți fi sigur că tranzacțiile sunt protejate folosind clona prima data, și dupa adăugați manual inelul în această pagină, ceea ce va permite să folosiți Monero în siguranță.<br>Dacă nu folosiți o clonă Monero ce refolosește chei fără această măsură de siguranță, atunci nu e nevoie să faceți nimic intrucât totul este automat.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Aceste inele înregistrate sunt folosite pentru outputurile cheltuite in Monero pe un lanț de chei refolosite, deci același inel poate fi refolosit pentru a evita probleme de confidențialitate.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Imaginea cheii</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Obține inel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Obține inel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nici un inel găsit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Setează inel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Setează inel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Intenționez să plătesc cu chei refolosite in clone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>S-ar putea să plătesc cu chei refolosite in clone</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Proporțional</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Înălțimea separării:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1409,38 +1409,38 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Această pagină îți permite să semnezi/verifici un mesaj (sau conținutul unui fișier) cu adresa ta.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Mesaj</translation>
|
||||
<translation>Mesaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Calea către fișier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Navighează</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verifică mesaj</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verifică fișier</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adresă</translation>
|
||||
<translation>Adresă</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1559,7 +1559,7 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresă principală</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1626,7 +1626,7 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresă principală</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1680,32 +1680,32 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Pornește serviciu</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mărimea inelului: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Această pagină îți permite să semnezi/verifici un mesaj (sau conținutul unui fișier) cu adresa ta.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Implicit</translation>
|
||||
<translation>Implicit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Normal (x1 comision)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Adresă <font size='2'> ( </font> <a href='#'>Agendă</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="297"/>
|
||||
@@ -1751,17 +1751,17 @@ Fișierul vechi de cache va fi redenumit și poate fi refolosit în viitor.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opțiuni avansate</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero trimiși cu succes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="492"/>
|
||||
<source>Sweep Unmixable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sweep Unmixable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="503"/>
|
||||
@@ -1914,7 +1914,7 @@ Actualizează sau conectează-te la un alt serviciu</translation>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dovadă tranzacție</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1949,7 +1949,7 @@ Pentru plățile trimise, poți obține o 'dovadă de plată' care ate
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Verifică tranzacție</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1991,7 +1991,7 @@ Pentru cazurile cu Dovadă de plată, nu e necesară adresa destinatarului.</tra
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Eroare necunoscută</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2073,7 +2073,7 @@ Pentru cazurile cu Dovadă de plată, nu e necesară adresa destinatarului.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Nod Bootstrap (lăsați gol daca nu doriți)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2131,12 +2131,12 @@ Pentru cazurile cu Dovadă de plată, nu e necesară adresa destinatarului.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Rețea principală</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2171,7 +2171,7 @@ Pentru cazurile cu Dovadă de plată, nu e necesară adresa destinatarului.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tip rețea</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2292,7 +2292,7 @@ Pentru cazurile cu Dovadă de plată, nu e necesară adresa destinatarului.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Introduceți cele 25 (ori 24) cuvinte ce formează seedul mnemonic</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2340,7 +2340,7 @@ Pentru cazurile cu Dovadă de plată, nu e necesară adresa destinatarului.</tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2468,7 +2468,7 @@ Pentru cazurile cu Dovadă de plată, nu e necesară adresa destinatarului.</tra
|
||||
<location filename="../main.qml" line="608"/>
|
||||
<location filename="../main.qml" line="727"/>
|
||||
<source>No unmixable outputs to sweep</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>No unmixable outputs to sweep</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="739"/>
|
||||
@@ -2511,65 +2511,71 @@ Comision: </translation>
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Așteptând serviciul să se sincronizeze</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Serviciul este sincronizat (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Portofelul este sincronizat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Serviciul este sincronizat</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresă:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
Ringsize: </translation>
|
||||
<translation>
|
||||
Mărimea inelului: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="627"/>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
ATENȚIE: mărimea inelului este diferit de cel implicit, ceea ce ar putea să vă afecteze confidențialitatea. Implicit 7 este recomandat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
Numărul tranzacțiilor: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Descriere: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Indexul adresei de cheltuit:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero trimiși cu succes: %1 tranzacție</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2668,12 +2674,12 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1783"/>
|
||||
<source>New version of monero-wallet-gui is available: %1<br>%2</source>
|
||||
<translation>O nouă versiune monero-wallet-gui este disponiilă: %1<br>%2</translation>
|
||||
<translation>O nouă versiune monero-wallet-gui este disponibilă: %1<br>%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Jurnal serviciu</translation>
|
||||
<translation>Jurnal serviciu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="862"/>
|
||||
|
||||
@@ -179,22 +179,22 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Размер кольца:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Адрес скопирован в буфер обмена</translation>
|
||||
<translation>Адрес скопирован в буфер обмена</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Высота блока</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Описание</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Скопировано в буфер обмена</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Размер кольца:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">Отмена</translation>
|
||||
<translation>Отмена</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ОК</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -421,7 +421,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Тестовая сеть (stagenet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -461,7 +461,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Общая база RingDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
@@ -481,12 +481,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Кошелек</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Демон</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Копировать</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Скопировано в буфер обмена</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Пожалуйста введите пароль кошелька для: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 блоков осталось: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Синхронизировано %1</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -756,7 +756,7 @@
|
||||
<message>
|
||||
<location filename="../components/QRCodeScanner.qml" line="129"/>
|
||||
<source>QrCode Scanned</source>
|
||||
<translation>QR-код отсканирован</translation>
|
||||
<translation>QR-код Отсканирован</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,97 +784,97 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>С достаточным количеством Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>С недостаточным количеством Monero</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ожидается</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Всего получено</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Установить метку выбранного адреса:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Адреса</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Помощь</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>Этот QR-код включает в себя адрес, который вы выбрали выше и количество, которые вы ввели ниже. Поделитесь этим с другими (ПКМ->Сохранить) так им будет легче отправить вам точное количество.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Создать новый адрес</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Установить метку для нового адреса:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Без названия)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Дополнительные настройки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">QR-код</translation>
|
||||
<translation>QR-код</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Это простой инструмент для отслеживания операций:</font></p><p>Дайте своему клиенту отсканировать этот QR-код для совершения платежа (если у этого клиента есть программное обеспечение, которое поддерживает сканирование QR-кодов).</p><p>Эта страница будет автоматически сканировать блокчейн на наличие входящих транзакций в пуле с помощью этого QR-кода. Если вы введете количество, будет также проверена эта входящая транзакция на наличие нужного количества.</p>Вам самим решать, принимать или нет неподтвержденные транзакции. Скорее всего они будут подтверждены в очень короткое время, но есть небольшой шанс того, что они не будут подтверждены. Именно по этому при больших суммах лучше будет подождать одного или нескольких подтверждений.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>подтверждений</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>подтверждение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>ID транзакции скопировано в буфер обмена</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Включить</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -996,24 +996,24 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Режим демона</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap нода</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Адрес</translation>
|
||||
<translation>Адрес</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Порт</translation>
|
||||
<translation>Порт</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="399"/>
|
||||
@@ -1023,7 +1023,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Изменить местонахождение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="467"/>
|
||||
@@ -1038,12 +1038,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (Кликните для изменения)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Установить высоту блоков для восстановления:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="312"/>
|
||||
@@ -1058,7 +1058,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="507"/>
|
||||
<source>Custom decorations</source>
|
||||
<translation>Включить эффекты</translation>
|
||||
<translation>Переключить режим окна</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="517"/>
|
||||
@@ -1133,12 +1133,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Имя кошелька: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
<source>Wallet creation height: </source>
|
||||
<translation>Высота блока на момент создания кошелька: </translation>
|
||||
<translation>Высота блока при создании кошелька: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="694"/>
|
||||
@@ -1167,7 +1167,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Введена неверная высота блоков для восставновления. Нужно вводить цифры.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
@@ -1221,155 +1221,155 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Общая база RingDB</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>На этой странице можно взаимодействовать с общей базой данных RingDB. Эта база данных предназначается для использования кошельками Monero или их клонов, которые смогут повторно использовать ключи Monero.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Заблокированные выходы</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Помощь</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Для того чтобы скрыть какие входы в транзакциях Monero потрачены, третья сторона не должна сообщать какие входы в кольце уже задействованы в трате. Ведь если это сделать, то это ослабит защиту, обеспечиваемую кольцевыми подписями. Если известно, что все, кроме одного из входов, уже потрачены, то фактически трата входа становится очевидной, тем самым аннулируется эффект кольцевых подписей, одного из трех основных уровней защиты конфиденциальности Monero.<br>Чтобы помочь транзакциям избежать траты этих входов, можно использовать список известных израсходованных входов, чтобы избежать их использования в новых транзакциях. Такой список поддерживается проектом Monero и доступен на веб-сайте getmonero.org, и вы можете импортировать этот список здесь.<br>Кроме того, вы можете просканировать блокчейн (и блокчейны клонов Monero) самостоятельно, используя инструмент monero-blockchain-blackball, чтобы создать список известных потраченых входов.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Здесь устанавливается, какие из выходов известны как израссходованные, и следовательно, их нельзя использовать в качестве секретных заполнителей в кольцевых подписях.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Вам нужно только загрузить файл, если вы хотите обновить список. При необходимости возможно ручное добавление/удаление элементов.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Пожалуйста выберете файл для загрузки списка заблокированных выходов из</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Путь к файлу</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Имя файла со списком заблокированных выходов</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Обзор</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Загрузить</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Или ввести вручную заблокированный/незаблокированный выход:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Вставить выход публичного ключа</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Заблокированные</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Незаблокированные</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Размер кольца</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Во избежание аннулирования защиты, обеспечиваемой кольцевыми подписями Monero, выход не должен проводиться с разными кольцами на разных блокчейнах. Хотя это, как правило, не вызывает беспокойства, он может стать одним, если какой-то клон Monero, использующий ключ повторно, позволяет вам тратить существующие выходы. В этом случае вам необходимо обеспечить, чтобы эти существующие выходы использовали одно и то же кольцо для обеих цепей.<br>Это может быть сделано автоматически Monero или любым программным обеспечением с возможностью повторного использования ключей, которое не будет пытатся лишить вас конфиденциальности.<br>Если вы используете клон Monero с повторным использованием ключа, и этот клон не включает эту защиту, вы все равно можете гарантировать, что ваши транзакции будут защищены, сделав их сначала на клоне, затем вручную добавить кольцо на этой странице, что позволит вам конфиденциально перевести ваши Monero.<br>Если вы не используете клон Monero с повторным использованием ключей без этих функций безопасности, то вам не нужно ничего делать, поскольку все автоматизировано.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Здесь записываются кольца, используемые выходами, проводимыми на Monero, в цепочке повторного использования ключей, так что одно и то же кольцо можно использовать повторно, чтобы избежать проблем с конфиденциальностью.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Образ ключа</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">Вставить образ ключа</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Получить кольцо</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Получить Кольцо</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Не найдено колец</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Установить кольцо</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Установить Кольцо</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Я намерен повторно использовать ключ на другом форке(ах)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Я возможно захочу повторно использовать ключ на другом форке(ах)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Связанные</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Высота блока в разделении цепи:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1409,38 +1409,38 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>На этой странице можно подписать/проверить сообщение (или файл) вашим адресом.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Сообщение</translation>
|
||||
<translation>Сообщение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Путь к файлу</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Обзор</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Проверить сообщение</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Проверить файл</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Адрес</translation>
|
||||
<translation>Адрес</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1559,7 +1559,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Первичный адрес</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1626,7 +1626,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Первичный адрес</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1746,7 +1746,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero отправлены успешно</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="676"/>
|
||||
@@ -1779,7 +1779,7 @@ Please upgrade or connect to another daemon</source>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="503"/>
|
||||
<source>Create tx file</source>
|
||||
<translation>создать файл транзакции</translation>
|
||||
<translation>Создать файл транзакции</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="559"/>
|
||||
@@ -1801,37 +1801,37 @@ Please upgrade or connect to another daemon</source>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Запустить демона</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Размер кольца: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>На этой странице можно подписать/проверить сообщение (или файл) вашим адресом.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Стандартный</translation>
|
||||
<translation>Стандартный</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Нормальный (x1 комиссия)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Адрес <font size='2'> ( </font> <a href='#'>Адресная книга</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Дополнительные настройки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="560"/>
|
||||
@@ -1921,7 +1921,7 @@ Ringsize: </source>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Подтвердить совершение транзакции</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1956,7 +1956,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Проверить транзакцию</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1991,7 +1991,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Неизвестная ошибка</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2053,7 +2053,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="114"/>
|
||||
<source>To be able to communicate with the Monero network your wallet needs to be connected to a Monero node. For best privacy it's recommended to run your own node. <br><br> If you don't have the option to run your own node, there's an option to connect to a remote node.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Для того, чтобы обмениваться данными з сетью Monero ваш кошелек должен быть подключен к ноде Monero. Для лучшей конфиденциальности рекомендуется запустить собственную ноду. <br><br> Если у вас нет возможности запустить собственную ноду, есть возможность подключится к удаленной ноде.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="126"/>
|
||||
@@ -2073,7 +2073,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap нода (оставьте поле пустым, если не требуется)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2131,12 +2131,12 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Тестовая сеть (Stagenet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Основная сеть (Mainnet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2171,7 +2171,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Тип Сети</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2292,7 +2292,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Введите свою мнемоническую seed-фразу из 25 (или 24) слов</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2340,7 +2340,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Тестовая сеть (Stagenet)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2385,7 +2385,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardWelcome.qml" line="73"/>
|
||||
<source>Welcome to Monero!</source>
|
||||
<translation>Добро подаловать в Monero!</translation>
|
||||
<translation>Добро пожаловать в Monero!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardWelcome.qml" line="83"/>
|
||||
@@ -2421,17 +2421,17 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ожидание синхронизации с демоном</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Демон синхронизирован на (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Кошелек синхронизирован</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="534"/>
|
||||
@@ -2446,7 +2446,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Демон синхронизирован</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="597"/>
|
||||
@@ -2470,7 +2470,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Адрес: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="623"/>
|
||||
@@ -2573,7 +2573,7 @@ Fee: </source>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
<translation>
|
||||
Размер кольца: </translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2581,26 +2581,32 @@ Ringsize: </source>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">
|
||||
|
||||
ПРЕДУПРЕЖДЕНИЕ: размер кольца не по умолчанию, это может нанести вред вашей конфиденциальности. Значение по умолчанию 7.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
Количество транзакций: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Описание: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
Индекс адреса траты: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="676"/>
|
||||
@@ -2626,7 +2632,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero отправлено успешно: %1 транзакция(й) </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2725,7 +2731,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Логи демона</translation>
|
||||
<translation>Логи демона</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="859"/>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
@@ -174,7 +174,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halkalar:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="80"/>
|
||||
@@ -184,17 +184,17 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">Adres panoya kopyalanmış</translation>
|
||||
<translation>Adres panoya kopyalandı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Blok Yüksekliği</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tanım</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Panoya kopyalandı</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halkalar:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">İptal et</translation>
|
||||
<translation>Vazgeç</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tamam</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -421,7 +421,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Prova ağı (Stagenet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -461,12 +461,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Paylaşılan HalkaVT(RingDB)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -481,17 +481,17 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cüzdan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Arkaplan hizmeti (daemon)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
<source>Sign/verify</source>
|
||||
<translation>İmzalanmış/Onaylanmış</translation>
|
||||
<translation>İmzalan/doğrula</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="529"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kopyala</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Panoya kopyalandı</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lütfen şunun için cüzdan şifrenizi giriniz :</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 blok kaldı: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1 senkronize ediliyor</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,107 +784,107 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Daha fazla Monero ile</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yeterli Monero olmadan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Beklenen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Toplam gelen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Seçilen adres için etiket belirleyin:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adresler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yardım</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>Bu QR kodu yukarda seçtiğiniz adresi ve aşağıda girdiğiniz miktarı içerir. Başkaları ile paylaşarak (sağ tık->Kaydet) tam miktarı daha kolayca gönderebilirler.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yeni adres oluşturun</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yeni adresin etiketini belirleyin:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(Başlıksız)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gelişmiş seçenekler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">QR Kod</translation>
|
||||
<translation>QR Kod</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>Bu basit bir satış takipçisidir:</font></p><p>Müşterinizin QR kodunu tarayarak ödeme yapmasını sağlar (eğer müsterinizin QR kodu taramasını destekleyen uygulaması varsa).</p><p>Bu sayfa bu QR kodu ile gelen işlemler için blok zincirini ve göderim (TX) havuzunu kendiliğinden tarar. Eğer bir miktar girerseniz, girdiğiniz miktara kadar gelen işlmeleri de denetler.</p>Teyit edilmemiş işlemi kabul etmek size kalmış. Muhtemelen kısa sürede teyit edilir. Ancak küçük bir olasılık olsa da, teyit edilmeyebilir. Bu nedenle, yüksek meblağlar için bir veya daha fazla teyiti beklemeniz iyi olur.</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>teyitler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>teyit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>İşlem No'su panoya kopyalandı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Etkinleştir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="697"/>
|
||||
<source>Failed to save QrCode to </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>QrKodunu kaydetme başarısız oldu. İlgi </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation>Adres panoya kopyalanmış</translation>
|
||||
<translation>Adres panoya kopyalandı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="456"/>
|
||||
@@ -1035,7 +1035,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Arka plan hizmetinin biçimi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="215"/>
|
||||
@@ -1050,19 +1050,19 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Önyükleme düğümü</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adres</translation>
|
||||
<translation>Adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">Port</translation>
|
||||
<translation>Port</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="334"/>
|
||||
@@ -1072,7 +1072,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yerini değiştir</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="438"/>
|
||||
@@ -1082,12 +1082,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><a href='#'> (Değiştirmek için tıklayın)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geriye yüklenecek blok yüksekliğini girin:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="695"/>
|
||||
@@ -1099,12 +1099,19 @@ The following information will be deleted
|
||||
|
||||
The old wallet cache file will be renamed and can be restored later.
|
||||
</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cüzdan önbelleğini yeniden oluşturmak istediğinizden emin misiniz?
|
||||
Aşağıdaki bilgiler silinecek
|
||||
- Alıcı adresleri
|
||||
- Tx tuşları
|
||||
- Tx açıklamaları
|
||||
|
||||
Eski cüzdan önbellek dosyası yeniden adlandırılacak ve daha sonra geri yüklenebilecektir.
|
||||
</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Geçersiz geri yükleme blok yüksekliği. Bir sayı olmalı.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="357"/>
|
||||
@@ -1139,7 +1146,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cüzdan adı: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1214,155 +1221,155 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Paylaşılan HalkaVT(RingDB)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bu sayfa paylaşılan halka veritabanı ile etkileşim içindir. Bu veritabanı Monero ve Monero anahtarlarını kullanan Monero klonlarının cüzdanları içindir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Oy birliği ile atılmış çıktılar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yardım</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero işleminde hangi girdilerin harcanacağını gizlemek için, üçüncü bir taraf, bir halkada hangi girdilerin zaten harcanmış olduğunu söyleyememelidir. Bunu yapabilmek, halka imzaların sağladığı korumayı zayıflatabilir. Girişlerden birinin dışında kalanın zaten harcanmış olduğu biliniyorsa, o zaman harcanan girdi görünür hale gelir ve böylece Monero kullanımının gizlilik korumasının üç ana katmanından biri olan halka imzaların etkisini ortadan kaldırır.<br> İşlemlerin bu girdilerden kaçınmasına yardım etmek için, harcandığı bilinen girdilerin bir listesi yeni işlemlerde kullanmaktan kaçınmak için kullanılabilir. Böyle bir liste Monero projesi tarafından korunur ve getmonero.org web sitesinde mevcuttur ve bu listeyi buradan içe aktarabilirsiniz.<br> Alternatif olarak, bilinen harcanan çıktıların bir listesini oluşturmak için monero-blockchain-blackball aracını kullanarak block zincirini (ve anahtarı tekrar kullanan Monero klonlarının blok zincirini), kendiniz de tarayabilirsiniz.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bu, hangi çıktıların zaten harcandığının bilindiğini ve böylece halka imzalarda gizlilik yer tutucuları olarak kullanılmayacağını belirler.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Listeyi yenilemek istediğinizde sadece bir dosya yüklemeniz gerekir. Gerekirse manuel ekleme / çıkarma mümkündür.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lütfen oybirliği ile atılmış çıktıları yüklemek için bir dosya seçin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dosya yolu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lütfen oybirliği ile atılmış çıktıların olduğu dosya adı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Göster</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yükle</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Veya bir çıktıyı manuel olarak oybirliği ile atın veya alın:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Çıktı genel anahtarı(PublicKey)nı yapıştırın </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Oybirliği ile atma (Blackball)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Oybirliği ile geri alma (Unblackball)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halkalar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero'nun halka imzalarının sağladığı korumayı geçersiz kılmaktan kaçınmak için, bir çıktı farklı blok zincirlarinde farklı halkalarla harcanmamalıdır. Bu normalde bir endişe yaratmasa da, anahtarı yeniden kullananan bir Monero klonu varolan çıktıları harcamaya izin verdiğinde bir tane haline gelebilir. Bu durumda, bu mevcut çıktıların her iki zincirde de aynı halkayı kullanmasını sağlamanız gerekir. Bu, Monero tarafından otomatik olarak ve gizliliğinizden sizi aktif olarak engellemeye çalışan anahtar yeniden kullanılan bir yazılım tarafından otomatik olarak yapılacaktır.<br> Anahtarı yeniden kullanan bir Monero klonu da kullanıyorsanız ve bu klonun bu korumayı içermemesi durumunda, işlemlerinizi önce klonla harcayıp sonra bu sayfada halkayı manuel olarak ekleyerek koruyabildiğinizden emin olabilirsiniz. Böylece işleminizin gizliliği güvende kalmış olur.<br> Bu güvenlik özellikleri olmadan anahtarı yeniden kullanan bir Monero klonu kullanmıyorsanız, tümü otomatikleştirilmiş olduğu için hiçbir şey yapmanıza gerek yoktur.<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bu, anahtarı yeniden kullanan zincirde harcanan çıktılarla kullanılan halkaları kaydeder, böylece aynı halka gizlilik sorunlarını önlemek için yeniden kullanılabilir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Anahtar yansısı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Anahtar yansısını yapıştırın</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halkayı alın</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halkayı alın</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Hiç halka bulunamadı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halkayı girin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halkayı girin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Anahtarı yeniden kullanan klonlarda harcama yapacağım</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Anahtarı yeniden kullanan klonlarda harcama yapabilirim</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Göreceli</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ayrım yüksekliği:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1402,38 +1409,38 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bu sayfa, bir iletiyi (veya dosya içeriklerini) adresinizle imzalamanıza / doğrulamanıza olanak tanır.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">Mesaj</translation>
|
||||
<translation>İleti</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dosya yolu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Göster</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>İletiyi doğrulayın</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Dosyayı doğrulayın</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">Adres</translation>
|
||||
<translation>Adres</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1552,7 +1559,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Birincil adres</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1619,7 +1626,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Birincil adres</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1658,37 +1665,37 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Arka plan hizmetini başlatın</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halka büyüklüğü: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bu sayfa, bir iletiyi (veya dosya içeriklerini) adresinizle imzalamanıza / doğrulamanıza olanak tanır.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">Varsayılan</translation>
|
||||
<translation>Varsayılan</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Normal (x1 ücreti)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Adres <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="297"/>
|
||||
<source>No valid address found at this OpenAlias address</source>
|
||||
<translation>Bu OpenAlias adresinde geçerli bir adres bulunamadı</translation>
|
||||
<translation>Bu OpenAlias adresinde geçerli bir adres bulunamadı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="303"/>
|
||||
@@ -1729,7 +1736,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero başarı ile gönderildi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="492"/>
|
||||
@@ -1761,43 +1768,44 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<location filename="../pages/Transfer.qml" line="567"/>
|
||||
<source>
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
İşlem sayısı: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="569"/>
|
||||
<source>
|
||||
Transaction #%1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>İşlem #%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="570"/>
|
||||
<source>
|
||||
Recipient: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Alıcı: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="571"/>
|
||||
<source>
|
||||
payment ID: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ödeme No (Payment ID): </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="572"/>
|
||||
<source>
|
||||
Amount: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Miktar: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="573"/>
|
||||
<source>
|
||||
Fee: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ücret: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="574"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halka büyüklüğü: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="621"/>
|
||||
@@ -1813,12 +1821,12 @@ Ringsize: </source>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gelişmiş seçenekler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="560"/>
|
||||
<source>Can't load unsigned transaction: </source>
|
||||
<translation>mzasız işlem yüklenemiyor: </translation>
|
||||
<translation>İmzasız işlem yüklenemiyor: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="588"/>
|
||||
@@ -1900,7 +1908,7 @@ Lütfen yükseltin veya başka bir daemona bağlanın </translation>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>İşlemi kanıtla</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="96"/>
|
||||
@@ -1928,7 +1936,7 @@ Lütfen yükseltin veya başka bir daemona bağlanın </translation>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>İşlemi denetle</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="197"/>
|
||||
@@ -1977,7 +1985,7 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bilinmeyen hata</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2059,7 +2067,7 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Önyükleme düğümü (istenmiyorsa boş bırakın)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2087,7 +2095,7 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="162"/>
|
||||
<source>For every transaction, a small transaction fee is charged. This option lets you add an additional amount, as a percentage of that fee, to your transaction to support Monero development. For instance, a 50% autodonation take a transaction fee of 0.005 XMR and add a 0.0025 XMR to support Monero development.</source>
|
||||
<translation>Her işlem için küçük bir işlem ücreti alınır. Bu seçenek, Monero'nun geliştirilmesini desteklemek için işleminize, bu ücretin bir yüzdesi olarak ek bir miktar eklemenize izin verir. Örneğin %50 otomatik bağış, 0.005 XMR işlem ücreti alır ve Monero gelişimini desteklemek için 0.0025 XMR ekler.</translation>
|
||||
<translation>Her işlem için küçük bir işlem ücreti alınır. Bu seçenek, Monero'nun geliştirilmesini desteklemek için işleminize, bu ücretin bir yüzdesi olarak ek bir miktar eklemenize izin verir. Örneğin 50% otomatik bağış, 0.005 XMR işlem ücreti alır ve Monero gelişimini desteklemek için 0.0025 XMR ekler.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDonation.qml" line="174"/>
|
||||
@@ -2117,12 +2125,12 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Prova ağı (Stagenet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ana ağ (mainnet)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2152,7 +2160,7 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="87"/>
|
||||
<source>New wallet details:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Yeni cüzdan detayları:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
@@ -2162,7 +2170,7 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ağ tipi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2278,17 +2286,17 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>25 (veya 24) kelimelik mnemonik tohumunuzu girin</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
<source>Seed copied to clipboard</source>
|
||||
<translation>Seed panoya kopylandı</translation>
|
||||
<translation>Tohum(Seed) panoya kopyalandı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="93"/>
|
||||
<source>This seed is <b>very</b> important to write down and keep secret. It is all you need to backup and restore your wallet.</source>
|
||||
<translation>Bu seed bir yere yazın ve saklayın gizlilik <b> çok </b> önemlidir. Seed ile yapmanız gereken, cüzdanınızı yedeklemek ve geri yüklemek.</translation>
|
||||
<translation>Bu tohumu(seed) bir yere yazıp gizli tutmanız <b> çok </b> önemlidir. Tohum(Seed) ile tüm yapmanız gereken, cüzdanınızı yedeklemek ve geri yüklemektir.</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2326,7 +2334,7 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Prova ağı (Stagenet)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2466,38 +2474,38 @@ Harcama Kanıtı ile ilgili davada, alıcı adresini belirtmeniz gerekmez. </tra
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Arka plan hizmetinin (daemon) eşzamanlaması bekleniyor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Arka plan hizmeti (daemon) eşzamanlandı (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cüzdan senkronize edildi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="534"/>
|
||||
<source>Daemon failed to start</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Arka plan hizmetinin (daemon) başlaması başarısız oldu</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Arka plan hizmeti (daemon) eşzamanlandı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Adres: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="622"/>
|
||||
<source>
|
||||
Payment ID: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ödeme No (Payment ID): </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="623"/>
|
||||
@@ -2505,51 +2513,51 @@ Payment ID: </source>
|
||||
<source>
|
||||
|
||||
Amount: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Miktar: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="624"/>
|
||||
<location filename="../main.qml" line="742"/>
|
||||
<source>
|
||||
Fee: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Ücret: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Halka büyüklüğü: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="627"/>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>UYARI: gizliliğinize zarar verebilecek varsayılan olmayan halka boyutu. Varsayılan değer olan 7 önerilir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>İşlem sayısı: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tanım:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Harcama adresi indeksi: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero başarı ile gönderildi: %1 işlem</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2658,7 +2666,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">Daemon log</translation>
|
||||
<translation>Daemon log</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="350"/>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="zh_TW">
|
||||
<TS version="2.1" language="zh_TW">
|
||||
<context>
|
||||
<name>AddressBook</name>
|
||||
<message>
|
||||
@@ -21,7 +21,7 @@
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="66"/>
|
||||
<source>4.. / 8..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>4.. / 8..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/AddressBook.qml" line="74"/>
|
||||
@@ -174,7 +174,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="55"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>環狀簽名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="80"/>
|
||||
@@ -184,17 +184,17 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="244"/>
|
||||
<source>Address copied to clipboard</source>
|
||||
<translation type="unfinished">位址已複製到剪貼簿</translation>
|
||||
<translation>位址已複製到剪貼簿</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="343"/>
|
||||
<source>Blockheight</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>區塊高度</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="368"/>
|
||||
<source>Description</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>附註</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTable.qml" line="347"/>
|
||||
@@ -227,7 +227,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableInnerColumn.qml" line="87"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>已複製至剪貼簿</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -260,7 +260,7 @@
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="54"/>
|
||||
<source>Rings:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>環狀簽名:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/HistoryTableMobile.qml" line="80"/>
|
||||
@@ -293,12 +293,12 @@
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="136"/>
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished">取消</translation>
|
||||
<translation>取消</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/InputDialog.qml" line="148"/>
|
||||
<source>Ok</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>好的</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -396,7 +396,7 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="457"/>
|
||||
<source>Prove/check</source>
|
||||
<translation>驗證/檢查</translation>
|
||||
<translation>證明 / 檢查</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="458"/>
|
||||
@@ -416,12 +416,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Testnet</source>
|
||||
<translation>連接到測試網路</translation>
|
||||
<translation>Testnet網路</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="124"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet網路</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="338"/>
|
||||
@@ -461,12 +461,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="480"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>共享環簽資料庫</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="481"/>
|
||||
<source>A</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>A</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="550"/>
|
||||
@@ -481,12 +481,12 @@
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="601"/>
|
||||
<source>Wallet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>錢包</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="610"/>
|
||||
<source>Daemon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>節點</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../LeftPanel.qml" line="505"/>
|
||||
@@ -519,12 +519,12 @@
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="84"/>
|
||||
<source>Copy</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>複製</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/LineEditMulti.qml" line="91"/>
|
||||
<source>Copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>已複製至剪貼簿</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -707,7 +707,7 @@
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="86"/>
|
||||
<source>Please enter wallet password for: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>請輸入這個錢包的密碼:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/PasswordDialog.qml" line="150"/>
|
||||
@@ -743,12 +743,12 @@
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="38"/>
|
||||
<source>%1 blocks remaining: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>%1剩餘區塊:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="70"/>
|
||||
<source>Synchronizing %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>同步%1中</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -784,97 +784,97 @@
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="138"/>
|
||||
<source>With more Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero多於預期金額</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="139"/>
|
||||
<source>With not enough Monero</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero少於預期金額</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="141"/>
|
||||
<source>Expected</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>預期收到金額</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="142"/>
|
||||
<source>Total received</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>總共已收到</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="165"/>
|
||||
<source>Set the label of the selected address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>為選擇的位址加上標籤:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="200"/>
|
||||
<source>Addresses</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>位址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="202"/>
|
||||
<location filename="../pages/Receive.qml" line="431"/>
|
||||
<location filename="../pages/Receive.qml" line="521"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>幫助</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="206"/>
|
||||
<location filename="../pages/Receive.qml" line="435"/>
|
||||
<source><p>This QR code includes the address you selected above andthe amount you entered below. Share it with others (right-click->Save) so they can more easily send you exact amounts.</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p>這個QR碼包含了上面選擇的位址和輸入的金額,將之提供給對方 (右鍵儲存) 可使他們可以輕鬆地發送正確的金額給你。</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="373"/>
|
||||
<source>Create new address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>產生新位址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="388"/>
|
||||
<source>Set the label of the new address:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>為新的位址加上標籤:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="389"/>
|
||||
<source>(Untitled)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>(未命名)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="409"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>進階選項</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="429"/>
|
||||
<location filename="../pages/Receive.qml" line="434"/>
|
||||
<source>QR Code</source>
|
||||
<translation type="unfinished">QR碼</translation>
|
||||
<translation>QR碼</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="525"/>
|
||||
<source><p><font size='+2'>This is a simple sales tracker:</font></p><p>Let your customer scan that QR code to make a payment (if that customer has software which supports QR code scanning).</p><p>This page will automatically scan the blockchain and the tx pool for incoming transactions using this QR code. If you input an amount, it will also check that incoming transactions total up to that amount.</p>It's up to you whether to accept unconfirmed transactions or not. It is likely they'll be confirmed in short order, but there is still a possibility they might not, so for larger values you may want to wait for one or more confirmation(s).</p></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><p><font size='+2'>這是一個簡單的交易追蹤器:</font></p><p>讓你的顧客掃描此 QR 碼以進行付款 (若該顧客的錢包支援QR碼掃描)。</p><p>此頁面將會自動在區塊鏈上或交易池中尋找屬於該QR碼的交易,若你有設定金額則這頁面將同時會檢查其進帳的金額總和。</p>你可以自行決定是否接受尚未確認的交易,通常它不久之後就會完成確認,但也有可能須等待一段時間,因此若是交易較大筆的金額,你或許可以等待一(或多個)確認確保安全。</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="612"/>
|
||||
<location filename="../pages/Receive.qml" line="614"/>
|
||||
<source>confirmations</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>交易確認</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="617"/>
|
||||
<source>confirmation</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>交易確認</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="641"/>
|
||||
<source>Transaction ID copied to clipboard</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>交易ID已複製至剪貼簿</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="676"/>
|
||||
<source>Enable</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>啟用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Receive.qml" line="330"/>
|
||||
@@ -980,24 +980,24 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="207"/>
|
||||
<source>Daemon mode</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>節點模式</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="240"/>
|
||||
<source>Bootstrap node</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap節點</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="259"/>
|
||||
<location filename="../pages/Settings.qml" line="291"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">位址</translation>
|
||||
<translation>節點位置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="260"/>
|
||||
<location filename="../pages/Settings.qml" line="292"/>
|
||||
<source>Port</source>
|
||||
<translation type="unfinished">通訊埠</translation>
|
||||
<translation>通訊埠</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="399"/>
|
||||
@@ -1007,7 +1007,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="423"/>
|
||||
<source>Change location</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>更改儲存位置</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="467"/>
|
||||
@@ -1022,12 +1022,12 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="680"/>
|
||||
<source> <a href='#'> (Click to change)</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation> <a href='#'> (點選以更改)</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="682"/>
|
||||
<source>Set a new restore height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>設定新的錢包回復區塊高度:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="312"/>
|
||||
@@ -1117,7 +1117,7 @@
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="657"/>
|
||||
<source>Wallet name: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>錢包名稱:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="671"/>
|
||||
@@ -1151,7 +1151,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="717"/>
|
||||
<source>Invalid restore height specified. Must be a number.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>無效的回復區塊高度: 必須為數字。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Settings.qml" line="733"/>
|
||||
@@ -1221,155 +1221,155 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="93"/>
|
||||
<source>Shared RingDB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>共享環簽資料庫</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="97"/>
|
||||
<source>This page allows you to interact with the shared ring database. This database is meant for use by Monero wallets as well as wallets from Monero clones which reuse the Monero keys.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>本頁面可以讓你對共享環簽資料庫進行操作,這個資料庫可以讓Monero錢包與其重複使用金鑰的分叉幣錢包共享環簽資訊。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="112"/>
|
||||
<source>Blackballed outputs</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>被排除的交易輸出</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="110"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<source>Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>幫助</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="113"/>
|
||||
<source>In order to obscure which inputs in a Monero transaction are being spent, a third party should not be able to tell which inputs in a ring are already known to be spent. Being able to do so would weaken the protection afforded by ring signatures. If all but one of the inputs are known to be already spent, then the input being actually spent becomes apparent, thereby nullifying the effect of ring signatures, one of the three main layers of privacy protection Monero uses.<br>To help transactions avoid those inputs, a list of known spent ones can be used to avoid using them in new transactions. Such a list is maintained by the Monero project and is available on the getmonero.org website, and you can import this list here.<br>Alternatively, you can scan the blockchain (and the blockchain of key-reusing Monero clones) yourself using the monero-blockchain-blackball tool to create a list of known spent outputs.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>為了要混淆Monero真實被花用過的交易輸入,第三方不應能得知在環簽內的交易組合中哪一個交易是已經被花用的,否則環簽的保護效果將被減弱。若被觀察出只有一個交易輸出是尚未被花用的則該筆交易的來源將會變得顯而易見,也就等於損失了Monero的三大保護隱私保護其中之一: 環狀簽名。<br>若要避免發生這類狀況,一個已知被花用的交易輸出名單可以用來避免在新的交易中使用到這些輸出,此份名單是由Monero專案所維護,可以在getmonero.org網站上找到並在此匯入。<br>或是你可以選擇使用monero-blockchain-blackball tool自行掃描區塊鏈(與重複使用金鑰的分叉幣區塊鏈)以產生該份名單。<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="134"/>
|
||||
<source>This sets which outputs are known to be spent, and thus not to be used as privacy placeholders in ring signatures. </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>這些交易輸出是已知被花用過的,因此不應在環狀簽名中使用以維護隱私安全。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="135"/>
|
||||
<source>You should only have to load a file when you want to refresh the list. Manual adding/removing is possible if needed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>只當你需要更新列表時才載入該檔案,若需要時可手動新增或移除項目。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="147"/>
|
||||
<source>Please choose a file to load blackballed outputs from</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>請選擇一個檔案以載入交易輸出排除名單</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="163"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>檔案路徑</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="165"/>
|
||||
<source>Filename with outputs to blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>欲排除的交易輸出檔案名稱</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="178"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>瀏覽</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="189"/>
|
||||
<source>Load</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>載入</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="205"/>
|
||||
<source>Or manually blackball/unblackball a single output:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>或手動排除/恢復一個單獨的交易輸出:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="206"/>
|
||||
<source>Paste output public key</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>貼上交易輸出金鑰</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="220"/>
|
||||
<source>Blackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>排除</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="229"/>
|
||||
<source>Unblackball</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>恢復</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="242"/>
|
||||
<location filename="../pages/SharedRingDB.qml" line="244"/>
|
||||
<source>Rings</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>環狀簽名</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="245"/>
|
||||
<source>In order to avoid nullifying the protection afforded by Monero's ring signatures, an output should not be spent with different rings on different blockchains. While this is normally not a concern, it can become one when a key-reusing Monero clone allows you do spend existing outputs. In this case, you need to ensure this existing outputs uses the same ring on both chains.<br>This will be done automatically by Monero and any key-reusing software which is not trying to actively strip you of your privacy.<br>If you are using a key-reusing Monero clone too, and this clone does not include this protection, you can still ensure your transactions are protected by spending on the clone first, then manually adding the ring on this page, which allows you to then spend your Monero safely.<br>If you do not use a key-reusing Monero clone without these safety features, then you do not need to do anything as it is all automated.<br></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>為了避免讓Monero的環狀簽名保護失效,一個交易輸出應避免在不同的區塊鏈中以不同的環簽組合所花用。這通常不需要擔心,但當你在重複使用金鑰的分叉幣區塊鏈上花用現有的交易輸出時就得注意,必需在兩條鏈上使用相同的環簽組合。<br>這個保護措施在Monero或其他注重保護你的隱私的軟體中重複使用金鑰時都應是自動完成的。<br>如果你正在使用重複使用金鑰的分叉幣且該幣並未包含此保護措施,你必須先於分叉幣上花用交易,再將環簽在此匯入以確保您的Monero交易隱私安全。<br>若你沒有使用未經保護的分叉幣則不須任何處置,因為這保護措施將會自動完成。<br></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="267"/>
|
||||
<source>This records rings used by outputs spent on Monero on a key reusing chain, so that the same ring may be reused to avoid privacy issues.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>這記錄著在Monero鏈上所使用過的環狀簽名組合,因此相同組合應在重複金鑰的分叉鏈上沿用以確保隱私安全。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="278"/>
|
||||
<source>Key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>金鑰映像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="279"/>
|
||||
<source>Paste key image</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>貼上金鑰映像</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="299"/>
|
||||
<source>Get ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>取得環簽</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="311"/>
|
||||
<source>Get Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>取得環簽</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="317"/>
|
||||
<source>No ring found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>沒有找到環狀簽名</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="334"/>
|
||||
<source>Set ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>設定環簽</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="346"/>
|
||||
<source>Set Ring</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>設定環簽</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="364"/>
|
||||
<source>I intend to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>我想要在重複使用金鑰的分叉幣上花用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="378"/>
|
||||
<source>I might want to spend on key-reusing fork(s)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>我可能想要在重複使用金鑰的分叉幣上花用</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="392"/>
|
||||
<source>Relative</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>相對的</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/SharedRingDB.qml" line="408"/>
|
||||
<source>Segregation height:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>分叉區塊高度:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1409,38 +1409,38 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="107"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>此頁面可以讓你使用錢包位址簽署/驗證一段訊息或檔案內容。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="125"/>
|
||||
<source>Message</source>
|
||||
<translation type="unfinished">訊息</translation>
|
||||
<translation>訊息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="155"/>
|
||||
<source>Path to file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>檔案路徑</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="169"/>
|
||||
<location filename="../pages/Sign.qml" line="262"/>
|
||||
<source>Browse</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>瀏覽</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="221"/>
|
||||
<source>Verify message</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>驗證訊息</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="248"/>
|
||||
<source>Verify file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>驗證檔案</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="290"/>
|
||||
<source>Address</source>
|
||||
<translation type="unfinished">位址</translation>
|
||||
<translation>位址</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Sign.qml" line="319"/>
|
||||
@@ -1559,7 +1559,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/SubaddressModel.cpp" line="73"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>主位址</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1626,7 +1626,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../src/model/TransactionHistoryModel.cpp" line="103"/>
|
||||
<source>Primary address</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>主位址</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -1675,32 +1675,32 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="46"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>Start daemon</a><font size='2'>)</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style><font size='2'> (</font><a href='#'>啟動節點</a><font size='2'>)</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="82"/>
|
||||
<source>Ring size: %1</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>環簽大小: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="156"/>
|
||||
<source>This page lets you sign/verify a message (or file contents) with your address.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>此頁面可以讓你使用錢包位址簽署/驗證一段訊息或檔案內容。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="227"/>
|
||||
<source>Default</source>
|
||||
<translation type="unfinished">預設</translation>
|
||||
<translation>預設</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="229"/>
|
||||
<source>Normal (x1 fee)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>正常 ( x1 手續費 )</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="257"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> Address <font size='2'> ( </font> <a href='#'>Address book</a><font size='2'> )</font></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #858585; font-size: 14px;}</style> 位址 <font size='2'> ( </font> <a href='#'>位址簿</a><font size='2'> )</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="297"/>
|
||||
@@ -1746,7 +1746,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="622"/>
|
||||
<source>Monero sent successfully</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero發送成功</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="492"/>
|
||||
@@ -1766,7 +1766,7 @@ The old wallet cache file will be renamed and can be restored later.
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="433"/>
|
||||
<source>Advanced options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>進階選項</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/Transfer.qml" line="522"/>
|
||||
@@ -1914,7 +1914,7 @@ Please upgrade or connect to another daemon</source>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="66"/>
|
||||
<source>Prove Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>證明交易</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="70"/>
|
||||
@@ -1949,7 +1949,7 @@ For the case of outgoing payments, you can get a 'Spend Proof' that pr
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="141"/>
|
||||
<source>Check Transaction</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>檢查交易</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../pages/TxKey.qml" line="145"/>
|
||||
@@ -1991,7 +1991,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../src/libwalletqt/WalletManager.cpp" line="153"/>
|
||||
<source>Unknown error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>不明錯誤</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2073,7 +2073,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="183"/>
|
||||
<source>Bootstrap node (leave blank if not wanted)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Bootstrap節點(若不需要則留空)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardDaemonSettings.qml" line="210"/>
|
||||
@@ -2131,12 +2131,12 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet網路</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="55"/>
|
||||
<source>Mainnet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>主網路</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="65"/>
|
||||
@@ -2171,7 +2171,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="77"/>
|
||||
<source>Network Type</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>網路類型</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardFinish.qml" line="79"/>
|
||||
@@ -2292,7 +2292,7 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="45"/>
|
||||
<source>Enter your 25 (or 24) word mnemonic seed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>輸入你的 25 (或 24) 字種子碼</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardMemoTextInput.qml" line="65"/>
|
||||
@@ -2335,12 +2335,12 @@ For the case with Spend Proof, you don't need to specify the recipient addr
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="244"/>
|
||||
<source>Testnet</source>
|
||||
<translation>連接到測試網路</translation>
|
||||
<translation>Testnet網路</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../wizard/WizardOptions.qml" line="262"/>
|
||||
<source>Stagenet</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Stagenet網路</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@@ -2510,33 +2510,33 @@ Fee: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="461"/>
|
||||
<source>Waiting for daemon to sync</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>等待節點同步中</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="463"/>
|
||||
<source>Daemon is synchronized (%1)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>節點已同步 (%1)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="465"/>
|
||||
<source>Wallet is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>錢包已同步</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="551"/>
|
||||
<source>Daemon is synchronized</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>節點已同步</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="621"/>
|
||||
<source>Address: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>位址:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="625"/>
|
||||
<source>
|
||||
Ringsize: </source>
|
||||
<translation type="unfinished">
|
||||
<translation>
|
||||
環簽大小: </translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -2544,31 +2544,37 @@ Ringsize: </source>
|
||||
<source>
|
||||
|
||||
WARNING: non default ring size, which may harm your privacy. Default of 7 is recommended.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
警告: 非預設環簽大小可能傷害隱私安全,建議使用預設值7。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="629"/>
|
||||
<source>
|
||||
|
||||
Number of transactions: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
|
||||
交易數量:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="630"/>
|
||||
<source>
|
||||
Description: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
附註: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="632"/>
|
||||
<source>
|
||||
Spending address index: </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>
|
||||
轉出位址索引: </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="788"/>
|
||||
<source>Monero sent successfully: %1 transaction(s) </source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Monero發送成功: %1 筆交易</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="818"/>
|
||||
@@ -2678,7 +2684,7 @@ Spending address index: </source>
|
||||
<message>
|
||||
<location filename="../main.qml" line="1815"/>
|
||||
<source>Daemon log</source>
|
||||
<translation type="unfinished">節點日誌</translation>
|
||||
<translation>節點日誌</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../main.qml" line="350"/>
|
||||
|
||||
2
utils.sh
2
utils.sh
@@ -54,7 +54,7 @@ function get_tag()
|
||||
VERSIONTAG="$COMMIT"
|
||||
fi
|
||||
# save tag name + commit if availible
|
||||
TAGNAME=$(git describe | sed -e 's/[\t ]*//')
|
||||
TAGNAME=$(git describe --tags | sed -e 's/[\t ]*//')
|
||||
if test -z "$TAGNAME"
|
||||
then
|
||||
TAGNAME="$VERSIONTAG"
|
||||
|
||||
123
wizard/WizardCreateWalletFromDevice.qml
Normal file
123
wizard/WizardCreateWalletFromDevice.qml
Normal file
@@ -0,0 +1,123 @@
|
||||
// Copyright (c) 2014-2018, The Monero Project
|
||||
//
|
||||
// All rights reserved.
|
||||
//
|
||||
// Redistribution and use in source and binary forms, with or without modification, are
|
||||
// permitted provided that the following conditions are met:
|
||||
//
|
||||
// 1. Redistributions of source code must retain the above copyright notice, this list of
|
||||
// conditions and the following disclaimer.
|
||||
//
|
||||
// 2. Redistributions in binary form must reproduce the above copyright notice, this list
|
||||
// of conditions and the following disclaimer in the documentation and/or other
|
||||
// materials provided with the distribution.
|
||||
//
|
||||
// 3. Neither the name of the copyright holder nor the names of its contributors may be
|
||||
// used to endorse or promote products derived from this software without specific
|
||||
// prior written permission.
|
||||
//
|
||||
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
||||
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
||||
// THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
||||
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
||||
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import QtQuick 2.2
|
||||
import moneroComponents.WalletManager 1.0
|
||||
import moneroComponents.Wallet 1.0
|
||||
import QtQuick.Layouts 1.1
|
||||
import QtQuick.Dialogs 1.2
|
||||
import 'utils.js' as Utils
|
||||
|
||||
ColumnLayout {
|
||||
opacity: 0
|
||||
visible: false
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation { duration: 100; easing.type: Easing.InQuad }
|
||||
}
|
||||
|
||||
|
||||
onOpacityChanged: visible = opacity !== 0
|
||||
|
||||
function onWizardRestarted() {
|
||||
// reset account name field
|
||||
uiItem.accountNameText = defaultAccountName
|
||||
}
|
||||
|
||||
//! function called each time we display this page
|
||||
|
||||
function onPageOpened(settingsOblect) {
|
||||
uiItem.checkNextButton()
|
||||
uiItem.deviceNameDropdown.update()
|
||||
}
|
||||
|
||||
function onPageClosed(settingsObject) {
|
||||
settingsObject['account_name'] = uiItem.accountNameText
|
||||
settingsObject['wallet_path'] = uiItem.walletPath
|
||||
var restoreHeight = parseInt(uiItem.restoreHeight);
|
||||
settingsObject['restore_height'] = isNaN(restoreHeight)? 0 : restoreHeight;
|
||||
settingsObject['subaddress_lookahead'] = uiItem.subaddressLookahead;
|
||||
settingsObject['deviceName'] = uiItem.deviceName;
|
||||
var walletFullPath = wizard.createWalletPath(uiItem.walletPath,uiItem.accountNameText);
|
||||
if (!wizard.walletPathValid(walletFullPath)) {
|
||||
return false;
|
||||
}
|
||||
return createWalletFromDevice(settingsObject)
|
||||
}
|
||||
|
||||
//! function called each time we hide this page
|
||||
//
|
||||
|
||||
|
||||
function createWalletFromDevice(settingsObject) {
|
||||
// TODO: create wallet in temporary filename and a) move it to the path specified by user after the final
|
||||
// page submitted or b) delete it when program closed before reaching final page
|
||||
|
||||
// Always delete the wallet object before creating new - we could be stepping back from recovering wallet
|
||||
if (typeof m_wallet !== 'undefined') {
|
||||
walletManager.closeWallet()
|
||||
console.log("deleting wallet")
|
||||
}
|
||||
|
||||
var tmp_wallet_filename = oshelper.temporaryFilename();
|
||||
console.log("Creating temporary wallet", tmp_wallet_filename)
|
||||
var nettype = appWindow.persistentSettings.nettype;
|
||||
var restoreHeight = settingsObject.restore_height;
|
||||
var subaddressLookahead = settingsObject.subaddress_lookahead;
|
||||
var deviceName = settingsObject.deviceName;
|
||||
|
||||
var wallet = walletManager.createWalletFromDevice(tmp_wallet_filename, "", nettype, deviceName, restoreHeight, subaddressLookahead);
|
||||
|
||||
var success = wallet.status === Wallet.Status_Ok;
|
||||
if (success) {
|
||||
m_wallet = wallet;
|
||||
settingsObject['is_recovering_from_device'] = true;
|
||||
settingsObject['tmp_wallet_filename'] = tmp_wallet_filename
|
||||
} else {
|
||||
console.log(wallet.errorString)
|
||||
walletErrorDialog.text = wallet.errorString;
|
||||
walletErrorDialog.open();
|
||||
walletManager.closeWallet();
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
||||
WizardManageWalletUI {
|
||||
id: uiItem
|
||||
titleText: qsTr("Create a new wallet from hardware device") + translationManager.emptyString
|
||||
wordsTextItem.clipboardButtonVisible: false
|
||||
wordsTextItem.tipTextVisible: false
|
||||
restoreHeightVisible:true
|
||||
recoverMode: false
|
||||
recoverFromDevice: true
|
||||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
parent.wizardRestarted.connect(onWizardRestarted)
|
||||
}
|
||||
}
|
||||
@@ -54,6 +54,7 @@ ColumnLayout {
|
||||
"create_wallet" : [welcomePage, optionsPage, createWalletPage, passwordPage, daemonSettingsPage, finishPage ],
|
||||
"recovery_wallet" : [welcomePage, optionsPage, recoveryWalletPage, passwordPage, daemonSettingsPage, finishPage ],
|
||||
"create_view_only_wallet" : [ createViewOnlyWalletPage, passwordPage ],
|
||||
"create_wallet_from_device" : [welcomePage, optionsPage, createWalletFromDevicePage, passwordPage, daemonSettingsPage, finishPage ],
|
||||
|
||||
}
|
||||
property string currentPath: "create_wallet"
|
||||
@@ -162,6 +163,16 @@ ColumnLayout {
|
||||
rootItem.state = "wizard";
|
||||
}
|
||||
|
||||
function openCreateWalletFromDevicePage() {
|
||||
wizardRestarted();
|
||||
print ("show create wallet from device page");
|
||||
currentPath = "create_wallet_from_device"
|
||||
pages = paths[currentPath]
|
||||
wizard.nextButton.visible = true
|
||||
// goto next page
|
||||
switchPage(true);
|
||||
}
|
||||
|
||||
function createWalletPath(folder_path,account_name){
|
||||
|
||||
// Remove trailing slash - (default on windows and mac)
|
||||
@@ -233,6 +244,7 @@ ColumnLayout {
|
||||
appWindow.persistentSettings.auto_donations_amount = false //settings.auto_donations_amount
|
||||
appWindow.persistentSettings.restore_height = (isNaN(settings.restore_height))? 0 : settings.restore_height
|
||||
appWindow.persistentSettings.is_recovering = (settings.is_recovering === undefined)? false : settings.is_recovering
|
||||
appWindow.persistentSettings.is_recovering_from_device = (settings.is_recovering_from_device === undefined)? false : settings.is_recovering_from_device
|
||||
}
|
||||
|
||||
// reading settings from persistent storage
|
||||
@@ -263,6 +275,7 @@ ColumnLayout {
|
||||
onCreateWalletClicked: wizard.openCreateWalletPage()
|
||||
onRecoveryWalletClicked: wizard.openRecoveryWalletPage()
|
||||
onOpenWalletClicked: wizard.openOpenWalletPage();
|
||||
onCreateWalletFromDeviceClicked: wizard.openCreateWalletFromDevicePage()
|
||||
}
|
||||
|
||||
WizardCreateWallet {
|
||||
@@ -283,6 +296,12 @@ ColumnLayout {
|
||||
Layout.topMargin: wizardTopMargin
|
||||
}
|
||||
|
||||
WizardCreateWalletFromDevice {
|
||||
id: createWalletFromDevicePage
|
||||
Layout.bottomMargin: wizardBottomMargin
|
||||
Layout.topMargin: wizardTopMargin
|
||||
}
|
||||
|
||||
WizardPassword {
|
||||
id: passwordPage
|
||||
Layout.bottomMargin: wizardBottomMargin
|
||||
|
||||
@@ -44,6 +44,7 @@ ColumnLayout {
|
||||
property alias wordsTextItem : memoTextItem
|
||||
property alias restoreHeight : restoreHeightItem.text
|
||||
property alias restoreHeightVisible: restoreHeightItem.visible
|
||||
property alias subaddressLookahead : subaddressLookaheadItem.text
|
||||
property alias walletName : accountName.text
|
||||
property alias progressDotsModel : progressDots.model
|
||||
property alias recoverFromKeysAddress: addressLine.text;
|
||||
@@ -53,6 +54,10 @@ ColumnLayout {
|
||||
property bool recoverMode: false
|
||||
// Recover form seed or keys
|
||||
property bool recoverFromSeedMode: true
|
||||
// Recover form hardware device
|
||||
property bool recoverFromDevice: false
|
||||
property var deviceName: deviceNameModel.get(deviceNameDropdown.currentIndex).column2
|
||||
property alias deviceNameDropdown: deviceNameDropdown
|
||||
property int rowSpacing: 10
|
||||
|
||||
function checkFields(){
|
||||
@@ -215,7 +220,7 @@ ColumnLayout {
|
||||
// Recover from seed
|
||||
RowLayout {
|
||||
id: recoverFromSeed
|
||||
visible: !recoverMode || ( recoverMode && recoverFromSeedMode)
|
||||
visible: !recoverFromDevice && (!recoverMode || ( recoverMode && recoverFromSeedMode))
|
||||
WizardMemoTextInput {
|
||||
id : memoTextItem
|
||||
Layout.fillWidth: true
|
||||
@@ -303,9 +308,56 @@ ColumnLayout {
|
||||
fontBold: false
|
||||
}
|
||||
}
|
||||
|
||||
// Subaddress lookahead
|
||||
RowLayout {
|
||||
visible: recoverFromDevice
|
||||
LineEdit {
|
||||
id: subaddressLookaheadItem
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: 600 * scaleRatio
|
||||
Layout.minimumWidth: 200 * scaleRatio
|
||||
placeholderFontBold: true
|
||||
placeholderFontFamily: "Arial"
|
||||
placeholderColor: Style.legacy_placeholderFontColor
|
||||
placeholderText: qsTr("Subaddress lookahead (optional): <major>:<minor>") + translationManager.emptyString
|
||||
placeholderOpacity: 1.0
|
||||
borderColor: Qt.rgba(0, 0, 0, 0.15)
|
||||
backgroundColor: "white"
|
||||
fontColor: "black"
|
||||
fontBold: false
|
||||
}
|
||||
}
|
||||
|
||||
// Device name
|
||||
ColumnLayout {
|
||||
visible: recoverFromDevice
|
||||
Label {
|
||||
Layout.topMargin: 20 * scaleRatio
|
||||
fontFamily: "Arial"
|
||||
fontColor: "#555555"
|
||||
fontSize: 14 * scaleRatio
|
||||
text: qsTr("Device name") + translationManager.emptyString
|
||||
}
|
||||
ListModel {
|
||||
id: deviceNameModel
|
||||
ListElement { column1: qsTr("Ledger") ; column2: "Ledger"; }
|
||||
// ListElement { column1: qsTr("Trezor") ; column2: "Trezor"; }
|
||||
}
|
||||
StandardDropdown {
|
||||
id: deviceNameDropdown
|
||||
dataModel: deviceNameModel
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 6
|
||||
colorHeaderBackground: "black"
|
||||
releasedColor: "#363636"
|
||||
pressedColor: "#202020"
|
||||
}
|
||||
}
|
||||
|
||||
// Wallet store location
|
||||
ColumnLayout {
|
||||
z: deviceNameDropdown.z - 1
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 20 * scaleRatio
|
||||
|
||||
@@ -37,9 +37,10 @@ ColumnLayout {
|
||||
signal createWalletClicked()
|
||||
signal recoveryWalletClicked()
|
||||
signal openWalletClicked()
|
||||
signal createWalletFromDeviceClicked()
|
||||
opacity: 0
|
||||
visible: false
|
||||
property int buttonSize: (isMobile) ? 80 * scaleRatio : 190 * scaleRatio
|
||||
property int buttonSize: (isMobile) ? 80 * scaleRatio : 140 * scaleRatio
|
||||
property int buttonImageSize: (isMobile) ? buttonSize - 10 * scaleRatio : buttonSize - 30 * scaleRatio
|
||||
|
||||
function onPageClosed() {
|
||||
@@ -227,6 +228,51 @@ ColumnLayout {
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
flow: !isMobile ? GridLayout.TopToBottom : GridLayout.LeftToRight
|
||||
rowSpacing: 20 * scaleRatio
|
||||
columnSpacing: 10 * scaleRatio
|
||||
|
||||
Rectangle {
|
||||
Layout.preferredHeight: page.buttonSize
|
||||
Layout.preferredWidth: page.buttonSize
|
||||
radius: page.buttonSize
|
||||
color: createWalletFromDeviceArea.containsMouse ? "#DBDBDB" : "#FFFFFF"
|
||||
|
||||
|
||||
Image {
|
||||
width: page.buttonImageSize
|
||||
height: page.buttonImageSize
|
||||
fillMode: Image.PreserveAspectFit
|
||||
horizontalAlignment: Image.AlignRight
|
||||
verticalAlignment: Image.AlignTop
|
||||
anchors.centerIn: parent
|
||||
source: "qrc:///images/createWalletFromDevice.png"
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
id: createWalletFromDeviceArea
|
||||
anchors.fill: parent
|
||||
hoverEnabled: true
|
||||
onClicked: {
|
||||
page.createWalletFromDeviceClicked()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Text {
|
||||
Layout.preferredWidth: page.buttonSize
|
||||
font.family: "Arial"
|
||||
font.pixelSize: 16 * scaleRatio
|
||||
color: "#4A4949"
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
wrapMode: Text.WordWrap
|
||||
text: qsTr("Create a new wallet from hardware device") + translationManager.emptyString
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
@@ -237,9 +283,41 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
spacing: 38 * scaleRatio
|
||||
|
||||
RowLayout {
|
||||
CheckBox2 {
|
||||
id: showAdvancedCheckbox
|
||||
darkDropIndicator: true
|
||||
text: qsTr("Advanced options") + translationManager.emptyString
|
||||
fontColor: "#4A4646"
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
width: 100 * scaleRatio
|
||||
RadioButton {
|
||||
visible: showAdvancedCheckbox.checked
|
||||
enabled: !this.checked
|
||||
id: mainNet
|
||||
text: qsTr("Mainnet") + translationManager.emptyString
|
||||
checkedColor: Qt.rgba(0, 0, 0, 0.75)
|
||||
borderColor: Qt.rgba(0, 0, 0, 0.45)
|
||||
fontColor: "#4A4646"
|
||||
fontSize: 16 * scaleRatio
|
||||
checked: appWindow.persistentSettings.nettype == NetworkType.MAINNET;
|
||||
onClicked: {
|
||||
persistentSettings.nettype = NetworkType.MAINNET
|
||||
testNet.checked = false;
|
||||
stageNet.checked = false;
|
||||
console.log("Network type set to MainNet")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
width: 100 * scaleRatio
|
||||
RadioButton {
|
||||
visible: showAdvancedCheckbox.checked
|
||||
enabled: !this.checked
|
||||
id: testNet
|
||||
text: qsTr("Testnet") + translationManager.emptyString
|
||||
checkedColor: Qt.rgba(0, 0, 0, 0.75)
|
||||
@@ -249,6 +327,7 @@ ColumnLayout {
|
||||
checked: appWindow.persistentSettings.nettype == NetworkType.TESTNET;
|
||||
onClicked: {
|
||||
persistentSettings.nettype = testNet.checked ? NetworkType.TESTNET : NetworkType.MAINNET
|
||||
mainNet.checked = false;
|
||||
stageNet.checked = false;
|
||||
console.log("Network type set to ", persistentSettings.nettype == NetworkType.TESTNET ? "Testnet" : "Mainnet")
|
||||
}
|
||||
@@ -258,6 +337,8 @@ ColumnLayout {
|
||||
Rectangle {
|
||||
width: 100 * scaleRatio
|
||||
RadioButton {
|
||||
visible: showAdvancedCheckbox.checked
|
||||
enabled: !this.checked
|
||||
id: stageNet
|
||||
text: qsTr("Stagenet") + translationManager.emptyString
|
||||
checkedColor: Qt.rgba(0, 0, 0, 0.75)
|
||||
@@ -267,6 +348,7 @@ ColumnLayout {
|
||||
checked: appWindow.persistentSettings.nettype == NetworkType.STAGENET;
|
||||
onClicked: {
|
||||
persistentSettings.nettype = stageNet.checked ? NetworkType.STAGENET : NetworkType.MAINNET
|
||||
mainNet.checked = false;
|
||||
testNet.checked = false;
|
||||
console.log("Network type set to ", persistentSettings.nettype == NetworkType.STAGENET ? "Stagenet" : "Mainnet")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user