Browse Source

Merge pull request #87 from gilardh/master

Add Arabic & Japanese language & little update
duke
Duke Leto 4 years ago
committed by GitHub
parent
commit
fc51f933a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md
  2. BIN
      SDA.jpg
  3. 137
      app/src/main/res/values-ar/strings.xml
  4. 2
      app/src/main/res/values-bg/strings.xml
  5. 2
      app/src/main/res/values-de/strings.xml
  6. 2
      app/src/main/res/values-el/strings.xml
  7. 2
      app/src/main/res/values-fa/strings.xml
  8. 2
      app/src/main/res/values-fi/strings.xml
  9. 2
      app/src/main/res/values-fil/strings.xml
  10. 6
      app/src/main/res/values-fr/strings.xml
  11. 2
      app/src/main/res/values-hu/strings.xml
  12. 2
      app/src/main/res/values-in/strings.xml
  13. 2
      app/src/main/res/values-it/strings.xml
  14. 137
      app/src/main/res/values-ja/strings.xml
  15. 2
      app/src/main/res/values-lv/strings.xml
  16. 2
      app/src/main/res/values-pl/strings.xml
  17. 2
      app/src/main/res/values-pt/strings.xml
  18. 2
      app/src/main/res/values-ro/strings.xml
  19. 2
      app/src/main/res/values-ru/strings.xml
  20. 2
      app/src/main/res/values-sv/strings.xml
  21. 2
      app/src/main/res/values/strings.xml

5
README.md

@ -6,11 +6,12 @@ SilentDragon Android is an Android frontend for the desktop SilentDragon that le
## When will it be in my favorite app store?
We are planning to submit to app stores Real Soon Now
The application is already available on the Google Play store here:
https://play.google.com/store/apps/details?id=org.myhush.silentdragon&hl=fr
### Running SilentDragon
In order to let your Android phone connect to your desktop, you need to run the deskop [SilentDragon](https://github.com/MyHush/SilentDragon), and sync fully. This is not a full node
In order to let your Android phone connect to your desktop, you need to run the desktop [SilentDragon](https://github.com/MyHush/SilentDragon), and sync fully. This is not a full node
on your Android (your poor battery!). It's a remote control for your full node.
Thankfully this should only take a short time with a fast internet connection!

BIN
SDA.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 85 KiB

137
app/src/main/res/values-ar/strings.xml

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Arabic -->
<!-- general -->
<string name="is_not_a_valid_connection_string">%1$s سلسلة اتصال غير صالحه </string>
<string name="valid_address">عنوان صحيح</string>
<string name="balance">رصيد</string>
<string name="scan_qr_code"> QR مسح رمز ال</string>
<string name="send">ارسال</string>
<string name="address">عنوان</string>
<string name="cancel">إلغاء</string>
<string name="amount">قيمة</string>
<!-- TxDetailsActivity.kt -->
<string name="reply">رد</string>
<string name="shielded_address">(عنوان محمي)</string>
<string name="unconfirmed_tx"> (معاملة غير مؤكد)</string>
<string name="confirm_transaction">معاملة مؤكد </string>
<string name="confirm_and_send">تأكيد وإرسال</string>
<!-- content_main.xml -->
<string name="past_transactions">معاملات سابقة </string>
<string name="or">او</string>
<string name="reconnect">إعادة الاتصال</string>
<string name="help">مساعده</string>
<string name="help_text">هذا التطبيق يتحكم عن بعد لعقدة كاملة.&lt;br>&lt;br>من أجل السماح لهاتف الأندرويد الخاص بك بالاتصال بجهاز الحاسوب ، تحتاج إلى تشغيل (سايلنت دراجون) بجهاز الحاسوب والمزامنة بالكامل.&lt;br>&lt;br>بعد مزامنة العقدة الخاصة بك ، انتقل إلى &lt;b>تطبيق -> اشبك تطبيق جوال&lt;/b> لعرض اتصال كيو ار كود ، الذي يمكنك مسحه من هذا التطبيق لوصل سايلانت دراجون.</string>
<!-- MainActivity.kt -->
<string name="app_name">سايلانت دراجون</string>
<string name="no_connection">لا يوجد اتصال</string>
<string name="connecting">جاري التوصيل&#8230;</string>
<string name="loading">جار التحميل</string>
<!-- content_tx_details -->
<string name="memo">مذكرة</string>
<string name="memo_contents"> محتوى المذكرة</string>
<string name="view_on_block_explorer">اعرض على بلوك إكسبلورر</string>
<string name="date_time">التاريخ_الوقت </string>
<!-- fragment_transaction_item -->
<string name="date">التاريخ</string>
<string name="amt">ا م ت</string>
<!-- fragment_unconfirmed_tx_item -->
<string name="unconfirmed_transaction">معاملة غير مؤكدة</string>
<!-- UnconfirmedTxItemFragment.kt -->
<string name="sending">إرسال </string>
<string name="receiving">استلام </string>
<!-- menu_qrcodereader.xml -->
<string name="manual_input">إدخال يدوي</string>
<!-- menu_recieve -->
<string name="share">شارك</string>
<!-- menu_txdetails -->
<string name="view">رؤية</string>
<!-- TxDetailsActivity.kt -->
<string name="sent">أرسلت</string>
<string name="received">تم الاستلام</string>
<!-- menu_main -->
<string name="refresh">تحديث</string>
<!-- connectionManager.kt -->
<string name="Connecting_over_internet_not_enabled_in_desktop_node">لم يتم تمكين الاتصال عبر الإنترنت بواسطة عقدة جهاز الحاسوب</string>
<string name="Connecting_over_internet_is_disabled_in_settings">يتم تعطيل الاتصال عبر الإنترنت في الإعدادات</string>
<!-- activity_qr_reader -->
<string name="how_to_connect_sd2sda">انتقل إلى \ "تطبيق \" -> \ "توصيل تطبيق الجوّال \" على سطح الحاسوب الخاص بك وقم بمسح رمز الكيو ار</string>
<!-- activity_settings -->
<string name="disconnect">قطع الاتصال</string>
<string name="silentDragon_connection_address">عنوان الاتصال عنوان سايلنت دراجون</string>
<string name="disallow_routing_over_external_service">عدم السماح بالتوجيه عبر الخدمة الخارجية/internet</string>
<string name="only_attempts_direct_connection">إذا تم تحديده ، فسيحاول التطبيق الاتصال المباشر بـ SilentDragon فقط ، وليس توجيه حركة المرور عبر الإنترنت عبر خدمة WormHole على wormhole.myhush.org. لطفا أنظر الى https://myhush.org/silentdragon</string>
<string name="currency">العملة</string>
<string name="silentdragon_version">اصدار سايلنت دراجون</string>
<!-- activity_about.xml -->
<string name="website">زورونا على موقعنا </string>
<string name="discord">انضمو الى دسكورد</string>
<string name="twitter">تويتر</string>
<string name="github">جت هب</string>
<string name="credits">تصديق</string>
<string name="license">رخصه </string>
<string name="sda_version">سايلنت دراجون اصدار</string>
<string name="copyright">حقوق النشر</string>
<!-- SettingActivity.kt -->
<string name="not_connected">غير متصل</string>
<!-- QrReaderActivity.kt -->
<string name="paste_the_code_here_manually">الصق الكود هنا يدويًا</string>
<string name="ok">اجل</string>
<string name="is_not_a_valid_hush_address">%1$s عنوان هش غير صالح!</string>
<!-- ReceiveActivity.kt.kt -->
<string name="receive">استلام</string>
<string name="no_address">لا يوجد عنوان !</string>
<string name="hush_address">عنوان هش</string>
<string name="copied_address_to_clipboard">نسخ العنوان إلى الحافظة</string>
<string name="your_hush_transparent_address">عنوان هش شفاف</string>
<string name="your_hush_shielded_address">عنوان هش محمي</string>
<!-- SendActivity.kt -->
<string name="send_transaction">إرسال المعاملة</string>
<string name="not_a_valid_hush_address">عنوان هش غير صالح!</string>
<string name="no_memo_for_taddresses">(لا Tيوجد مذكرة لعنوان ال)</string>
<string name="memo_optional">مذكرة (اختياري)</string>
<string name="send_anyway">أرسل على كل حال</string>
<string name="invalid_amount">مبلغ غير صحيح!</string>
<string name="invalid_destination_Hush_address">عنوان هش المقصود غير صحيح!</string>
<string name="send_from_taddr">ارسال من عنوان T ال </string>
<string name="cant_send_a_memo_to_a_taddr">لا يمكن ارسال مذكرة الي عنوان شفاف</string>
<string name="error_sending_transaction">خطأ في إرسال المعامله </string>
<string name="memo_field_over_512">مذكرة طويله جدا! يجب أن تكون أقصاها ٥١٢ بايت</string>
<string name="more_than_shielded_address">%1$s %2$s هو اكثر من الرصيد في العنوان المخفي. هذه المعاملة سيتم إرسالها من عنوان شفاف، و لن تكون خفية.\n\nهل انت قطعا متأكد؟ </string>
<string name="max_spend_in_a_single_tx">لا يمكن صرف اكثر من %1$d %2$s في معاملة واحده "</string>
<string name="reply_to">الرد على</string>
<!-- content_send -->
<string name="to">الى</string>
<string name="fee">رسوم:</string>
<string name="include_reply_to_address">اشمل الرد الى العنوانI</string>
<string name="action_settings">الاعدادات </string>
<string name="action_about">عن</string>
<string name="transaction_details">تفصيل المعاملة</string>
<string name="title_activity_settings">إعدادات </string>
<string name="title_activity_about">عن</string>
</resources>

2
app/src/main/res/values-bg/strings.xml

@ -22,7 +22,7 @@
<string name="or">OR</string>
<string name="reconnect">Свържи се отново</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-de/strings.xml

@ -27,7 +27,7 @@
<string name="or">OR</string>
<string name="reconnect">Wiederverbinden</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-el/strings.xml

@ -24,7 +24,7 @@
<string name="or">Η</string>
<string name="reconnect">Επανασύνδεση</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-fa/strings.xml

@ -22,7 +22,7 @@
<string name="or">یا</string>
<string name="reconnect">اتصال دوباره</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon|سایلنت دراگون</string>

2
app/src/main/res/values-fi/strings.xml

@ -27,7 +27,7 @@
<string name="or">Tai</string>
<string name="reconnect">Yhdistä Uudelleen</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-fil/strings.xml

@ -23,7 +23,7 @@
<string name="or">O</string>
<string name="reconnect">Kumonekta Muli</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

6
app/src/main/res/values-fr/strings.xml

@ -1,5 +1,5 @@
<resources>
<!-- French -->
<!-- general -->
<string name="is_not_a_valid_connection_string">%1$s n\'est pas une chaine de connexion valide</string>
<string name="valid_address">Adresse valide</string>
@ -21,8 +21,8 @@
<string name="past_transactions">Historique des transactions</string>
<string name="or">OU</string>
<string name="reconnect">Se reconnecter</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help">Aide</string>
<string name="help_text">Cette application contrôle à distance votre nœud complet.&lt;br>&lt;br>Pour vous permettre d\'utiliser cette application, vous devez exécuter l\'application SilentDragon sur un ordinateur et synchroniser complètement.&lt;br>&lt;br>Puis allez dans &lt;b>Application -> Connection à l\'application mobile&lt;/b> pour afficher un QR code, que vous pouvez scanner à partir de cette application pour s\'y connecter.</string>
<!-- MainActivity -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-hu/strings.xml

@ -23,7 +23,7 @@
<string name="or">vagy</string>
<string name="reconnect">Ójrakapcsolódás</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-in/strings.xml

@ -22,7 +22,7 @@
<string name="or">OR</string>
<string name="reconnect">Menghubungkan Ulang</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-it/strings.xml

@ -24,7 +24,7 @@
<string name="or">OPPURE</string>
<string name="reconnect">Riconnetti</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

137
app/src/main/res/values-ja/strings.xml

@ -0,0 +1,137 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Japanese -->
<!-- general -->
<string name="is_not_a_valid_connection_string">%1$は有効な接続文字列ではありません!</string>
<string name="valid_address">有効なアドレス</string>
<string name="balance">残高</string>
<string name="scan_qr_code">QRコードをスキャン</string>
<string name="send">送信</string>
<string name="address">アドレス</string>
<string name="cancel">キャンセル</string>
<string name="amount"></string>
<!-- TxDetailsActivity.kt -->
<string name="reply">返信</string>
<string name="shielded_address">安全なアドレス</string>
<string name="unconfirmed_tx">未承認トランザクション</string>
<string name="confirm_transaction">トランザクションを確認</string>
<string name="confirm_and_send">確認して送信</string>
<!-- content_main.xml -->
<string name="past_transactions">過去のトランザクション</string>
<string name="or">または</string>
<string name="reconnect">再接続</string>
<string name="help">助けて</string>
<string name="help_text">このアプリケーションは、ノード全体をリモートで制御します。&lt;br>&lt;br>このアプリケーションを使用できるようにするには、コンピューターでSilentDragonアプリケーションを実行し、完全に同期する必要があります。&lt;br>&lt;br>その後に入る &lt;b>  アプリケーション->モバイルアプリケーションへの接続&lt;/b>   QRコードを表示するには、このアプリケーションからスキャンして接続できます。</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>
<string name="no_connection">接続されていない</string>
<string name="connecting">接続中の&#8230;</string>
<string name="loading">ローディング&#8230;</string>
<!-- content_tx_details -->
<string name="memo">メモ</string>
<string name="memo_contents">記録したメモ</string>
<string name="view_on_block_explorer">ブロックエクスプローラーで見る</string>
<string name="date_time">日付と時刻</string>
<!-- fragment_transaction_item -->
<string name="date">日付</string>
<string name="amt"></string>
<!-- fragment_unconfirmed_tx_item -->
<string name="unconfirmed_transaction">未承認トランザクション</string>
<!-- UnconfirmedTxItemFragment.kt -->
<string name="sending">送信中</string>
<string name="receiving">受信中</string>
<!-- menu_qrcodereader.xml -->
<string name="manual_input">手動入力</string>
<!-- menu_recieve -->
<string name="share">シェアする</string>
<!-- menu_txdetails -->
<string name="view">見る</string>
<!-- TxDetailsActivity.kt -->
<string name="sent">送信した</string>
<string name="received">受信した</string>
<!-- menu_main -->
<string name="refresh">再更新</string>
<!-- connectionManager.kt -->
<string name="Connecting_over_internet_not_enabled_in_desktop_node">デスクトップ端末でインターネット接続が有効になりませんでした。</string>
<string name="Connecting_over_internet_is_disabled_in_settings">インターネット接続が設定で無効になっています。</string>
<!-- activity_qr_reader -->
<string name="how_to_connect_sd2sda">~へ行く \"アプリ\" -> \"携帯アプリに接続\" QRコードをスキャンしてデスクトップで接続する</string>
<!-- activity_settings -->
<string name="disconnect">未接続</string>
<string name="silentDragon_connection_address">SilentDragon 接続アドレス</string>
<string name="disallow_routing_over_external_service">外部サービス/インターネット経由のルーティングを許可しない</string>
<string name="only_attempts_direct_connection">これをオンにすると、アプリはSilentDragonへの直接接続のみを試行し、wormhole.myhush.orgのWormHoleサービスを介した、インターネット経由でのトラフィックをルーティングしません。 詳細については、https://myhush.org/silentdragonをご覧ください。</string>
<string name="currency">通貨</string>
<string name="silentdragon_version">SilentDragonのバージョン</string>
<!-- activity_about.xml -->
<string name="website">ウェブサイトを訪問</string>
<string name="discord">公式Discord</string>
<string name="twitter">公式Twitter</string>
<string name="github">公式GitHub</string>
<string name="credits">クレジット</string>
<string name="license">ライセンス</string>
<string name="sda_version">SilentDragonAndroidのバージョン</string>
<string name="copyright">コピーライト</string>
<!-- SettingActivity.kt -->
<string name="not_connected">接続されていない</string>
<!-- QrReaderActivity.kt -->
<string name="paste_the_code_here_manually">ここにコードを手動で貼り付けます。</string>
<string name="ok">OK</string>
<string name="is_not_a_valid_hush_address">%1$sは有効なハッシュアドレスではありません!</string>
<!-- ReceiveActivity.kt.kt -->
<string name="receive">受信</string>
<string name="no_address">アドレスがありません!</string>
<string name="hush_address">ハッシュアドレス</string>
<string name="copied_address_to_clipboard">クリップボードから貼り付けd</string>
<string name="your_hush_transparent_address">透過型ハッシュアドレス</string>
<string name="your_hush_shielded_address">保護されたハッシュアドレス</string>
<!-- SendActivity.kt -->
<string name="send_transaction">送信トランザクション</string>
<string name="not_a_valid_hush_address">ハッシュアドレスが見つかりません!</string>
<string name="no_memo_for_taddresses">t-アドレスのメモがありません。</string>
<string name="memo_optional">メモ (オプション)</string>
<string name="send_anyway">とにかく送る</string>
<string name="invalid_amount">無効な金額です!</string>
<string name="invalid_destination_Hush_address">宛先のハッシュアドレスが無効です!</string>
<string name="send_from_taddr">t-addrから送信しますか?</string>
<string name="cant_send_a_memo_to_a_taddr">t-addrにメモを送信できません。</string>
<string name="error_sending_transaction">トランザクション送信エラー!</string>
<string name="memo_field_over_512">メモが長すぎます。容量は512バイトまでです。</string>
<string name="more_than_shielded_address">%1$s %2$s は、保護されたアドレスの残高を超えています。このトランザクションは透過済みアドレスから送る必要があり、非公開にはなりません。\n\n本当によろしいですか?</string>
<string name="max_spend_in_a_single_tx">一度の送信で %1$d %2$s 以上の費用をかける事はできません。</string>
<string name="reply_to">返信</string>
<!-- content_send -->
<string name="to">~へ</string>
<string name="fee">取引手数料</string>
<string name="include_reply_to_address">返信先アドレスを含める</string>
<string name="action_settings">設定</string>
<string name="action_about">アバウト</string>
<string name="transaction_details">取引詳細</string>
<string name="title_activity_settings">アクティビティの設定</string>
<string name="title_activity_about">アクティビティについて</string>
</resources>

2
app/src/main/res/values-lv/strings.xml

@ -22,7 +22,7 @@
<string name="or">VAI</string>
<string name="reconnect">Atkārtoti izveidot savienojumu</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-pl/strings.xml

@ -27,7 +27,7 @@ TADDR (adres transparentny)
<string name="or">LUB</string>
<string name="reconnect">Połącz ponownie</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-pt/strings.xml

@ -24,7 +24,7 @@
<string name="or">OU</string>
<string name="reconnect">Reconectar</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-ro/strings.xml

@ -23,7 +23,7 @@
<string name="or">ori</string>
<string name="reconnect">Reconectare</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values-ru/strings.xml

@ -25,7 +25,7 @@
<string name="or">Или</string>
<string name="reconnect">Переподключиться</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">ТихийДракон</string>

2
app/src/main/res/values-sv/strings.xml

@ -23,7 +23,7 @@
<string name="or">eller</string>
<string name="reconnect">återanslut</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

2
app/src/main/res/values/strings.xml

@ -27,7 +27,7 @@
<string name="or">OR</string>
<string name="reconnect">Reconnect</string>
<string name="help">Help</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the deskop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<string name="help_text">This application does remote control for your full node.&lt;br>&lt;br>In order to let your Android phone connect to your desktop, you need to run the desktop SilentDragon and sync fully.&lt;br>&lt;br>After your node is synced, go to &lt;b>Apps -> Connect Mobile App&lt;/b> to view the connection QR Code, which you can scan from this app for connect SilentDragon.</string>
<!-- MainActivity.kt -->
<string name="app_name">SilentDragon</string>

Loading…
Cancel
Save