From 964a303f9e54f57c7e0ba40eb71d9b82fe90947c Mon Sep 17 00:00:00 2001 From: Swen van Zanten Date: Sat, 21 Mar 2020 15:39:31 +0100 Subject: [PATCH] Add support page --- Localization/de.lproj/Localizable.strings | 6 + Localization/en.lproj/Localizable.strings | 6 + Localization/es.lproj/Localizable.strings | 6 + Localization/fr.lproj/Localizable.strings | 6 + Localization/hr.lproj/Localizable.strings | 6 + Localization/it.lproj/Localizable.strings | 6 + Localization/ja.lproj/Localizable.strings | 6 + Localization/nl.lproj/Localizable.strings | 6 + Localization/pt-BR.lproj/Localizable.strings | 6 + Localization/pt-PT.lproj/Localizable.strings | 6 + Localization/ru.lproj/Localizable.strings | 6 + Localization/sl.lproj/Localizable.strings | 6 + Localization/sv-SE.lproj/Localizable.strings | 6 + Localization/tr.lproj/Localizable.strings | 6 + Localization/vi.lproj/Localizable.strings | 6 + .../zh-Hans.lproj/Localizable.strings | 6 + VergeiOS.xcodeproj/project.pbxproj | 12 +- VergeiOS/Assets/Settings.storyboard | 351 +++++++++++------- VergeiOS/Assets/Setup.storyboard | 20 +- .../Receive/ReceiveViewController.swift | 6 + .../SettingsTableViewController.swift | 6 +- .../Settings/SupportTableViewController.swift | 68 ++++ .../WalletSweepingTableViewController.swift | 4 - 23 files changed, 412 insertions(+), 151 deletions(-) create mode 100644 VergeiOS/Controllers/Settings/SupportTableViewController.swift diff --git a/Localization/de.lproj/Localizable.strings b/Localization/de.lproj/Localizable.strings index d09db679..470a590d 100644 --- a/Localization/de.lproj/Localizable.strings +++ b/Localization/de.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Face ID verwenden"; "settings.settings.cell.torConnectionLabel" = "Tor Verbindung"; "settings.other.header.title" = "andere"; +"settings.other.cell.supportLabel" = "Unterstützung"; "settings.other.cell.creditsLabel" = "Credits"; "settings.other.cell.donateLabel" = "Spenden"; "settings.other.cell.rateAppLabel" = "App bewerten"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Wörter"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Könnten Sie wirklich Unterstützung gebrauchen?"; +"settings.support.descLabel" = "Haben Sie Probleme mit Ihrer Brieftasche? Oder haben Sie einfach Fragen? Die Verge Currency Community ist immer verfügbar!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Trennen Sie dieses Gerät von Ihrem aktuellen Wallet."; "settings.disconnect.descLabel" = "Sie sind dabei, dieses Gerät von Ihrer aktuellen Brieftasche zu trennen. Bitte stellen Sie absolut sicher, dass Sie Ihren Papierschlüssel aufgeschrieben haben und Ihr Seed Phrase kennen. Denken Sie daran, dass Ihr Papierschlüssel + Seed Phrase die einzige Möglichkeit ist, Ihr aktuelles Wallet wiederherzustellen."; diff --git a/Localization/en.lproj/Localizable.strings b/Localization/en.lproj/Localizable.strings index 911211bd..193885a2 100644 --- a/Localization/en.lproj/Localizable.strings +++ b/Localization/en.lproj/Localizable.strings @@ -203,6 +203,7 @@ "settings.settings.cell.useFaceIdLabel" = "Use Face ID"; "settings.other.header.title" = "Other"; +"settings.other.cell.supportLabel" = "Support"; "settings.other.cell.creditsLabel" = "Credits"; "settings.other.cell.donateLabel" = "Donate"; "settings.other.cell.rateAppLabel" = "Rate app"; @@ -233,6 +234,11 @@ "settings.sweeping.cell.androidLabel" = "Android"; "settings.sweeping.cell.androidDecs" = "v1.0.0 or lower"; +// Support + +"settings.support.titleLabel" = "Could you really use some support?"; +"settings.support.descLabel" = "Do you experience problems with your wallet? Or do you simply have questions? The Verge Currency community is always available!"; + // Private key wallet sweeping "sweeping.privateKey.titleLabel" = "Lets sweep a private key wallet"; diff --git a/Localization/es.lproj/Localizable.strings b/Localization/es.lproj/Localizable.strings index 5c42d54b..32cbb04d 100644 --- a/Localization/es.lproj/Localizable.strings +++ b/Localization/es.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Utilizar ID facial"; "settings.settings.cell.torConnectionLabel" = "Conexión Tor"; "settings.other.header.title" = "Otros"; +"settings.other.cell.supportLabel" = "Apoyo"; "settings.other.cell.creditsLabel" = "Creditos"; "settings.other.cell.donateLabel" = "Donar"; "settings.other.cell.rateAppLabel" = "Calificar aplicación"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Palabras"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "¿Realmente podrías usar algo de apoyo?"; +"settings.support.descLabel" = "¿Experimenta problemas con su billetera? ¿O simplemente tienes preguntas? ¡La comunidad Verge Currency siempre está disponible!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Desconectar este dispositivo de su monedero actual"; "settings.disconnect.descLabel" = "Usted esta a punto de desconectar este dispositivo de su monedero actual. Por favor asegurese completamente de que ha anotado su clave en papel y conoce su frase de contraseña. Recuerde que usando su clave en papel conjuntamente con su frase de contraseña es la única manera de restaurar su monedero actual."; diff --git a/Localization/fr.lproj/Localizable.strings b/Localization/fr.lproj/Localizable.strings index f6e19dd5..1d8bc450 100644 --- a/Localization/fr.lproj/Localizable.strings +++ b/Localization/fr.lproj/Localizable.strings @@ -165,6 +165,7 @@ "settings.settings.cell.useFaceIdLabel" = "Utiliser Face ID"; "settings.settings.cell.torConnectionLabel" = "Connexion Tor"; "settings.other.header.title" = "Autre"; +"settings.other.cell.supportLabel" = "Soutien"; "settings.other.cell.creditsLabel" = "Crédits"; "settings.other.cell.donateLabel" = "Faire un don"; "settings.other.cell.rateAppLabel" = "Évaluer cette application"; @@ -181,6 +182,11 @@ "settings.paperKey.preview.wordsSegment" = "Mots"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Pourriez-vous vraiment utiliser un support?"; +"settings.support.descLabel" = "Vous rencontrez des problèmes avec votre portefeuille? Ou avez-vous simplement des questions? La communauté Verge Currency est toujours disponible!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Déconnecter ce périphérique du porte-monnaie actuel"; "settings.disconnect.descLabel" = "Vous êtes sur le point de déconnecter cet appareil de votre porte-monnaie actuel. Assurez-vous absolument que vous avez écrit votre clé papier et connaissez votre phrase secrète. N'oubliez pas que votre clé papier + votre phrase secrète constituent le seul moyen de restaurer votre porte-monnaie actuel."; diff --git a/Localization/hr.lproj/Localizable.strings b/Localization/hr.lproj/Localizable.strings index b2c562bd..691e7889 100644 --- a/Localization/hr.lproj/Localizable.strings +++ b/Localization/hr.lproj/Localizable.strings @@ -165,6 +165,7 @@ "settings.settings.cell.useFaceIdLabel" = "Koristi Face ID"; "settings.settings.cell.torConnectionLabel" = "TOR povezivost"; "settings.other.header.title" = "Ostalo"; +"settings.other.cell.supportLabel" = "Podrška"; "settings.other.cell.creditsLabel" = "Zasluge"; "settings.other.cell.donateLabel" = "Doniraj"; "settings.other.cell.rateAppLabel" = "Ocijeni aplikaciju"; @@ -181,6 +182,11 @@ "settings.paperKey.preview.wordsSegment" = "Riječi"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Možete li zaista koristiti neku podršku?"; +"settings.support.descLabel" = "Imate li problema s novčanikom? Ili jednostavno imate pitanja? Zajednica Verge Currency uvijek je dostupna!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Odspoji ovaj uređaj s trenutnog novčanika"; "settings.disconnect.descLabel" = "Upravo ćete prekinuti vezu s trenutačnim novčanikom. Molimo Vas, budite sigurni da ste zapisali papirnati ključ i da znate svoju zaporku. Zapamtite da je vaš papirnati ključ + zaporka jedini način da povratite trenutačni novčanik."; diff --git a/Localization/it.lproj/Localizable.strings b/Localization/it.lproj/Localizable.strings index 2eff2b2d..2a1720dd 100644 --- a/Localization/it.lproj/Localizable.strings +++ b/Localization/it.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Usa Face ID"; "settings.settings.cell.torConnectionLabel" = "Connessione Tor"; "settings.other.header.title" = "Altro"; +"settings.other.cell.supportLabel" = "Supporto"; "settings.other.cell.creditsLabel" = "Crediti"; "settings.other.cell.donateLabel" = "Donare"; "settings.other.cell.rateAppLabel" = "Valuta l'app"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Parole"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Potresti davvero usare un po 'di supporto?"; +"settings.support.descLabel" = "Hai problemi con il tuo portafoglio? O hai semplicemente domande? La community di Verge Currency è sempre disponibile!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Disconnetti questo dispositivo dal tuo portafogli corrente."; "settings.disconnect.descLabel" = "Stai per disconnettere questo dispositivo dal tuo portafogli corrente. Assicurati di aver annotato la tua chiave cartacea e ricordati della tua passphrase. Ricorda che la tua chiave cartacea + la passphrase è l'unico modo per ripristinare il tuo portafogli."; diff --git a/Localization/ja.lproj/Localizable.strings b/Localization/ja.lproj/Localizable.strings index 804e891d..49fa7249 100644 --- a/Localization/ja.lproj/Localizable.strings +++ b/Localization/ja.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Face IDを使用する"; "settings.settings.cell.torConnectionLabel" = "Tor接続"; "settings.other.header.title" = "その他"; +"settings.other.cell.supportLabel" = "サポート"; "settings.other.cell.creditsLabel" = "クレジット"; "settings.other.cell.donateLabel" = "寄付"; "settings.other.cell.rateAppLabel" = "このアプリを評価する"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "単語"; "settings.paperKey.preview.qrSegment" = "QRコード"; +// Support + +"settings.support.titleLabel" = "本当にサポートを利用できますか?"; +"settings.support.descLabel" = "財布に問題がありますか? または、単に質問がありますか? Verge Currencyコミュニティはいつでも利用できます!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "直近のウォレットと接続を停止する"; "settings.disconnect.descLabel" = "直近のウォレットと接続を停止します。ペーパーキーとパスフレーズを絶対に忘れないようにしてください。ウォレットを復元する時にペーパーキーとパスフレーズの両方が必要です。"; diff --git a/Localization/nl.lproj/Localizable.strings b/Localization/nl.lproj/Localizable.strings index c3527c00..aa7d7c39 100644 --- a/Localization/nl.lproj/Localizable.strings +++ b/Localization/nl.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Gebruik Face ID"; "settings.settings.cell.torConnectionLabel" = "Tor verbinding"; "settings.other.header.title" = "Anders"; +"settings.other.cell.supportLabel" = "Ondersteuning"; "settings.other.cell.creditsLabel" = "Credits"; "settings.other.cell.donateLabel" = "Doneer"; "settings.other.cell.rateAppLabel" = "Beoordeel app"; @@ -196,6 +197,11 @@ "settings.sweeping.cell.androidLabel" = "Android"; "settings.sweeping.cell.androidDecs" = "v1.0.0 of lager"; +// Support + +"settings.support.titleLabel" = "Kun je wel wat hulp gebruiken?"; +"settings.support.descLabel" = "Heb je problemen met je wallet? Of heb je gewoon een vraag? De Verge Currency gemeenschap is altijd beschikbaar!"; + // Private key wallet sweeping "sweeping.privateKey.titleLabel" = "Laten we een private key wallet sweepen"; diff --git a/Localization/pt-BR.lproj/Localizable.strings b/Localization/pt-BR.lproj/Localizable.strings index f6f22422..fd484473 100644 --- a/Localization/pt-BR.lproj/Localizable.strings +++ b/Localization/pt-BR.lproj/Localizable.strings @@ -165,6 +165,7 @@ "settings.settings.cell.useFaceIdLabel" = "Usar Desbloqueio de Face"; "settings.settings.cell.torConnectionLabel" = "Conexão Tor"; "settings.other.header.title" = "Outros"; +"settings.other.cell.supportLabel" = "Apoio, suporte"; "settings.other.cell.creditsLabel" = "Créditos"; "settings.other.cell.donateLabel" = "Doação"; "settings.other.cell.rateAppLabel" = "Classifique o aplicativo"; @@ -181,6 +182,11 @@ "settings.paperKey.preview.wordsSegment" = "Palavras"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Você poderia realmente usar algum suporte?"; +"settings.support.descLabel" = "Você tem problemas com sua carteira? Ou você simplesmente tem perguntas? A comunidade Verge Currency está sempre disponível!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Desconecte este dispositivo da carteira atual"; "settings.disconnect.descLabel" = "Você está prestes a desconectar este dispositivo da sua carteira atual. Por favor, certifique-se de ter escrito a suas palavras passe e saber sua chave de segurança. Lembre-se de que suas palavras passe + chave de segurança é a única maneira de restaurar sua carteira atual."; diff --git a/Localization/pt-PT.lproj/Localizable.strings b/Localization/pt-PT.lproj/Localizable.strings index e9f24948..bbecfc88 100644 --- a/Localization/pt-PT.lproj/Localizable.strings +++ b/Localization/pt-PT.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Usar o Face ID"; "settings.settings.cell.torConnectionLabel" = "Ligação Tor"; "settings.other.header.title" = "Outro"; +"settings.other.cell.supportLabel" = "Apoio, suporte"; "settings.other.cell.creditsLabel" = "Créditos"; "settings.other.cell.donateLabel" = "Doar"; "settings.other.cell.rateAppLabel" = "Classifique a app"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Palavras"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Você poderia realmente usar algum suporte?"; +"settings.support.descLabel" = "Você tem problemas com sua carteira? Ou você simplesmente tem perguntas? A comunidade Verge Currency está sempre disponível!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Desconecte este dispositivo da sua carteira actual"; "settings.disconnect.descLabel" = "Você está prestes a desconectar este dispositivo da sua carteira actual. Por favor, certifique-se de ter anotado a sua chave de papel e saber a sua senha. Lembre-se de que a sua chave de papel + senha é a única maneira de restaurar a sua carteira actual."; diff --git a/Localization/ru.lproj/Localizable.strings b/Localization/ru.lproj/Localizable.strings index c15cb081..efd97231 100644 --- a/Localization/ru.lproj/Localizable.strings +++ b/Localization/ru.lproj/Localizable.strings @@ -199,6 +199,7 @@ "settings.settings.cell.torConnectionLabel" = "Tor-соединение"; "settings.other.header.title" = "Другое"; +"settings.other.cell.supportLabel" = "Служба поддержки"; "settings.other.cell.creditsLabel" = "О приложении"; "settings.other.cell.donateLabel" = "Поддержать проект"; "settings.other.cell.rateAppLabel" = "Оценить приложение"; @@ -216,6 +217,11 @@ "settings.paperKey.preview.wordsSegment" = "Слова"; "settings.paperKey.preview.qrSegment" = "QR-код"; +// Support + +"settings.support.titleLabel" = "Не могли бы вы действительно использовать некоторую поддержку?"; +"settings.support.descLabel" = "У вас есть проблемы с вашим кошельком? Или у тебя просто есть вопросы? Сообщество Verge Currency всегда доступно!"; + // Disconnect wallet "settings.disconnect.titleLabel" = "Отвязать данное устройство от Вашего текущего кошелька"; diff --git a/Localization/sl.lproj/Localizable.strings b/Localization/sl.lproj/Localizable.strings index a90d4466..44f50ef7 100644 --- a/Localization/sl.lproj/Localizable.strings +++ b/Localization/sl.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Uporabi Face ID"; "settings.settings.cell.torConnectionLabel" = "Tor povezava"; "settings.other.header.title" = "Ostalo"; +"settings.other.cell.supportLabel" = "Podpora"; "settings.other.cell.creditsLabel" = "Zasluge"; "settings.other.cell.donateLabel" = "Donirajte"; "settings.other.cell.rateAppLabel" = "Ocenite aplikacijo"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Besede"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Bi res lahko uporabil kakšno podporo?"; +"settings.support.descLabel" = "Imate težave z denarnico? Ali preprosto imate vprašanja? Skupnost Verge Currency je vedno na voljo!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Prekinite povezavo naprave z vašo trenutno denarnico."; "settings.disconnect.descLabel" = "Ste pred tem, da napravo prekinete s trenutno denarnico. Prepričajte se, da ste pravilno zapisali papirni ključ in poznate svojo geslo. Ne pozabite, da je vaš papirni ključ + geslo edini način obnovitve vaše trenutne denarnice."; diff --git a/Localization/sv-SE.lproj/Localizable.strings b/Localization/sv-SE.lproj/Localizable.strings index dd77af04..bd7e276c 100644 --- a/Localization/sv-SE.lproj/Localizable.strings +++ b/Localization/sv-SE.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Använd ansiktsigenkänning"; "settings.settings.cell.torConnectionLabel" = "Tor anslutning"; "settings.other.header.title" = "Andra"; +"settings.other.cell.supportLabel" = "Stöd"; "settings.other.cell.creditsLabel" = "Förtjänst"; "settings.other.cell.donateLabel" = "Donera"; "settings.other.cell.rateAppLabel" = "Betygsätt app"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Ord"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Kan du verkligen använda lite stöd?"; +"settings.support.descLabel" = "Har du problem med din plånbok? Eller har du helt enkelt frågor? Verge Currency-gruppen är alltid tillgänglig!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Frånkoppla denna enhet från din nuvarande plånbok. "; "settings.disconnect.descLabel" = "Du är påväg att frånkoppla din enhet från din nuvarande plånbok. Vänlige var absolut säker att du skrivit ner din pappersnyckel och kan din lösenfras. Kom ihåg att din pappersnyckel + lösenfras är det enda sättet att återställa din plånbok."; diff --git a/Localization/tr.lproj/Localizable.strings b/Localization/tr.lproj/Localizable.strings index b7b87a99..37d33dd9 100644 --- a/Localization/tr.lproj/Localizable.strings +++ b/Localization/tr.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Face ID kullan"; "settings.settings.cell.torConnectionLabel" = "Tor Bağlantısı"; "settings.other.header.title" = "Diğerleri"; +"settings.other.cell.supportLabel" = "Destek"; "settings.other.cell.creditsLabel" = "Emeği Geçenler"; "settings.other.cell.donateLabel" = "Bağış"; "settings.other.cell.rateAppLabel" = "Uygulamayı Oyla"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Kelimeler"; "settings.paperKey.preview.qrSegment" = "QR"; +// Support + +"settings.support.titleLabel" = "Gerçekten biraz destek kullanabilir misiniz?"; +"settings.support.descLabel" = "Cüzdanınızla ilgili sorunlar yaşıyor musunuz? Yoksa sorularınız mı var? Verge Currency topluluğu her zaman kullanılabilir!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Cüzdanınızın bu cihazla bağlantısını kesin"; "settings.disconnect.descLabel" = "Bu cihazın mevcut cüzdanınızla bağlantısını kesmek üzeresiniz. Lütfen kağıt anahtarınızı bir yere yazdığınızdan ve şifrenizi tam olarak bildiğinizden emin olun. Kağıt anahtarınız ve parolanızın geçerli cüzdanınızı geri yüklemenin tek yolu olduğunu unutmayın."; diff --git a/Localization/vi.lproj/Localizable.strings b/Localization/vi.lproj/Localizable.strings index a68862df..0f5eace5 100644 --- a/Localization/vi.lproj/Localizable.strings +++ b/Localization/vi.lproj/Localizable.strings @@ -167,6 +167,7 @@ "settings.settings.cell.useFaceIdLabel" = "Sử dụng nhận diện khuôn mặt"; "settings.settings.cell.torConnectionLabel" = "Kết nối qua mạng Tor"; "settings.other.header.title" = "Khác"; +"settings.other.cell.supportLabel" = "Ủng hộ"; "settings.other.cell.creditsLabel" = "Tín dụng"; "settings.other.cell.donateLabel" = "Ủng hộ"; "settings.other.cell.rateAppLabel" = "Xếp hạng ứng dụng"; @@ -183,6 +184,11 @@ "settings.paperKey.preview.wordsSegment" = "Từ"; "settings.paperKey.preview.qrSegment" = "Mã QR"; +// Support + +"settings.support.titleLabel" = "Bạn thực sự có thể sử dụng một số hỗ trợ?"; +"settings.support.descLabel" = "Bạn có gặp vấn đề với ví của bạn? Hay đơn giản là bạn có câu hỏi? Cộng đồng tiền tệ Verge luôn có sẵn!"; + /*Disconnect wallet*/ "settings.disconnect.titleLabel" = "Ngắt kết nối thiết bị này với ví hiện tại"; "settings.disconnect.descLabel" = "Bạn đã ngắt kết nối của thiết bị này và ví hiện tại.Làm ơn chắc chắn bạn đã ghi chép các từ khóa riêng tư xuống giấy và nhớ mật khẩu. Nhớ rằng với khóa riêng tư trên giấy và mật khẩu chỉ là cách duy nhất để khôi phục ví hiện tại của bạn."; diff --git a/Localization/zh-Hans.lproj/Localizable.strings b/Localization/zh-Hans.lproj/Localizable.strings index b2dba07b..7e1797ac 100644 --- a/Localization/zh-Hans.lproj/Localizable.strings +++ b/Localization/zh-Hans.lproj/Localizable.strings @@ -199,6 +199,7 @@ "settings.settings.cell.torConnectionLabel" = "Tor连接"; "settings.other.header.title" = "其它"; +"settings.other.cell.supportLabel" = "支持"; "settings.other.cell.creditsLabel" = "信用"; "settings.other.cell.donateLabel" = "捐赠"; "settings.other.cell.rateAppLabel" = "给app打分"; @@ -216,6 +217,11 @@ "settings.paperKey.preview.wordsSegment" = "单词"; "settings.paperKey.preview.qrSegment" = "二维码"; +// Support + +"settings.support.titleLabel" = "您真的可以使用一些支持吗?"; +"settings.support.descLabel" = "钱包有问题吗? 还是您只是有疑问? 边缘货币社区始终可用!"; + // Disconnect wallet "settings.disconnect.titleLabel" = "断开这个设备与钱包的连接"; diff --git a/VergeiOS.xcodeproj/project.pbxproj b/VergeiOS.xcodeproj/project.pbxproj index 495d022f..04033299 100644 --- a/VergeiOS.xcodeproj/project.pbxproj +++ b/VergeiOS.xcodeproj/project.pbxproj @@ -186,6 +186,7 @@ A3D3A06B2156FC130018599A /* MainTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3D3A06A2156FC130018599A /* MainTabBarController.swift */; }; A3D68365213F34E50067E0B9 /* TransactionTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3D68363213F34E50067E0B9 /* TransactionTableViewCell.swift */; }; A3D68366213F34E50067E0B9 /* TransactionTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A3D68364213F34E50067E0B9 /* TransactionTableViewCell.xib */; }; + A3D98EE124263D6500A2BBEB /* SupportTableViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3D98EE024263D6500A2BBEB /* SupportTableViewController.swift */; }; A3E32B18225D52D9001A8B0E /* SwinjectStoryboard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3E32B16225D52D9001A8B0E /* SwinjectStoryboard.framework */; }; A3E32B19225D52D9001A8B0E /* Swinject.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A3E32B17225D52D9001A8B0E /* Swinject.framework */; }; A3E32B1C225D56D9001A8B0E /* WalletServiceProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E32B1B225D56D9001A8B0E /* WalletServiceProvider.swift */; }; @@ -601,6 +602,7 @@ A3D3A06A2156FC130018599A /* MainTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainTabBarController.swift; sourceTree = ""; }; A3D68363213F34E50067E0B9 /* TransactionTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransactionTableViewCell.swift; sourceTree = ""; }; A3D68364213F34E50067E0B9 /* TransactionTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TransactionTableViewCell.xib; sourceTree = ""; }; + A3D98EE024263D6500A2BBEB /* SupportTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportTableViewController.swift; sourceTree = ""; }; A3E32B16225D52D9001A8B0E /* SwinjectStoryboard.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwinjectStoryboard.framework; path = Carthage/Build/iOS/SwinjectStoryboard.framework; sourceTree = ""; }; A3E32B17225D52D9001A8B0E /* Swinject.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Swinject.framework; path = Carthage/Build/iOS/Swinject.framework; sourceTree = ""; }; A3E32B1B225D56D9001A8B0E /* WalletServiceProvider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletServiceProvider.swift; sourceTree = ""; }; @@ -1196,6 +1198,7 @@ B2BD7BF3055148691DE401AD /* PaperkeyViewController.swift */, A38D6F7F21C06C2A00280FFE /* ServiceUrlTableViewController.swift */, A32566402112588D006FB08A /* SettingsTableViewController.swift */, + A3D98EE024263D6500A2BBEB /* SupportTableViewController.swift */, A324DAF322A83C6000EF12D7 /* ThemeTableViewController.swift */, A3AA22032165706C00160576 /* TorConnectionTableViewController.swift */, B2BD71D8BB26F2884D44A1BD /* TransactionProposalsTableViewController.swift */, @@ -2238,6 +2241,7 @@ B2BD741F2CC30614537FA183 /* TxProposalResponse.swift in Sources */, A3EA38E822FB58CE00E89CF0 /* WalletSweepingScannerViewDelegate.swift in Sources */, CA101BAE224629590058B84C /* ShortcutsManager.swift in Sources */, + A3D98EE124263D6500A2BBEB /* SupportTableViewController.swift in Sources */, A38D6F7E21BDCC0200280FFE /* PaperkeyQRViewController.swift in Sources */, B2BD7471363B356878B01396 /* UnspentOutput.swift in Sources */, A3AA2B8B2263DBFA000E4571 /* SubtitleImageView.swift in Sources */, @@ -2470,8 +2474,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CF_BUNDLE_BUILD_VERSION_STRING = 201911140001; - CF_BUNDLE_SHORT_VERSION_STRING = 1.2.3; + CF_BUNDLE_BUILD_VERSION_STRING = 202003210001; + CF_BUNDLE_SHORT_VERSION_STRING = 1.2.4; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -2534,8 +2538,8 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; - CF_BUNDLE_BUILD_VERSION_STRING = 201911140001; - CF_BUNDLE_SHORT_VERSION_STRING = 1.2.3; + CF_BUNDLE_BUILD_VERSION_STRING = 202003210001; + CF_BUNDLE_SHORT_VERSION_STRING = 1.2.4; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; diff --git a/VergeiOS/Assets/Settings.storyboard b/VergeiOS/Assets/Settings.storyboard index 985bfda9..cefb8764 100644 --- a/VergeiOS/Assets/Settings.storyboard +++ b/VergeiOS/Assets/Settings.storyboard @@ -1,11 +1,9 @@ - - - - + + - + @@ -22,15 +20,15 @@ - + - + - + @@ -56,15 +54,15 @@ - + - + - + @@ -90,15 +88,15 @@ - + - + - + @@ -124,15 +122,15 @@ - + - + - + @@ -158,15 +156,15 @@ - + - + - + @@ -192,15 +190,15 @@ - + - + - + @@ -230,15 +228,15 @@ - + - + - + @@ -268,15 +266,15 @@ - + - + - + @@ -309,15 +307,15 @@ - + - + - + @@ -343,15 +341,15 @@ - + - + - + @@ -377,15 +375,15 @@ - + - + - + @@ -415,15 +413,49 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + @@ -450,14 +482,14 @@ - + - + - + @@ -481,14 +513,14 @@ - + - + - + @@ -512,14 +544,14 @@ - + - + - + @@ -582,15 +614,15 @@ - + - + - + - + - + - +