-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
711 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"lists": { | ||
"message": "Lists" | ||
}, | ||
"export": { | ||
"message": "Export" | ||
}, | ||
"import": { | ||
"message": "Import" | ||
}, | ||
"name": { | ||
"message": "Name" | ||
}, | ||
"create": { | ||
"message": "Create" | ||
}, | ||
"noTasks": { | ||
"message": "No tasks" | ||
}, | ||
"language": { | ||
"message": "Language" | ||
}, | ||
"dataImportedSuccessfully": { | ||
"message": "Data imported successfully" | ||
}, | ||
"dataExportedSuccessfully": { | ||
"message": "Data exported successfully" | ||
}, | ||
"selectFile": { | ||
"message": "Select file" | ||
}, | ||
"ok": { | ||
"message": "OK" | ||
}, | ||
"encryption": { | ||
"message": "Encryption" | ||
}, | ||
"myTasks": { | ||
"message": "My tasks" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"lists": { | ||
"message": "Списки" | ||
}, | ||
"export": { | ||
"message": "Экспорт" | ||
}, | ||
"import": { | ||
"message": "Импорт" | ||
}, | ||
"name": { | ||
"message": "Название" | ||
}, | ||
"create": { | ||
"message": "Создать" | ||
}, | ||
"noTasks": { | ||
"message": "Нет задач" | ||
}, | ||
"language": { | ||
"message": "Язык" | ||
}, | ||
"dataImportedSuccessfully": { | ||
"message": "Данные успешно импортированы" | ||
}, | ||
"dataExportedSuccessfully": { | ||
"message": "Данные успешно экспортированы" | ||
}, | ||
"selectFile": { | ||
"message": "Выберите файл" | ||
}, | ||
"ok": { | ||
"message": "Окей" | ||
}, | ||
"encryption": { | ||
"message": "Шифрование" | ||
}, | ||
"myTasks": { | ||
"message": "Мои задачи" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>To-Do</title> | ||
<style> | ||
html, body { | ||
width: 100vw; | ||
height: 100vh | ||
} | ||
</style> | ||
<link rel="stylesheet" href="satus.css"> | ||
<link rel="stylesheet" href="popup.css"> | ||
</head> | ||
<body> | ||
<script src="satus.js"></script> | ||
<script src="popup.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.