Browse Source

Merge pull request #17214 from abpframework/localization-resources

AbpUI: New localization resources added
pull/17234/head
Mahmut Gundogdu 3 years ago
committed by GitHub
parent
commit
622a4ebe45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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