Skip to content

Commit

Permalink
Merge pull request #3437 from mhkawano/main
Browse files Browse the repository at this point in the history
Add translations
  • Loading branch information
mhkawano authored Feb 22, 2024
2 parents 59c1dab + be79f4b commit d8639e8
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion src/i18n/swg-strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,37 @@ export const SWG_I18N_STRINGS = {
'zh-hk': '觀看廣告',
'zh-tw': '觀看廣告',
},
// TODO: mhkawano - Update with translations once they have been translated.
// Message ID: 7478828886861577969
'BACK_TO_HOMEPAGE': {
'en': 'Back to homepage',
'ar': 'الرجوع إلى الصفحة الرئيسية',
'de': 'Zurück zur Startseite',
'en-au': 'Back to homepage',
'en-ca': 'Back to homepage',
'en-gb': 'Back to homepage',
'en-us': 'Back to homepage',
'es': 'Volver a la página principal',
'es-419': 'Volver a la página principal',
'fr': "Retourner à la page d'accueil",
'fr-ca': "Retour à la page d'accueil",
'hi': 'होम पेज पर वापस जाएं',
'id': 'Kembali ke halaman beranda',
'it': 'Torna alla home page',
'ja': 'ホームページに戻る',
'ko': '홈페이지로 돌아가기',
'ms': 'Kembali kepada halaman utama',
'nl': 'Terug naar homepage',
'no': 'Tilbake til startsiden',
'pl': 'Powrót do strony głównej',
'pt': 'Volte à página inicial',
'pt-br': 'Voltar à página inicial',
'ru': 'Вернуться на главную страницу',
'sv': 'Tillbaka till startsidan',
'th': 'กลับไปที่หน้าแรก',
'tr': 'Ana sayfaya geri dön',
'uk': 'Назад на головну сторінку',
'zh-cn': '返回首页',
'zh-hk': '返回首頁',
'zh-tw': '返回首頁',
},
};

0 comments on commit d8639e8

Please sign in to comment.