fix: remove dup translation token and rearrange (#4810)

This commit is contained in:
Richard Shiue 2024-03-04 12:01:31 +08:00 committed by GitHub
parent 90146148b6
commit 6b05be2362
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 22 additions and 30 deletions

View File

@ -20,9 +20,9 @@ function GridTableOverlay({
const [openConfirm, setOpenConfirm] = useState(false);
const [confirmModalProps, setConfirmModalProps] = useState<
| {
onOk: () => Promise<void>;
onCancel: () => void;
}
onOk: () => Promise<void>;
onCancel: () => void;
}
| undefined
>(undefined);
@ -59,7 +59,7 @@ function GridTableOverlay({
{openConfirm && (
<DeleteConfirmDialog
open={openConfirm}
title={t('grid.removeSorting')}
title={t('grid.sort.removeSorting')}
okText={t('button.remove')}
cancelText={t('button.dontRemove')}
onClose={() => {

View File

@ -193,7 +193,7 @@
"editContact": "እውቂያ ያርትዑ"
},
"button": {
"OK": "እሺ",
"ok": "እሺ",
"cancel": "ይቅር",
"signIn": "ይግቡ",
"signOut": "ዘግተው ውጣ",

View File

@ -249,8 +249,6 @@
"helpCenter": "Help Center",
"add": "Add",
"yes": "Yes",
"Done": "Done",
"Cancel": "Cancel",
"clear": "Clear",
"remove": "Remove",
"dontRemove": "Don't remove",
@ -672,7 +670,8 @@
"empty": "No active sorts",
"cannotFindCreatableField": "Cannot find a suitable field to sort by",
"deleteAllSorts": "Delete all sorts",
"addSort": "Add new sort"
"addSort": "Add new sort",
"removeSorting": "Would you like to remove sorting?"
},
"row": {
"duplicate": "Duplicate",
@ -733,8 +732,7 @@
"median": "Median",
"min": "Min",
"sum": "Sum"
},
"removeSorting": "Would you like to remove sorting?"
}
},
"document": {
"menuName": "Document",

View File

@ -238,8 +238,6 @@
"helpCenter": "Centro assistenza",
"add": "Aggiungi",
"yes": "SÌ",
"Done": "Fatto",
"Cancel": "Annulla",
"remove": "Rimuovi",
"dontRemove": "Non rimuovere"
},
@ -621,7 +619,8 @@
"cannotFindCreatableField": "Impossibile trovare un campo adatto per l'ordinamento",
"deleteAllSorts": "Elimina tutti gli ordinamenti",
"addSort": "Aggiungi ordinamento",
"deleteSort": "Elimina ordinamento"
"deleteSort": "Elimina ordinamento",
"removeSorting": "Si desidera rimuovere l'ordinamento?"
},
"row": {
"duplicate": "Duplicare",
@ -675,8 +674,7 @@
"median": "Medio",
"min": "Minimo",
"sum": "Somma"
},
"removeSorting": "Si desidera rimuovere l'ordinamento?"
}
},
"document": {
"menuName": "Documento",

View File

@ -242,8 +242,6 @@
"helpCenter": "Центр помощи",
"add": "Добавить",
"yes": "Да",
"Done": "Готово",
"Cancel": "Отмена",
"clear": "Очистить",
"remove": "Удалить",
"dontRemove": "Не удалять",
@ -645,7 +643,8 @@
"empty": "Нет активных сортировок",
"cannotFindCreatableField": "Не могу найти подходящее поле для сортировки",
"deleteAllSorts": "Удалить все сортировки",
"addSort": "Добавить сортировку"
"addSort": "Добавить сортировку",
"removeSorting": "Убрать сортировку?"
},
"row": {
"duplicate": "Дублировать",
@ -706,8 +705,7 @@
"median": "Медиана",
"min": "Минимум",
"sum": "Сумма"
},
"removeSorting": "Убрать сортировку?"
}
},
"document": {
"menuName": "Документ",

View File

@ -242,8 +242,6 @@
"helpCenter": "帮助中心",
"add": "添加",
"yes": "是",
"Done": "完成",
"Cancel": "取消",
"clear": "清空",
"remove": "删除",
"dontRemove": "请勿删除",
@ -646,7 +644,8 @@
"descending": "降序",
"deleteAllSorts": "删除所有排序",
"addSort": "添加排序",
"deleteSort": "取消排序"
"deleteSort": "取消排序",
"removeSorting": "你确定要移除排序吗?"
},
"row": {
"duplicate": "复制",
@ -705,8 +704,7 @@
"median": "中位数",
"min": "最小值",
"sum": "求和"
},
"removeSorting": "你确定要移除排序吗?"
}
},
"document": {
"menuName": "文档",