diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 700b6adfd..6bc631cd3 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -1,4 +1,7 @@ { + "updateAll": "Update all", + "confirmUpdateAll": "Are you sure you want to update all?", + "confirmUpdate": "Are you sure you want to update?", "insertRowBefore": "Insert rows ${x} above", "insertRowAfter": "Insert rows ${x} below", "setDueTime": "Set expiration time", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index 472757fe0..a2ebd624d 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -1,4 +1,7 @@ { + "updateAll": "Tout mettre à jour", + "confirmUpdateAll": "Etes-vous sûr de vouloir tout mettre à jour ?", + "confirmUpdate": "Êtes-vous sûr de vouloir mettre à jour ?", "insertRowBefore": "Insérer les lignes ${x} ci-dessus", "insertRowAfter": "Insérer les lignes ${x} ci-dessous", "setDueTime": "Définir le délai d'expiration", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index b6b79c421..d4444e2ae 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -1,4 +1,7 @@ { + "updateAll": "全部更新", + "confirmUpdateAll": "確定全部更新嗎?", + "confirmUpdate": "確定更新嗎?", "insertRowBefore": "在上方插入${x}行", "insertRowAfter": "在下方插入${x}行", "setDueTime": "設定到期時間", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index 12213464d..ae3ce17f7 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -1,4 +1,7 @@ { + "updateAll": "全部更新", + "confirmUpdateAll": "确定全部更新吗?", + "confirmUpdate": "确定更新吗?", "insertRowBefore": "在上方插入${x}行", "insertRowAfter": "在下方插入${x}行", "setDueTime": "设置到期时间",