Browse Source

added missing localization

pull/961/head
Yunus Emre Kalkan 7 years ago
parent
commit
6fae53a985
  1. 1
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json
  2. 1
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/pt-BR.json
  3. 1
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json
  4. 1
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/zh-Hans.json

1
framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json

@ -24,6 +24,7 @@
"Actions": "Actions",
"Delete": "Delete",
"Edit": "Edit",
"Refresh": "Refresh",
"ProcessingWithThreeDot": "Processing...",
"LoadingWithThreeDot": "Loading...",
"Welcome": "Welcome",

1
framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/pt-BR.json

@ -24,6 +24,7 @@
"Actions": "Ações",
"Delete": "Excluir",
"Edit": "Editar",
"Refresh": "Refrescar",
"ProcessingWithThreeDot": "Processando...",
"Login": "Entrar",
"Register": "cadastrar",

1
framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json

@ -24,6 +24,7 @@
"Actions": "İşlemler",
"Delete": "Sil",
"Edit": "Düzenle",
"Refresh": "Yenile",
"ProcessingWithThreeDot": "İşleniyor...",
"LoadingWithThreeDot": "Yükleniyor...",
"Welcome": "Hoşgeldiniz",

1
framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/zh-Hans.json

@ -24,6 +24,7 @@
"Actions": "操作",
"Delete": "删除",
"Edit": "修改",
"Refresh": "刷新",
"ProcessingWithThreeDot": "处理中...",
"LoadingWithThreeDot": "加载中...",
"Welcome": "欢迎",

Loading…
Cancel
Save