diff --git a/locales/de/translation.json b/locales/de/translation.json index cedc43a57c4..69e7707816b 100644 --- a/locales/de/translation.json +++ b/locales/de/translation.json @@ -2256,6 +2256,16 @@ "title": "Valora Punkte", "activity": "Aktivität", "history": { + "cards": { + "createWallet": { + "title": "Brieftaschenhalter", + "subtitle": "Mitglied von {{appName}}" + }, + "swap": { + "title": "Tauschen", + "subtitle": "{{fromToken}} zu {{toToken}}" + } + }, "title": "Meine Punkte Aktivität", "error": { "title": "Aktivität kann keine Punkte laden", diff --git a/locales/en-US/translation.json b/locales/en-US/translation.json index d9782b83231..be4040a82df 100644 --- a/locales/en-US/translation.json +++ b/locales/en-US/translation.json @@ -2256,6 +2256,16 @@ "title": "Valora Points", "activity": "Activity", "history": { + "cards": { + "createWallet": { + "title": "Wallet holder", + "subtitle": "Member of {{appName}}" + }, + "swap": { + "title": "Swap", + "subtitle": "{{fromToken}} to {{toToken}}" + } + }, "title": "My points activity", "error": { "title": "Unable to load points activity", diff --git a/locales/es-419/translation.json b/locales/es-419/translation.json index 1a6d666910e..f563f2abded 100644 --- a/locales/es-419/translation.json +++ b/locales/es-419/translation.json @@ -2256,6 +2256,16 @@ "title": "Puntos Valora", "activity": "Actividad", "history": { + "cards": { + "createWallet": { + "title": "Portacarteras", + "subtitle": "Miembro de {{appName}}" + }, + "swap": { + "title": "Cambiar", + "subtitle": "{{fromToken}} > {{toToken}}" + } + }, "title": "Mi actividad de puntos", "error": { "title": "No se puede cargar la actividad de puntos", diff --git a/locales/fr-FR/translation.json b/locales/fr-FR/translation.json index 86f8b5c338e..dd599d42add 100644 --- a/locales/fr-FR/translation.json +++ b/locales/fr-FR/translation.json @@ -2256,6 +2256,16 @@ "title": "Points Valora", "activity": "Activité", "history": { + "cards": { + "createWallet": { + "title": "Portefeuille", + "subtitle": "Membre de {{appName}}" + }, + "swap": { + "title": "Échanger", + "subtitle": "{{fromToken}} > {{toToken}}" + } + }, "title": "Mon activité de points", "error": { "title": "Impossible de charger l'activité des points", diff --git a/locales/it-IT/translation.json b/locales/it-IT/translation.json index 397c5377c84..d541d843b2f 100644 --- a/locales/it-IT/translation.json +++ b/locales/it-IT/translation.json @@ -2256,6 +2256,16 @@ "title": "Punti Valora", "activity": "Attività", "history": { + "cards": { + "createWallet": { + "title": "Portafoglio", + "subtitle": "Membro di {{appName}}" + }, + "swap": { + "title": "Scambia", + "subtitle": "{{fromToken}} > {{toToken}}" + } + }, "title": "La mia attività a punti", "error": { "title": "Impossibile caricare i punti attività", diff --git a/locales/pl-PL/translation.json b/locales/pl-PL/translation.json index 54d1486c24a..5c7e9fd4945 100644 --- a/locales/pl-PL/translation.json +++ b/locales/pl-PL/translation.json @@ -2260,6 +2260,16 @@ "title": "Punkty Valora", "activity": "Operacje", "history": { + "cards": { + "createWallet": { + "title": "Uchwyt na portfel", + "subtitle": "Członek {{appName}}" + }, + "swap": { + "title": "Zamieniaj", + "subtitle": "{{fromToken}} do {{toToken}}" + } + }, "title": "Moja aktywność punktowa", "error": { "title": "Nie można załadować aktywności punktów", diff --git a/locales/pt-BR/translation.json b/locales/pt-BR/translation.json index e54efdca713..4831fcda3f9 100644 --- a/locales/pt-BR/translation.json +++ b/locales/pt-BR/translation.json @@ -2256,6 +2256,16 @@ "title": "Pontos Valora", "activity": "Atividades", "history": { + "cards": { + "createWallet": { + "title": "Porta-carteiras", + "subtitle": "Membro de {{appName}}" + }, + "swap": { + "title": "Trocar", + "subtitle": "{{fromToken}} para {{toToken}}" + } + }, "title": "Minha atividade de pontos", "error": { "title": "Não é possível carregar a atividade de pontos", diff --git a/locales/ru-RU/translation.json b/locales/ru-RU/translation.json index 75d1038d04e..b5500bdbbc2 100644 --- a/locales/ru-RU/translation.json +++ b/locales/ru-RU/translation.json @@ -2260,6 +2260,16 @@ "title": "Очки Валора", "activity": "Деятельность", "history": { + "cards": { + "createWallet": { + "title": "Держатель для бумажника", + "subtitle": "Член {{appName}}" + }, + "swap": { + "title": "Обмен", + "subtitle": "{{fromToken}} в {{toToken}}" + } + }, "title": "Моя активность по набору очков", "error": { "title": "Невозможно загрузить активность очков", diff --git a/locales/th-TH/translation.json b/locales/th-TH/translation.json index 0d7ab23a5e4..511efe7a0a6 100644 --- a/locales/th-TH/translation.json +++ b/locales/th-TH/translation.json @@ -2254,6 +2254,16 @@ "title": "Valora Points", "activity": "กิจกรรม", "history": { + "cards": { + "createWallet": { + "title": "Wallet holder", + "subtitle": "Member of {{appName}}" + }, + "swap": { + "title": "สว็อป", + "subtitle": "{{fromToken}} เป็น {{toToken}}" + } + }, "title": "My points activity", "error": { "title": "Unable to load points activity", diff --git a/locales/tr-TR/translation.json b/locales/tr-TR/translation.json index 4dcbe62f31d..2944d3daee7 100644 --- a/locales/tr-TR/translation.json +++ b/locales/tr-TR/translation.json @@ -2256,6 +2256,16 @@ "title": "Valora Puanları", "activity": "İşlemler", "history": { + "cards": { + "createWallet": { + "title": "Cüzdan tutucu", + "subtitle": "{{appName}}üyesi" + }, + "swap": { + "title": "Swap", + "subtitle": "{{fromToken}} - {{toToken}}" + } + }, "title": "Puan faaliyetim", "error": { "title": "Puan etkinliği yüklenemiyor", diff --git a/locales/uk-UA/translation.json b/locales/uk-UA/translation.json index 9debaf6dd15..085825ec309 100644 --- a/locales/uk-UA/translation.json +++ b/locales/uk-UA/translation.json @@ -2260,6 +2260,16 @@ "title": "Бали Валора", "activity": "Активність", "history": { + "cards": { + "createWallet": { + "title": "Тримач для гаманця", + "subtitle": "Член {{appName}}" + }, + "swap": { + "title": "Обміняти", + "subtitle": "{{fromToken}} до {{toToken}}" + } + }, "title": "Активність моїх балів", "error": { "title": "Неможливо завантажити активність точок", diff --git a/locales/vi-VN/translation.json b/locales/vi-VN/translation.json index 916b464af48..b5200e674d2 100644 --- a/locales/vi-VN/translation.json +++ b/locales/vi-VN/translation.json @@ -2254,6 +2254,16 @@ "title": "Valora Points", "activity": "Hoạt động", "history": { + "cards": { + "createWallet": { + "title": "Wallet holder", + "subtitle": "Member of {{appName}}" + }, + "swap": { + "title": "Trao đổi", + "subtitle": "{{fromToken}} sang {{toToken}}" + } + }, "title": "My points activity", "error": { "title": "Unable to load points activity", diff --git a/locales/zh-CN/translation.json b/locales/zh-CN/translation.json index 454b6579b57..25d8aafe188 100644 --- a/locales/zh-CN/translation.json +++ b/locales/zh-CN/translation.json @@ -2254,6 +2254,16 @@ "title": "瓦洛拉积分", "activity": "活动", "history": { + "cards": { + "createWallet": { + "title": "钱包夹", + "subtitle": "{{appName}}成员" + }, + "swap": { + "title": "交换", + "subtitle": "{{fromToken}} 至 {{toToken}}" + } + }, "title": "我的积分活动", "error": { "title": "无法加载点活动",