File tree Expand file tree Collapse file tree 23 files changed +11314
-11248
lines changed
Expand file tree Collapse file tree 23 files changed +11314
-11248
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,9 @@ msgstr "Gehe zu dir nach Hause"
350350msgid "Error Application not found Button"
351351msgstr "Diese Anwendung installieren"
352352
353+ msgid "Error Learn more"
354+ msgstr "Mehr erfahren:"
355+
353356msgid "Error Contact us"
354357msgstr "Ein Problem, eine Frage? Kontaktiere uns über"
355358
@@ -974,4 +977,4 @@ msgid "Mail Sharing File Changed Link Text"
974977msgstr "See on Twake Drive"
975978
976979msgid "Mail Sharing Folder Changed Intro"
977- msgstr "Someone shared a folder with you:"
980+ msgstr "Someone shared a folder with you:"
Original file line number Diff line number Diff line change @@ -467,6 +467,9 @@ msgstr "Install this application"
467467msgid "Error Address forgotten"
468468msgstr "I have forgotten my address"
469469
470+ msgid "Error Learn more"
471+ msgstr "Learn more:"
472+
470473msgid "Error Contact us"
471474msgstr "A problem, a question? Contact us at"
472475
Original file line number Diff line number Diff line change @@ -344,6 +344,9 @@ msgstr "Ir a Inicio"
344344msgid "Error Application not found Button"
345345msgstr "Instalar esta aplicación"
346346
347+ msgid "Error Learn more"
348+ msgstr "Más información:"
349+
347350msgid "Error Contact us"
348351msgstr "¿Tiene un problema, una duda? Contáctenos en"
349352
Original file line number Diff line number Diff line change @@ -535,6 +535,9 @@ msgstr "Installer cette application"
535535msgid "Error Address forgotten"
536536msgstr "J'ai oublié mon adresse"
537537
538+ msgid "Error Learn more"
539+ msgstr "En savoir plus :"
540+
538541msgid "Error Contact us"
539542msgstr "Un problème, une suggestion ? Contactez-nous à"
540543
Original file line number Diff line number Diff line change @@ -300,6 +300,9 @@ msgstr "ホームに移動"
300300msgid "Error Application not found Button"
301301msgstr "このアプリケーションをインストール"
302302
303+ msgid "Error Learn more"
304+ msgstr "詳細を見る:"
305+
303306msgid "Error Contact us"
304307msgstr "問題、質問? お問い合わせは"
305308
Original file line number Diff line number Diff line change @@ -451,6 +451,9 @@ msgstr "Deze app installeren"
451451msgid "Error Address forgotten"
452452msgstr "Ik ben mijn adres vergeten"
453453
454+ msgid "Error Learn more"
455+ msgstr "Meer informatie:"
456+
454457msgid "Error Contact us"
455458msgstr "Problemen? Vragen? Neem contact met ons op:"
456459
Original file line number Diff line number Diff line change @@ -518,6 +518,9 @@ msgstr "Установить это приложение"
518518msgid "Error Address forgotten"
519519msgstr "Я забыл мой адрес"
520520
521+ msgid "Error Learn more"
522+ msgstr "Узнать больше:"
523+
521524msgid "Error Contact us"
522525msgstr "Проблема, предложение? Свяжитесь с нами по адресу"
523526
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ msgstr "Ứng dụng không tồn tại"
457457
458458msgid "Error Application not found Message"
459459msgstr ""
460- "" Chúng tôi không tìm thấy ứng dụng nào tương ứng với địa chỉ này trong Twake của bạn."
460+ "Chúng tôi không tìm thấy ứng dụng nào tương ứng với địa chỉ này trong Twake của bạn."
461461"Có thể bạn đã nhập sai địa chỉ."
462462
463463msgid "Error Application not found Action"
@@ -469,6 +469,9 @@ msgstr "Cài đặt ứng dụng này"
469469msgid "Error Address forgotten"
470470msgstr "Tôi đã quên địa chỉ Twake của mình"
471471
472+ msgid "Error Learn more"
473+ msgstr "Tìm hiểu thêm:"
474+
472475msgid "Error Contact us"
473476msgstr "Có thắc mắc hoặc sự cố? Liên hệ với chúng tôi tại"
474477
Original file line number Diff line number Diff line change @@ -29,9 +29,15 @@ <h1 class="h4 h2-md my-3 text-center">{{t "Authorize Confirm Flagship title"}}</
2929 </ div >
3030 </ div >
3131 < footer class ="w-100 ">
32+ {{if .SupportPageURL}}
33+ < p class ="text-center mb-3 ">
34+ {{t "Error Learn more" }} < a href ="{{.SupportPageURL}} "> {{.SupportPageURL}}</ a > .
35+ </ p >
36+ {{else if .SupportEmail}}
3237 < p class ="text-center mb-3 ">
3338 {{t "Error Contact us" }} < a href ="mailto:{{.SupportEmail}} "> {{.SupportEmail}}</ a > .
3439 </ p >
40+ {{end}}
3541 < button id ="confirm-flagship-submit " class ="btn btn-primary btn-md-lg w-100 my-3 mt-md-5 " type ="submit ">
3642 {{t "Authorize Confirm Flagship Confirm"}}
3743 </ button >
Original file line number Diff line number Diff line change @@ -51,7 +51,11 @@ <h1 class="h4 h2-md mb-3 text-center">{{if .ErrorTitle}}{{t .ErrorTitle}}{{else}
5151 </ div >
5252
5353 < footer >
54- {{if .SupportEmail}}
54+ {{if .SupportPageURL}}
55+ < p class ="text-center mb-3 ">
56+ {{t "Error Learn more" }} < a href ="{{.SupportPageURL}} "> {{.SupportPageURL}}</ a > .
57+ </ p >
58+ {{else if .SupportEmail}}
5559 < p class ="text-center mb-3 ">
5660 {{t "Error Contact us" }} < a href ="mailto:{{.SupportEmail}} "> {{.SupportEmail}}</ a > .
5761 </ p >
You can’t perform that action at this time.
0 commit comments