Skip to content

Commit dd60a7b

Browse files
committed
feat(locales): add 'upgrade_to_premium' translation in multiple languages to enhance user experience
1 parent 8283d5f commit dd60a7b

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

locales/es.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -843,6 +843,7 @@ export default {
843843
},
844844
},
845845
commons: {
846+
upgrade_to_premium: "Torne-se Premium",
846847
last_activity: "Última actividad",
847848
registered_on: "Inscrito el",
848849
just_now: "ahora mismo",

locales/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,7 @@ export default {
17381738
},
17391739
},
17401740
commons: {
1741+
upgrade_to_premium: "Devenir Premium",
17411742
last_activity: "Dernière activité",
17421743
registered_on: "Inscrit le",
17431744
refresh: "Actualiser",

locales/pt.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1716,6 +1716,7 @@ export default {
17161716
},
17171717

17181718
commons: {
1719+
upgrade_to_premium: "Torne-se Premium",
17191720
last_activity: "Última atividade",
17201721
registered_on: "Inscrito em",
17211722
just_now: "agora mesmo",

locales/ru.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,6 +1707,7 @@ export default {
17071707
},
17081708
},
17091709
commons: {
1710+
upgrade_to_premium: "Стань Премиум",
17101711
last_activity: "Последняя активность",
17111712
registered_on: "Зарегистрирован",
17121713
just_now: "только что",

locales/zh-CN.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -838,6 +838,7 @@ export default {
838838
},
839839
},
840840
commons: {
841+
upgrade_to_premium: "成为高级",
841842
last_activity: "最近活动",
842843
registered_on: "注册于",
843844
just_now: "刚刚",

0 commit comments

Comments
 (0)