mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: remove dup translation token and rearrange (#4810)
This commit is contained in:
parent
90146148b6
commit
6b05be2362
@ -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={() => {
|
||||
|
@ -193,7 +193,7 @@
|
||||
"editContact": "እውቂያ ያርትዑ"
|
||||
},
|
||||
"button": {
|
||||
"OK": "እሺ",
|
||||
"ok": "እሺ",
|
||||
"cancel": "ይቅር",
|
||||
"signIn": "ይግቡ",
|
||||
"signOut": "ዘግተው ውጣ",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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": "Документ",
|
||||
|
@ -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": "文档",
|
||||
|
Loading…
Reference in New Issue
Block a user