Improve moving unchecked TODOs to next weekday and from last 7 days. New version checker. Remove newline after headings
This commit is contained in:
parent
ab0a9400c9
commit
5bf6d4c4d6
13 changed files with 701 additions and 70 deletions
|
|
@ -57,6 +57,20 @@
|
|||
"couldnt_open": "Couldn't open",
|
||||
"report_a_bug": "Report a bug",
|
||||
"version": "Version",
|
||||
"update": "Update",
|
||||
"check_for_updates": "Check for updates",
|
||||
"could_not_check_for_updates": "Could not check for updates:\n",
|
||||
"update_server_returned_an_empty_version_string": "Update server returned an empty version string",
|
||||
"you_are_running_the_latest_version": "You are running the latest version:\n",
|
||||
"there_is_a_new_version_available": "There is a new version available:\n",
|
||||
"download_the_appimage": "Download the AppImage?",
|
||||
"downloading": "Downloading",
|
||||
"download_cancelled": "Download cancelled",
|
||||
"failed_to_download_update": "Failed to download update:\n",
|
||||
"could_not_read_bundled_gpg_public_key": "Could not read bundled GPG public key:\n",
|
||||
"could_not_find_gpg_executable": "Could not find the 'gpg' executable to verify the download.",
|
||||
"gpg_key_verification_failed": "GPG signature verification failed. The downloaded files have been deleted.\n\n",
|
||||
"downloaded_and_verified_new_appimage": "Downloaded and verified new AppImage:\n\n",
|
||||
"navigate": "Navigate",
|
||||
"current": "current",
|
||||
"selected": "selected",
|
||||
|
|
@ -82,7 +96,7 @@
|
|||
"open_in_new_tab": "Open in new tab",
|
||||
"autosave": "autosave",
|
||||
"unchecked_checkbox_items_moved_to_next_day": "Unchecked checkbox items moved to next day",
|
||||
"move_yesterdays_unchecked_todos_to_today_on_startup": "Move yesterday's unchecked TODOs to today on startup",
|
||||
"move_unchecked_todos_to_today_on_startup": "Automatically move unchecked TODOs from the last 7 days to next weekday",
|
||||
"insert_images": "Insert images",
|
||||
"images": "Images",
|
||||
"reopen_failed": "Re-open failed",
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
"open_in_new_tab": "Ouvrir dans un nouvel onglet",
|
||||
"autosave": "enregistrement automatique",
|
||||
"unchecked_checkbox_items_moved_to_next_day": "Les cases non cochées ont été reportées au jour suivant",
|
||||
"move_yesterdays_unchecked_todos_to_today_on_startup": "Au démarrage, déplacer les TODO non cochés d’hier vers aujourd’hui",
|
||||
"move_unchecked_todos_to_today_on_startup": "Déplacer automatiquement les TODO non cochés au jour suivant",
|
||||
"insert_images": "Insérer des images",
|
||||
"images": "Images",
|
||||
"reopen_failed": "Échec de la réouverture",
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
"open_in_new_tab": "Apri in una nuova scheda",
|
||||
"autosave": "salvataggio automatico",
|
||||
"unchecked_checkbox_items_moved_to_next_day": "Le caselle non spuntate sono state spostate al giorno successivo",
|
||||
"move_yesterdays_unchecked_todos_to_today_on_startup": "Sposta i TODO non completati di ieri a oggi all'avvio",
|
||||
"move_unchecked_todos_to_today_on_startup": "Sposta i TODO non completati a oggi all'avvio",
|
||||
"insert_images": "Inserisci immagini",
|
||||
"images": "Immagini",
|
||||
"reopen_failed": "Riapertura fallita",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue