mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
support delete user (#139)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This commit is contained in:
@@ -150,7 +150,17 @@
|
||||
"selectUserTitle": "Benutzer auswählen",
|
||||
"signInSuccessTitle": "Erfolgreich angemeldet",
|
||||
"signInSuccessDescription": "Willkommen zurück, {username}!",
|
||||
"errorInvalidPassword": "Ungültiges Passwort"
|
||||
"errorInvalidPassword": "Ungültiges Passwort",
|
||||
"deleteUserConfirmation": "Sind Sie sicher, dass Sie Benutzer {username} löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"confirmDeleteButtonText": "Löschen",
|
||||
"deletingButtonText": "Wird gelöscht...",
|
||||
"deleteUserSuccessTitle": "Benutzer gelöscht",
|
||||
"deleteUserSuccessDescription": "Benutzer {username} wurde erfolgreich gelöscht.",
|
||||
"deleteUserErrorTitle": "Löschen fehlgeschlagen",
|
||||
"genericError": "Ein unerwarteter Fehler ist aufgetreten.",
|
||||
"networkError": "Ein Netzwerkfehler ist aufgetreten. Bitte versuchen Sie es erneut.",
|
||||
"editUserTooltip": "Benutzer bearbeiten",
|
||||
"deleteUserTooltip": "Benutzer löschen"
|
||||
},
|
||||
"CoinsManager": {
|
||||
"title": "Münzverwaltung",
|
||||
@@ -403,5 +413,9 @@
|
||||
"addedCoinsDescription": "{amount} Münzen hinzugefügt",
|
||||
"removedCoinsDescription": "{amount} Münzen entfernt",
|
||||
"transactionNotFoundDescription": "Transaktion nicht gefunden"
|
||||
},
|
||||
"Warning": {
|
||||
"areYouSure": "Sind Sie sicher?",
|
||||
"cancel": "Abbrechen"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,7 +150,17 @@
|
||||
"selectUserTitle": "Select User",
|
||||
"signInSuccessTitle": "Signed in successfully",
|
||||
"signInSuccessDescription": "Welcome back, {username}!",
|
||||
"errorInvalidPassword": "invalid password"
|
||||
"errorInvalidPassword": "invalid password",
|
||||
"deleteUserConfirmation": "Are you sure you want to delete user {username}? This action cannot be undone.",
|
||||
"confirmDeleteButtonText": "Delete",
|
||||
"deletingButtonText": "Deleting...",
|
||||
"deleteUserSuccessTitle": "User Deleted",
|
||||
"deleteUserSuccessDescription": "User {username} has been successfully deleted.",
|
||||
"deleteUserErrorTitle": "Deletion Failed",
|
||||
"genericError": "An unexpected error occurred.",
|
||||
"networkError": "A network error occurred. Please try again.",
|
||||
"deleteUserTooltip": "Delete user",
|
||||
"editUserTooltip": "Edit user"
|
||||
},
|
||||
"CoinsManager": {
|
||||
"title": "Coins Management",
|
||||
@@ -403,5 +413,9 @@
|
||||
"addedCoinsDescription": "Added {amount} coins",
|
||||
"removedCoinsDescription": "Removed {amount} coins",
|
||||
"transactionNotFoundDescription": "Transaction not found"
|
||||
},
|
||||
"Warning": {
|
||||
"areYouSure": "Are you sure?",
|
||||
"cancel": "Cancel"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
},
|
||||
"HabitList": {
|
||||
"myTasks": "Mis tareas",
|
||||
"myHabits": "Mis hábitos",
|
||||
"myHabits": "Mis hábitos",
|
||||
"addTaskButton": "Añadir tarea",
|
||||
"addHabitButton": "Añadir hábito",
|
||||
"searchTasksPlaceholder": "Buscar tareas...",
|
||||
@@ -150,7 +150,17 @@
|
||||
"selectUserTitle": "Seleccionar usuario",
|
||||
"signInSuccessTitle": "Inicio de sesión exitoso",
|
||||
"signInSuccessDescription": "¡Bienvenido de nuevo, {username}!",
|
||||
"errorInvalidPassword": "contraseña inválida"
|
||||
"errorInvalidPassword": "contraseña inválida",
|
||||
"deleteUserConfirmation": "¿Estás seguro de que quieres eliminar al usuario {username}? Esta acción no se puede deshacer.",
|
||||
"confirmDeleteButtonText": "Eliminar",
|
||||
"deletingButtonText": "Eliminando...",
|
||||
"deleteUserSuccessTitle": "Usuario eliminado",
|
||||
"deleteUserSuccessDescription": "El usuario {username} ha sido eliminado correctamente.",
|
||||
"deleteUserErrorTitle": "Error al eliminar",
|
||||
"genericError": "Ocurrió un error inesperado.",
|
||||
"networkError": "Ocurrió un error de red. Por favor, inténtalo de nuevo.",
|
||||
"editUserTooltip": "Editar usuario",
|
||||
"deleteUserTooltip": "Eliminar usuario"
|
||||
},
|
||||
"CoinsManager": {
|
||||
"title": "Gestión de monedas",
|
||||
@@ -190,7 +200,7 @@
|
||||
"focusLabel2": "Tú puedes",
|
||||
"focusLabel3": "Sigue adelante",
|
||||
"focusLabel4": "Hazlo",
|
||||
"focusLabel5": "Haz que suceda",
|
||||
"focusLabel5": "Haz que suceda",
|
||||
"focusLabel6": "Mantente fuerte",
|
||||
"focusLabel7": "Esfuérzate",
|
||||
"focusLabel8": "Un paso a la vez",
|
||||
@@ -403,5 +413,9 @@
|
||||
"addedCoinsDescription": "Añadidas {amount} monedas",
|
||||
"removedCoinsDescription": "Quitadas {amount} monedas",
|
||||
"transactionNotFoundDescription": "Transacción no encontrada"
|
||||
},
|
||||
"Warning": {
|
||||
"areYouSure": "¿Estás seguro?",
|
||||
"cancel": "Cancelar"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,7 +150,17 @@
|
||||
"selectUserTitle": "Sélectionner un utilisateur",
|
||||
"signInSuccessTitle": "Connecté avec succès",
|
||||
"signInSuccessDescription": "Bienvenue, {username} !",
|
||||
"errorInvalidPassword": "mot de passe invalide"
|
||||
"errorInvalidPassword": "mot de passe invalide",
|
||||
"deleteUserConfirmation": "Êtes-vous sûr de vouloir supprimer l'utilisateur {username} ? Cette action est irréversible.",
|
||||
"confirmDeleteButtonText": "Supprimer",
|
||||
"deletingButtonText": "Suppression en cours...",
|
||||
"deleteUserSuccessTitle": "Utilisateur supprimé",
|
||||
"deleteUserSuccessDescription": "L'utilisateur {username} a été supprimé avec succès.",
|
||||
"deleteUserErrorTitle": "Échec de la suppression",
|
||||
"genericError": "Une erreur inattendue s'est produite.",
|
||||
"networkError": "Une erreur réseau s'est produite. Veuillez réessayer.",
|
||||
"editUserTooltip": "Modifier l'utilisateur",
|
||||
"deleteUserTooltip": "Supprimer l'utilisateur"
|
||||
},
|
||||
"CoinsManager": {
|
||||
"title": "Gestion des pièces",
|
||||
@@ -403,5 +413,9 @@
|
||||
"addedCoinsDescription": "Ajouté {amount} pièces",
|
||||
"removedCoinsDescription": "Retiré {amount} pièces",
|
||||
"transactionNotFoundDescription": "Transaction non trouvée"
|
||||
},
|
||||
"Warning": {
|
||||
"areYouSure": "Êtes-vous sûr ?",
|
||||
"cancel": "Annuler"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"HabitContextMenuItems": {
|
||||
"startPomodoro": "ポモドーロを開始",
|
||||
"moveToToday": "今日に移動",
|
||||
"moveToTomorrow": "明日に移動",
|
||||
"moveToTomorrow": "明日に移動",
|
||||
"unpin": "ピン留めを解除",
|
||||
"pin": "ピン留めする",
|
||||
"edit": "編集",
|
||||
@@ -81,7 +81,7 @@
|
||||
"completeLabel": "完了",
|
||||
"timesSuffix": "回",
|
||||
"rewardLabel": "報酬",
|
||||
"coinsSuffix": "コイン",
|
||||
"coinsSuffix": "コイン",
|
||||
"shareLabel": "共有",
|
||||
"saveChangesButton": "変更を保存",
|
||||
"addTaskButton": "タスクを追加",
|
||||
@@ -110,11 +110,11 @@
|
||||
"addButton": "報酬を追加"
|
||||
},
|
||||
"Navigation": {
|
||||
"dashboard": "ダッシュボード",
|
||||
"dashboard": "ダッシュボード",
|
||||
"tasks": "タスク",
|
||||
"habits": "習慣",
|
||||
"calendar": "カレンダー",
|
||||
"wishlist": "ウィッシュリスト",
|
||||
"wishlist": "ウィッシュリスト",
|
||||
"coins": "コイン"
|
||||
},
|
||||
"TodayEarnedCoins": {
|
||||
@@ -150,7 +150,17 @@
|
||||
"selectUserTitle": "ユーザーを選択",
|
||||
"signInSuccessTitle": "サインインに成功しました",
|
||||
"signInSuccessDescription": "おかえりなさい、{username}さん!",
|
||||
"errorInvalidPassword": "パスワードが無効です"
|
||||
"errorInvalidPassword": "パスワードが無効です",
|
||||
"deleteUserConfirmation": "ユーザー {username} を削除してもよろしいですか?この操作は元に戻せません。",
|
||||
"confirmDeleteButtonText": "削除",
|
||||
"deletingButtonText": "削除中...",
|
||||
"deleteUserSuccessTitle": "ユーザーが削除されました",
|
||||
"deleteUserSuccessDescription": "ユーザー {username} は正常に削除されました。",
|
||||
"deleteUserErrorTitle": "削除に失敗しました",
|
||||
"genericError": "予期しないエラーが発生しました。",
|
||||
"networkError": "ネットワークエラーが発生しました。もう一度お試しください。",
|
||||
"editUserTooltip": "ユーザーを編集",
|
||||
"deleteUserTooltip": "ユーザーを削除"
|
||||
},
|
||||
"CoinsManager": {
|
||||
"title": "コイン管理",
|
||||
@@ -167,7 +177,7 @@
|
||||
"todaysTransactionsLabel": "今日の取引数",
|
||||
"transactionHistoryTitle": "取引履歴",
|
||||
"showLabel": "表示:",
|
||||
"entriesSuffix": "件",
|
||||
"entriesSuffix": "件",
|
||||
"showingEntries": "{from} から {to} 件(全 {total} 件)",
|
||||
"noTransactionsTitle": "取引履歴がありません",
|
||||
"noTransactionsDescription": "コインを獲得または使用すると、ここに取引履歴が表示されます",
|
||||
@@ -215,7 +225,7 @@
|
||||
"wakeLockNotSupported": "ブラウザがWake Lockをサポートしていません",
|
||||
"wakeLockInUse": "Wake Lockは既に使用中です",
|
||||
"wakeLockRequestError": "Wake Lockのリクエストエラー:",
|
||||
"wakeLockReleaseError": "Wake Lockの解放エラー:"
|
||||
"wakeLockReleaseError": "Wake Lockの解放エラー:"
|
||||
},
|
||||
"HabitCalendar": {
|
||||
"title": "習慣カレンダー",
|
||||
@@ -304,7 +314,7 @@
|
||||
"pleaseTryAgainDescription": "再度お試しください",
|
||||
"addNotePlaceholder": "メモを追加...",
|
||||
"saveNoteTitle": "メモを保存",
|
||||
"cancelButtonTitle": "キャンセル",
|
||||
"cancelButtonTitle": "キャンセル",
|
||||
"deleteNoteTitle": "メモを削除",
|
||||
"editNoteAriaLabel": "メモを編集"
|
||||
},
|
||||
@@ -323,12 +333,12 @@
|
||||
},
|
||||
"PasswordEntryForm": {
|
||||
"notYouButton": "違うユーザー?",
|
||||
"passwordLabel": "パスワード",
|
||||
"passwordLabel": "パスワード",
|
||||
"passwordPlaceholder": "パスワードを入力",
|
||||
"loginErrorToastTitle": "エラー",
|
||||
"loginFailedErrorToastDescription": "ログインに失敗しました",
|
||||
"cancelButton": "キャンセル",
|
||||
"loginButton": "ログイン"
|
||||
"loginButton": "ログイン"
|
||||
},
|
||||
"CompletionCountBadge": {
|
||||
"countCompleted": "完了 {completedCount}/{totalCount}"
|
||||
@@ -403,5 +413,9 @@
|
||||
"addedCoinsDescription": "{amount}コインを追加しました",
|
||||
"removedCoinsDescription": "{amount}コインを削除しました",
|
||||
"transactionNotFoundDescription": "取引が見つかりません"
|
||||
},
|
||||
"Warning": {
|
||||
"areYouSure": "本当によろしいですか?",
|
||||
"cancel": "キャンセル"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,7 +150,17 @@
|
||||
"selectUserTitle": "Выбрать пользователя",
|
||||
"signInSuccessTitle": "Успешный вход",
|
||||
"signInSuccessDescription": "Добро пожаловать, {username}!",
|
||||
"errorInvalidPassword": "Неверный пароль"
|
||||
"errorInvalidPassword": "Неверный пароль",
|
||||
"deleteUserConfirmation": "Вы уверены, что хотите удалить пользователя {username}? Это действие нельзя отменить.",
|
||||
"confirmDeleteButtonText": "Удалить",
|
||||
"deletingButtonText": "Удаление...",
|
||||
"deleteUserSuccessTitle": "Пользователь удален",
|
||||
"deleteUserSuccessDescription": "Пользователь {username} успешно удален.",
|
||||
"deleteUserErrorTitle": "Ошибка удаления",
|
||||
"genericError": "Произошла непредвиденная ошибка.",
|
||||
"networkError": "Произошла сетевая ошибка. Пожалуйста, попробуйте еще раз.",
|
||||
"editUserTooltip": "Редактировать пользователя",
|
||||
"deleteUserTooltip": "Удалить пользователя"
|
||||
},
|
||||
"CoinsManager": {
|
||||
"title": "Управление монетами",
|
||||
@@ -403,5 +413,9 @@
|
||||
"addedCoinsDescription": "Добавлено {amount} монет",
|
||||
"removedCoinsDescription": "Удалено {amount} монет",
|
||||
"transactionNotFoundDescription": "Транзакция не найдена"
|
||||
},
|
||||
"Warning": {
|
||||
"areYouSure": "Вы уверены?",
|
||||
"cancel": "Отмена"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,7 +150,17 @@
|
||||
"selectUserTitle": "选择用户",
|
||||
"signInSuccessTitle": "登录成功",
|
||||
"signInSuccessDescription": "欢迎回来,{username}!",
|
||||
"errorInvalidPassword": "密码错误"
|
||||
"errorInvalidPassword": "密码错误",
|
||||
"deleteUserConfirmation": "您确定要删除用户 {username} 吗?此操作无法撤销。",
|
||||
"confirmDeleteButtonText": "删除",
|
||||
"deletingButtonText": "正在删除...",
|
||||
"deleteUserSuccessTitle": "用户已删除",
|
||||
"deleteUserSuccessDescription": "用户 {username} 已成功删除。",
|
||||
"deleteUserErrorTitle": "删除失败",
|
||||
"genericError": "发生意外错误。",
|
||||
"networkError": "发生网络错误。请再试一次。",
|
||||
"editUserTooltip": "编辑用户",
|
||||
"deleteUserTooltip": "删除用户"
|
||||
},
|
||||
"CoinsManager": {
|
||||
"title": "金币管理",
|
||||
@@ -403,5 +413,9 @@
|
||||
"addedCoinsDescription": "添加了{amount}金币",
|
||||
"removedCoinsDescription": "移除了{amount}金币",
|
||||
"transactionNotFoundDescription": "未找到交易记录"
|
||||
},
|
||||
"Warning": {
|
||||
"areYouSure": "您确定吗?",
|
||||
"cancel": "取消"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user