Merge pull request #17494 from abpframework/EngincanV/ui-localizations

Add new localizations to AbpUiResource for empty select item text
pull/17498/head
Enis Necipoglu 1 year ago committed by GitHub
commit 51c74e2a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,6 +49,7 @@
"ItemWillBeDeletedMessageWithFormat": "{0} will be deleted!",
"ItemWillBeDeletedMessage": "This item will be deleted!",
"ManageYourAccount": "Manage your account",
"OthersGroup": "Other"
"OthersGroup": "Other",
"NotAssigned": "Not Assigned"
}
}

@ -56,6 +56,7 @@
"CopiedToTheClipboard": "Copied to the clipboard",
"AddNew": "Add new",
"ProfilePicture": "Profile picture",
"Theme": "Theme"
"Theme": "Theme",
"NotAssigned": "Not Assigned"
}
}

@ -56,6 +56,7 @@
"CopiedToTheClipboard": "Panoya kopyalandı",
"AddNew": "Yeni ekle",
"ProfilePicture": "Profil resmi",
"Theme": "Tema"
"Theme": "Tema",
"NotAssigned": "Atanmadı"
}
}

@ -50,6 +50,7 @@
"ItemWillBeDeletedMessage": "此项将被删除!",
"ManageYourAccount": "管理你的账户",
"OthersGroup": "其他",
"CopiedToTheClipboard": "已复制到剪贴板"
"CopiedToTheClipboard": "已复制到剪贴板",
"NotAssigned": "未分配"
}
}

@ -50,6 +50,7 @@
"ItemWillBeDeletedMessage": "此項目將被刪除!",
"ManageYourAccount": "管理個人帳號",
"OthersGroup": "其他",
"CopiedToTheClipboard": "已复制到剪贴板"
"CopiedToTheClipboard": "已复制到剪贴板",
"NotAssigned": "未分配"
}
}

Loading…
Cancel
Save