Browse Source

New localization resources added

pull/17214/head
Masum ULU 3 years ago
parent
commit
17a67786d2
  1. 5
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json
  2. 5
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/tr.json

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

@ -53,6 +53,9 @@
"Today": "Today",
"Apply": "Apply",
"InternetConnectionInfo": "The operation could not be performed. Your internet connection is not available at the moment.",
"CopiedToTheClipboard": "Copied to the clipboard"
"CopiedToTheClipboard": "Copied to the clipboard",
"AddNew": "Add new",
"ProfilePicture": "Profile picture",
"Theme": "Theme"
}
}

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

@ -53,6 +53,9 @@
"Today": "Bugün",
"Apply": "Uygula",
"InternetConnectionInfo": "İşlem gerçekleştirilemedi. İnternet bağlantısı mevcut değil.",
"CopiedToTheClipboard": "Panoya kopyalandı"
"CopiedToTheClipboard": "Panoya kopyalandı",
"AddNew": "Yeni ekle",
"ProfilePicture": "Profil resmi",
"Theme": "Tema"
}
}

Loading…
Cancel
Save