diff --git a/monero-core.pro b/monero-core.pro index 11e610b9..e03c31aa 100644 --- a/monero-core.pro +++ b/monero-core.pro @@ -100,29 +100,35 @@ macx { # translations files; -TRANSLATIONS = monero-core_en.ts \ # English (could be untranslated) - monero-core_de.ts \ # Deutsch - monero-core_zh.ts \ # Chineese - monero-core_ru.ts \ # Russian - monero-core_it.ts \ # Italy +TRANSLATIONS = $$PWD/translations/monero-core_en.ts \ # English (could be untranslated) + $$PWD/translations/monero-core_de.ts \ # Deutsch + $$PWD/translations/monero-core_zh.ts \ # Chineese + $$PWD/translations/monero-core_ru.ts \ # Russian + $$PWD/translations/monero-core_it.ts \ # Italy # extra make targets for lupdate and lrelease invocation # use "make lupdate" to update *.ts files and "make lrelease" to generate *.qm files -lupdate.commands = lupdate $$_PRO_FILE_ -lupdate.depends = $$SOURCES $$HEADERS -lrelease.commands = lrelease $$_PRO_FILE_ -lrelease.depends = lupdate -translate.commands = $(COPY) *.qm ${DESTDIR} -translate.depends = lrelease +trans_update.commands = lupdate $$_PRO_FILE_ +trans_update.depends = $$_PRO_FILE_ -QMAKE_EXTRA_TARGETS += lupdate lrelease +trans_release.commands = lrelease $$_PRO_FILE_ +trans_release.depends = trans_update $$TRANSLATIONS +translate.commands = $(COPY) $$PWD/*.qm ${DESTDIR} +translate.depends = trans_release +QMAKE_EXTRA_TARGETS += trans_update trans_release translate + +# updating transations only in release mode as this is requires to re-link project +# even if no changes were made. + +#PRE_TARGETDEPS += translate CONFIG(release, debug|release) { DESTDIR=release + PRE_TARGETDEPS += translate } CONFIG(debug, debug|release) { @@ -143,8 +149,7 @@ include(deployment.pri) OTHER_FILES += \ .gitignore \ - monero-core_de.ts \ - monero-core_en.ts + $$TRANSLATIONS DISTFILES += \ notes.txt diff --git a/monero-core_de.ts b/translations/monero-core_de.ts similarity index 70% rename from monero-core_de.ts rename to translations/monero-core_de.ts index 4b16cc31..09e96e70 100644 --- a/monero-core_de.ts +++ b/translations/monero-core_de.ts @@ -4,42 +4,42 @@ AddressBook - + Add new entry - + Address - + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + ADD @@ -47,12 +47,12 @@ AddressBookTable - + No more results - + Payment ID: @@ -60,47 +60,47 @@ BasicPanel - + Locked Balance: - + 78.9239845 - + Availible Balance: - + 2324.9239845 - + amount... - + SEND - + destination... - + Privacy level - + payment ID (optional)... @@ -108,17 +108,17 @@ Dashboard - + Quick transfer - + SEND - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> lookng for security level and address book? go to <a href='#'>Transfer</a> tab @@ -126,22 +126,22 @@ DashboardTable - + No more results - + Date - + Balance - + Amount @@ -149,73 +149,73 @@ History - + Filter trasactions history - + Address - - - - - - + + + + + + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + Date from - - + + To - + FILTER - + Advance filtering - + Type of transation - + Amount from @@ -223,27 +223,27 @@ HistoryTable - + No more results - + Payment ID: - + Date - + Balance - + Amount @@ -251,42 +251,42 @@ LeftPanel - - Test tip 1<br/><br/>line 2 - - - - - Test tip 2<br/><br/>line 2 - - - - + Balance - + + Test tip 1<br/><br/>line 2 + + + + Unlocked balance - + + Test tip 2<br/><br/>line 2 + + + + Transfer - + T - + Receive - + R @@ -294,17 +294,17 @@ NetworkStatusItem - + Network status - + Connected - + Disconnected @@ -312,17 +312,17 @@ PrivacyLevelSmall - + LOW - + MEDIUM - + HIGH @@ -330,22 +330,22 @@ Receive - + Address - + Integrated address - + Payment ID - + Generate @@ -353,7 +353,7 @@ RightPanel - + Twitter @@ -361,12 +361,12 @@ SearchInput - + Search by... - + SEARCH @@ -374,17 +374,17 @@ TickDelegate - + LOW - + MEDIUM - + HIGH @@ -392,47 +392,47 @@ Transfer - + Amount - + Transaction priority - + Amount... - + Privacy Level - + Cost - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font> - + Payment ID <font size='2'>( Optional )</font> - + Description <font size='2'>( An optional description that will be saved to the local address book if entered )</font> - + SEND @@ -440,37 +440,37 @@ WizardConfigure - + We’re almost there - let’s just configure some Monero preferences - + Kickstart the Monero blockchain? - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. - + Enable disk conservation mode? - + 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. - + Allow background mining? - + 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. @@ -478,12 +478,12 @@ WizardCreateWallet - + A new wallet has been created for you - + This is the 25 word mnemonic for your wallet @@ -491,32 +491,32 @@ WizardDonation - + Monero development is solely supported by donations - + Enable auto-donations of? - + % of my fee added to each transaction - + 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. - + Allow background mining? - + 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. @@ -524,47 +524,47 @@ WizardFinish - + <b>Language:</b> - + <b>Account name:</b> - + <b>Words:</b> - + <b>Wallet Path: </b> - + <b>Enable auto donation: </b> - + <b>Auto donation amount: </b> - + <b>Allow background mining: </b> - + An overview of your Monero configuration is below: - + You’re all setup! @@ -572,17 +572,17 @@ WizardMain - + Now that your wallet has been created, please set a password for the wallet - + Now that your wallet has been restored, please set a password for the wallet - + USE MONERO @@ -590,17 +590,17 @@ WizardManageWalletUI - + This is the name of your wallet. You can change it to a different name if you’d like: - + My account name - + Your wallet is stored in @@ -608,7 +608,7 @@ WizardMemoTextInput - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. @@ -616,22 +616,22 @@ WizardOptions - + Welcome to Monero! - + Please select one of the following options: - + This is my first time, I want to<br/>create a new account - + I want to recover my account<br/>from my 24 work seed @@ -639,28 +639,26 @@ WizardPassword - + Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure. - Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> - Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure. WizardRecoveryWallet - + My account name - + We're ready to recover your account - + Please enter your 25 word private key @@ -668,12 +666,12 @@ WizardWelcome - + Welcome - + Please choose a language and regional format. @@ -681,75 +679,75 @@ main - - - + + + Error - + Couldn't open wallet: - + Can't create transaction: - + Confirmation - + Please confirm transaction: - + Address: - + Payment ID: - + Amount: - + Fee: - + Couldn't send the money: - + Information - + Money sent successfully - + Initializing Wallet... diff --git a/monero-core_en.ts b/translations/monero-core_en.ts similarity index 70% rename from monero-core_en.ts rename to translations/monero-core_en.ts index bae9d7a9..307233ba 100644 --- a/monero-core_en.ts +++ b/translations/monero-core_en.ts @@ -4,42 +4,42 @@ AddressBook - + Add new entry - + Address - + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + ADD @@ -47,12 +47,12 @@ AddressBookTable - + No more results - + Payment ID: @@ -60,47 +60,47 @@ BasicPanel - + Locked Balance: - + 78.9239845 - + Availible Balance: - + 2324.9239845 - + amount... - + SEND - + destination... - + Privacy level - + payment ID (optional)... @@ -108,17 +108,17 @@ Dashboard - + Quick transfer - + SEND - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> lookng for security level and address book? go to <a href='#'>Transfer</a> tab @@ -126,22 +126,22 @@ DashboardTable - + No more results - + Date - + Balance - + Amount @@ -149,73 +149,73 @@ History - + Filter trasactions history - + Address - - - - - - + + + + + + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + Date from - - + + To - + FILTER - + Advance filtering - + Type of transation - + Amount from @@ -223,27 +223,27 @@ HistoryTable - + No more results - + Payment ID: - + Date - + Balance - + Amount @@ -251,42 +251,42 @@ LeftPanel - - Test tip 1<br/><br/>line 2 - - - - - Test tip 2<br/><br/>line 2 - - - - + Balance - + + Test tip 1<br/><br/>line 2 + + + + Unlocked balance - + + Test tip 2<br/><br/>line 2 + + + + Transfer - + T - + Receive - + R @@ -294,17 +294,17 @@ NetworkStatusItem - + Network status - + Connected - + Disconnected @@ -312,17 +312,17 @@ PrivacyLevelSmall - + LOW - + MEDIUM - + HIGH @@ -330,22 +330,22 @@ Receive - + Address - + Integrated address - + Payment ID - + Generate @@ -353,7 +353,7 @@ RightPanel - + Twitter @@ -361,12 +361,12 @@ SearchInput - + Search by... - + SEARCH @@ -374,17 +374,17 @@ TickDelegate - + LOW - + MEDIUM - + HIGH @@ -392,47 +392,47 @@ Transfer - + Amount - + Transaction priority - + Amount... - + Privacy Level - + Cost - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font> - + Payment ID <font size='2'>( Optional )</font> - + Description <font size='2'>( An optional description that will be saved to the local address book if entered )</font> - + SEND @@ -440,37 +440,37 @@ WizardConfigure - + We’re almost there - let’s just configure some Monero preferences - + Kickstart the Monero blockchain? - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. - + Enable disk conservation mode? - + 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. - + Allow background mining? - + 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. @@ -478,12 +478,12 @@ WizardCreateWallet - + A new wallet has been created for you - + This is the 25 word mnemonic for your wallet @@ -491,32 +491,32 @@ WizardDonation - + Monero development is solely supported by donations - + Enable auto-donations of? - + % of my fee added to each transaction - + 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. - + Allow background mining? - + 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. @@ -524,47 +524,47 @@ WizardFinish - + <b>Language:</b> - + <b>Account name:</b> - + <b>Words:</b> - + <b>Wallet Path: </b> - + <b>Enable auto donation: </b> - + <b>Auto donation amount: </b> - + <b>Allow background mining: </b> - + An overview of your Monero configuration is below: - + You’re all setup! @@ -572,17 +572,17 @@ WizardMain - + Now that your wallet has been created, please set a password for the wallet - + Now that your wallet has been restored, please set a password for the wallet - + USE MONERO @@ -590,17 +590,17 @@ WizardManageWalletUI - + This is the name of your wallet. You can change it to a different name if you’d like: - + My account name - + Your wallet is stored in @@ -608,7 +608,7 @@ WizardMemoTextInput - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. @@ -616,22 +616,22 @@ WizardOptions - + Welcome to Monero! - + Please select one of the following options: - + This is my first time, I want to<br/>create a new account - + I want to recover my account<br/>from my 24 work seed @@ -639,28 +639,26 @@ WizardPassword - + Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure. - Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> - Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure. WizardRecoveryWallet - + My account name - + We're ready to recover your account - + Please enter your 25 word private key @@ -668,12 +666,12 @@ WizardWelcome - + Welcome - + Please choose a language and regional format. @@ -681,75 +679,75 @@ main - - - + + + Error - + Couldn't open wallet: - + Can't create transaction: - + Confirmation - + Please confirm transaction: - + Address: - + Payment ID: - + Amount: - + Fee: - + Couldn't send the money: - + Information - + Money sent successfully - + Initializing Wallet... diff --git a/monero-core_it.ts b/translations/monero-core_it.ts similarity index 70% rename from monero-core_it.ts rename to translations/monero-core_it.ts index b6bec1a6..e59d65eb 100644 --- a/monero-core_it.ts +++ b/translations/monero-core_it.ts @@ -4,42 +4,42 @@ AddressBook - + Add new entry - + Address - + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + ADD @@ -47,12 +47,12 @@ AddressBookTable - + No more results - + Payment ID: @@ -60,47 +60,47 @@ BasicPanel - + Locked Balance: - + 78.9239845 - + Availible Balance: - + 2324.9239845 - + amount... - + SEND - + destination... - + Privacy level - + payment ID (optional)... @@ -108,17 +108,17 @@ Dashboard - + Quick transfer - + SEND - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> lookng for security level and address book? go to <a href='#'>Transfer</a> tab @@ -126,22 +126,22 @@ DashboardTable - + No more results - + Date - + Balance - + Amount @@ -149,73 +149,73 @@ History - + Filter trasactions history - + Address - - - - - - + + + + + + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + Date from - - + + To - + FILTER - + Advance filtering - + Type of transation - + Amount from @@ -223,27 +223,27 @@ HistoryTable - + No more results - + Payment ID: - + Date - + Balance - + Amount @@ -251,42 +251,42 @@ LeftPanel - + Balance - + Test tip 1<br/><br/>line 2 - + Unlocked balance - + Test tip 2<br/><br/>line 2 - + Transfer - + T - + Receive - + R @@ -294,17 +294,17 @@ NetworkStatusItem - + Network status - + Connected - + Disconnected @@ -312,17 +312,17 @@ PrivacyLevelSmall - + LOW - + MEDIUM - + HIGH @@ -330,22 +330,22 @@ Receive - + Address - + Integrated address - + Payment ID - + Generate @@ -353,7 +353,7 @@ RightPanel - + Twitter @@ -361,12 +361,12 @@ SearchInput - + Search by... - + SEARCH @@ -374,17 +374,17 @@ TickDelegate - + LOW - + MEDIUM - + HIGH @@ -392,47 +392,47 @@ Transfer - + Amount - + Transaction priority - + Amount... - + Privacy Level - + Cost - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font> - + Payment ID <font size='2'>( Optional )</font> - + Description <font size='2'>( An optional description that will be saved to the local address book if entered )</font> - + SEND @@ -440,37 +440,37 @@ WizardConfigure - + We’re almost there - let’s just configure some Monero preferences - + Kickstart the Monero blockchain? - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. - + Enable disk conservation mode? - + 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. - + Allow background mining? - + 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. @@ -478,12 +478,12 @@ WizardCreateWallet - + A new wallet has been created for you - + This is the 25 word mnemonic for your wallet @@ -491,32 +491,32 @@ WizardDonation - + Monero development is solely supported by donations - + Enable auto-donations of? - + % of my fee added to each transaction - + 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. - + Allow background mining? - + 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. @@ -524,47 +524,47 @@ WizardFinish - + <b>Language:</b> - + <b>Account name:</b> - + <b>Words:</b> - + <b>Wallet Path: </b> - + <b>Enable auto donation: </b> - + <b>Auto donation amount: </b> - + <b>Allow background mining: </b> - + An overview of your Monero configuration is below: - + You’re all setup! @@ -572,17 +572,17 @@ WizardMain - + Now that your wallet has been created, please set a password for the wallet - + Now that your wallet has been restored, please set a password for the wallet - + USE MONERO @@ -590,17 +590,17 @@ WizardManageWalletUI - + This is the name of your wallet. You can change it to a different name if you’d like: - + My account name - + Your wallet is stored in @@ -608,7 +608,7 @@ WizardMemoTextInput - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. @@ -616,22 +616,22 @@ WizardOptions - + Welcome to Monero! - + Please select one of the following options: - + This is my first time, I want to<br/>create a new account - + I want to recover my account<br/>from my 24 work seed @@ -639,7 +639,7 @@ WizardPassword - + Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure. @@ -648,17 +648,17 @@ WizardRecoveryWallet - + My account name - + We're ready to recover your account - + Please enter your 25 word private key @@ -666,12 +666,12 @@ WizardWelcome - + Welcome - + Please choose a language and regional format. @@ -679,75 +679,75 @@ main - - - + + + Error - + Couldn't open wallet: - + Can't create transaction: - + Confirmation - + Please confirm transaction: - + Address: - + Payment ID: - + Amount: - + Fee: - + Couldn't send the money: - + Information - + Money sent successfully - + Initializing Wallet... diff --git a/monero-core_ru.ts b/translations/monero-core_ru.ts similarity index 70% rename from monero-core_ru.ts rename to translations/monero-core_ru.ts index 8682ecb9..a5c61585 100644 --- a/monero-core_ru.ts +++ b/translations/monero-core_ru.ts @@ -4,42 +4,42 @@ AddressBook - + Add new entry - + Address - + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + ADD @@ -47,12 +47,12 @@ AddressBookTable - + No more results - + Payment ID: @@ -60,47 +60,47 @@ BasicPanel - + Locked Balance: - + 78.9239845 - + Availible Balance: - + 2324.9239845 - + amount... - + SEND - + destination... - + Privacy level - + payment ID (optional)... @@ -108,17 +108,17 @@ Dashboard - + Quick transfer - + SEND - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> lookng for security level and address book? go to <a href='#'>Transfer</a> tab @@ -126,22 +126,22 @@ DashboardTable - + No more results - + Date - + Balance - + Amount @@ -149,73 +149,73 @@ History - + Filter trasactions history - + Address - - - - - - + + + + + + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + Date from - - + + To - + FILTER - + Advance filtering - + Type of transation - + Amount from @@ -223,27 +223,27 @@ HistoryTable - + No more results - + Payment ID: - + Date - + Balance - + Amount @@ -251,42 +251,42 @@ LeftPanel - + Balance - + Test tip 1<br/><br/>line 2 - + Unlocked balance - + Test tip 2<br/><br/>line 2 - + Transfer - + T - + Receive - + R @@ -294,17 +294,17 @@ NetworkStatusItem - + Network status - + Connected - + Disconnected @@ -312,17 +312,17 @@ PrivacyLevelSmall - + LOW - + MEDIUM - + HIGH @@ -330,22 +330,22 @@ Receive - + Address - + Integrated address - + Payment ID - + Generate @@ -353,7 +353,7 @@ RightPanel - + Twitter @@ -361,12 +361,12 @@ SearchInput - + Search by... - + SEARCH @@ -374,17 +374,17 @@ TickDelegate - + LOW - + MEDIUM - + HIGH @@ -392,47 +392,47 @@ Transfer - + Amount - + Transaction priority - + Amount... - + Privacy Level - + Cost - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font> - + Payment ID <font size='2'>( Optional )</font> - + Description <font size='2'>( An optional description that will be saved to the local address book if entered )</font> - + SEND @@ -440,37 +440,37 @@ WizardConfigure - + We’re almost there - let’s just configure some Monero preferences - + Kickstart the Monero blockchain? - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. - + Enable disk conservation mode? - + 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. - + Allow background mining? - + 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. @@ -478,12 +478,12 @@ WizardCreateWallet - + A new wallet has been created for you - + This is the 25 word mnemonic for your wallet @@ -491,32 +491,32 @@ WizardDonation - + Monero development is solely supported by donations - + Enable auto-donations of? - + % of my fee added to each transaction - + 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. - + Allow background mining? - + 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. @@ -524,47 +524,47 @@ WizardFinish - + <b>Language:</b> - + <b>Account name:</b> - + <b>Words:</b> - + <b>Wallet Path: </b> - + <b>Enable auto donation: </b> - + <b>Auto donation amount: </b> - + <b>Allow background mining: </b> - + An overview of your Monero configuration is below: - + You’re all setup! @@ -572,17 +572,17 @@ WizardMain - + Now that your wallet has been created, please set a password for the wallet - + Now that your wallet has been restored, please set a password for the wallet - + USE MONERO @@ -590,17 +590,17 @@ WizardManageWalletUI - + This is the name of your wallet. You can change it to a different name if you’d like: - + My account name - + Your wallet is stored in @@ -608,7 +608,7 @@ WizardMemoTextInput - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. @@ -616,22 +616,22 @@ WizardOptions - + Welcome to Monero! - + Please select one of the following options: - + This is my first time, I want to<br/>create a new account - + I want to recover my account<br/>from my 24 work seed @@ -639,7 +639,7 @@ WizardPassword - + Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure. @@ -648,17 +648,17 @@ WizardRecoveryWallet - + My account name - + We're ready to recover your account - + Please enter your 25 word private key @@ -666,12 +666,12 @@ WizardWelcome - + Welcome - + Please choose a language and regional format. @@ -679,75 +679,75 @@ main - - - + + + Error - + Couldn't open wallet: - + Can't create transaction: - + Confirmation - + Please confirm transaction: - + Address: - + Payment ID: - + Amount: - + Fee: - + Couldn't send the money: - + Information - + Money sent successfully - + Initializing Wallet... diff --git a/monero-core_zh.ts b/translations/monero-core_zh.ts similarity index 70% rename from monero-core_zh.ts rename to translations/monero-core_zh.ts index 411a8768..5dc6440a 100644 --- a/monero-core_zh.ts +++ b/translations/monero-core_zh.ts @@ -4,42 +4,42 @@ AddressBook - + Add new entry - + Address - + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + ADD @@ -47,12 +47,12 @@ AddressBookTable - + No more results - + Payment ID: @@ -60,47 +60,47 @@ BasicPanel - + Locked Balance: - + 78.9239845 - + Availible Balance: - + 2324.9239845 - + amount... - + SEND - + destination... - + Privacy level - + payment ID (optional)... @@ -108,17 +108,17 @@ Dashboard - + Quick transfer - + SEND - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> lookng for security level and address book? go to <a href='#'>Transfer</a> tab @@ -126,22 +126,22 @@ DashboardTable - + No more results - + Date - + Balance - + Amount @@ -149,73 +149,73 @@ History - + Filter trasactions history - + Address - - - - - - + + + + + + <b>Tip tekst test</b> - + Payment ID <font size='2'>(Optional)</font> - + <b>Payment ID</b><br/><br/>A unique user name used in<br/>the address book. It is not a<br/>transfer of information sent<br/>during thevtransfer - + Description <font size='2'>(Local database)</font> - + <b>Tip tekst test</b><br/><br/>test line 2 - + Date from - - + + To - + FILTER - + Advance filtering - + Type of transation - + Amount from @@ -223,27 +223,27 @@ HistoryTable - + No more results - + Payment ID: - + Date - + Balance - + Amount @@ -251,42 +251,42 @@ LeftPanel - + Balance - + Test tip 1<br/><br/>line 2 - + Unlocked balance - + Test tip 2<br/><br/>line 2 - + Transfer - + T - + Receive - + R @@ -294,17 +294,17 @@ NetworkStatusItem - + Network status - + Connected - + Disconnected @@ -312,17 +312,17 @@ PrivacyLevelSmall - + LOW - + MEDIUM - + HIGH @@ -330,22 +330,22 @@ Receive - + Address - + Integrated address - + Payment ID - + Generate @@ -353,7 +353,7 @@ RightPanel - + Twitter @@ -361,12 +361,12 @@ SearchInput - + Search by... - + SEARCH @@ -374,17 +374,17 @@ TickDelegate - + LOW - + MEDIUM - + HIGH @@ -392,47 +392,47 @@ Transfer - + Amount - + Transaction priority - + Amount... - + Privacy Level - + Cost - + <style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font> - + Payment ID <font size='2'>( Optional )</font> - + Description <font size='2'>( An optional description that will be saved to the local address book if entered )</font> - + SEND @@ -440,37 +440,37 @@ WizardConfigure - + We’re almost there - let’s just configure some Monero preferences - + Kickstart the Monero blockchain? - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. - + Enable disk conservation mode? - + 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. - + Allow background mining? - + 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. @@ -478,12 +478,12 @@ WizardCreateWallet - + A new wallet has been created for you - + This is the 25 word mnemonic for your wallet @@ -491,32 +491,32 @@ WizardDonation - + Monero development is solely supported by donations - + Enable auto-donations of? - + % of my fee added to each transaction - + 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. - + Allow background mining? - + 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. @@ -524,47 +524,47 @@ WizardFinish - + <b>Language:</b> - + <b>Account name:</b> - + <b>Words:</b> - + <b>Wallet Path: </b> - + <b>Enable auto donation: </b> - + <b>Auto donation amount: </b> - + <b>Allow background mining: </b> - + An overview of your Monero configuration is below: - + You’re all setup! @@ -572,17 +572,17 @@ WizardMain - + Now that your wallet has been created, please set a password for the wallet - + Now that your wallet has been restored, please set a password for the wallet - + USE MONERO @@ -590,17 +590,17 @@ WizardManageWalletUI - + This is the name of your wallet. You can change it to a different name if you’d like: - + My account name - + Your wallet is stored in @@ -608,7 +608,7 @@ WizardMemoTextInput - + It is very important to write it down as this is the only backup you will need for your wallet. You will be asked to confirm the seed in the next screen to ensure it has copied down correctly. @@ -616,22 +616,22 @@ WizardOptions - + Welcome to Monero! - + Please select one of the following options: - + This is my first time, I want to<br/>create a new account - + I want to recover my account<br/>from my 24 work seed @@ -639,7 +639,7 @@ WizardPassword - + Note that this password cannot be recovered, and if forgotten you will need to restore your wallet from the mnemonic seed you were just given<br/><br/> Your password will be used to protect your wallet and to confirm actions, so make sure that your password is sufficiently secure. @@ -648,17 +648,17 @@ WizardRecoveryWallet - + My account name - + We're ready to recover your account - + Please enter your 25 word private key @@ -666,12 +666,12 @@ WizardWelcome - + Welcome - + Please choose a language and regional format. @@ -679,75 +679,75 @@ main - - - + + + Error - + Couldn't open wallet: - + Can't create transaction: - + Confirmation - + Please confirm transaction: - + Address: - + Payment ID: - + Amount: - + Fee: - + Couldn't send the money: - + Information - + Money sent successfully - + Initializing Wallet...