diff --git a/CHANGELOG.md b/CHANGELOG.md index e275f206..91e7a304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.12.0 - 2025-01-12 + +### Added + +- Setting to choose the maximum number of content preview lines to show in the notes tiles +- Italian translation + +### Fixed + +- Main notes page not displaying all the notes after going back from a labels page +- Crash when using an horizontal line in the the first line of the editor + ## 1.11.0 - 2025-01-05 ### Added diff --git a/README.md b/README.md index 9e78e7b2..f9b6fc1f 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ All the supported languages are listed here alphabetically. You can see more det - French - German - Hindi +- Italian - Polish - Portuguese - Russian diff --git a/fastlane/metadata/android/en-US/changelogs/250.txt b/fastlane/metadata/android/en-US/changelogs/250.txt new file mode 100644 index 00000000..c2c85941 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/250.txt @@ -0,0 +1,7 @@ +ADDED +- Setting to choose the maximum number of content preview lines to show in the notes tiles +- Italian translation + +FIXED +- Main notes page not displaying all the notes after going back from a labels page +- Crash when using an horizontal line in the the first line of the editor \ No newline at end of file diff --git a/fastlane/metadata/android/fr-FR/changelogs/250.txt b/fastlane/metadata/android/fr-FR/changelogs/250.txt new file mode 100644 index 00000000..882823d1 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/changelogs/250.txt @@ -0,0 +1,7 @@ +AJOUTÉ +- Paramètre permettant de choisir le nombre maximum de lignes de l'aperçu du contenu à afficher dans les tuiles de notes +- Traduction en italien + +CORRIGÉ +- La page principale des notes n'affiche pas toutes les notes après un retour depuis une page d'étiquettes +- Crash lors de l'utilisation d'une ligne horizontale dans la première ligne de l'éditeur \ No newline at end of file diff --git a/fastlane/metadata/android/zh-CN/full_description.txt b/fastlane/metadata/android/zh-CN/full_description.txt index 4e59e706..f48679e1 100644 --- a/fastlane/metadata/android/zh-CN/full_description.txt +++ b/fastlane/metadata/android/zh-CN/full_description.txt @@ -1 +1 @@ -

Material Notes 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。 它在本地存储笔记,并且没有任何互联网权限,因此您是唯一可以访问笔记的人。

做笔记

整理

分享和备份

保护

定制

\ No newline at end of file +

Material Notes 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。 它在本地存储笔记,并且没有任何互联网权限,因此只有您可以访问笔记。

做笔记

整理

分享和备份

保护

定制

\ No newline at end of file diff --git a/lib/common/enums/localization_completion.dart b/lib/common/enums/localization_completion.dart index 7884ad94..e9ffa80b 100644 --- a/lib/common/enums/localization_completion.dart +++ b/lib/common/enums/localization_completion.dart @@ -4,37 +4,40 @@ import 'package:flutter/material.dart'; /// Lists the localization completion for every supported language. enum LocalizationCompletion { /// Czech. - cs(Locale('cs'), .99), + cs(Locale('cs'), 1), /// English. en(Locale('en'), 1), /// Spanish. - es(Locale('es'), .99), + es(Locale('es'), .97), /// French. fr(Locale('fr'), 1), /// German. - de(Locale('de'), .79), + de(Locale('de'), .97), /// Hindi. - hi(Locale('hi'), .82), + hi(Locale('hi'), .80), + + /// Italian. + it(Locale('it'), .99), /// Polish. - pl(Locale('pl'), .62), + pl(Locale('pl'), .61), /// Portuguese. - pt(Locale('pt'), .63), + pt(Locale('pt'), .62), /// Russian. - ru(Locale('ru'), .90), + ru(Locale('ru'), .88), /// Turkish. - tr(Locale('tr'), .82), + tr(Locale('tr'), .80), /// Chinese Simplified. - zh(Locale('zh'), .99), + zh(Locale('zh'), 1), ; /// The locale of this localization. diff --git a/lib/l10n/translations/app_cs.arb b/lib/l10n/translations/app_cs.arb index c6fb9db6..cade2086 100644 --- a/lib/l10n/translations/app_cs.arb +++ b/lib/l10n/translations/app_cs.arb @@ -77,6 +77,10 @@ "@navigation_settings_appearance": { "description": "Title of the settings page regarding the application's appearance." }, + "navigation_settings_notes_tiles": "Dlaždice poznámek", + "@navigation_settings_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles appearance." + }, "navigation_settings_behavior": "Chování", "@navigation_settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -113,7 +117,7 @@ "@settings_page_appearance": { "description": "Title of the settings page regarding the application's appearance." }, - "settings_page_appearance_description": "Jazyk, motiv, písmo, dlaždice poznámek", + "settings_page_appearance_description": "Jazyk, motiv, písma", "@settings_page_appearance_description": { "description": "Description of the appearance settings page." }, @@ -181,25 +185,21 @@ "@settings_editor_font_description": { "description": "Description of the setting tile to choose the font of the app." }, - "settings_appearance_section_notes_tiles": "Dlaždice poznámek", - "@settings_appearance_section_notes_tiles": { - "description": "Title of the section regarding the notes tiles under the appearance settings." + "settings_page_notes_tiles": "Dlaždice poznámek", + "@settings_page_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles." }, - "settings_show_titles_only": "Pouze názvy", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + "settings_page_notes_tiles_description": "Vzhled, obsah", + "@settings_page_notes_tiles_description": { + "description": "Description of the notes tiles settings page." }, - "settings_show_titles_only_description": "Zobrazit pouze názvy poznámek", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + "settings_page_notes_tiles_appearance_section": "Vzhled", + "@settings_page_notes_tiles_appearance_section": { + "description": "Title of the section regarding the appearance under the notes tiles settings." }, - "settings_show_titles_only_disable_in_search_view": "Zakázat zobrazování pouze názvů při hledání", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." - }, - "settings_show_titles_only_disable_in_search_view_description": "Zakázat možnost zobrazující pouze názvy při vyhledávání", - "@settings_show_titles_only_disable_in_search_view_description": { - "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + "settings_page_notes_tiles_content_section": "Obsah", + "@settings_page_notes_tiles_content_section": { + "description": "Title of the section regarding the content under the notes tiles settings." }, "settings_show_tiles_background": "Pozadí", "@settings_show_tiles_background": { @@ -217,6 +217,30 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "Pouze názvy", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "Zobrazit pouze názvy poznámek", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "Zakázat zobrazování pouze názvů při hledání", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "Zakázat možnost zobrazující pouze názvy při vyhledávání", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_content_preview_max_lines": "Maximální počet řádků náhledu", + "@settings_content_preview_max_lines": { + "description": "Title of the setting tile to choose the maximum number of content preview lines to show." + }, + "settings_content_preview_max_lines_description": "Maximální počet zobrazených řádků při zobrazování náhledu obsahu", + "@settings_content_preview_max_lines_description": { + "description": "Description of the setting tile to choose the maximum number of content preview lines to show." + }, "settings_behavior": "Chování", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -635,10 +659,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Poznámka", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Odkaz", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." @@ -917,6 +937,10 @@ "@about_last_edited": { "description": "Date when the note was edited for the last time." }, + "about_type": "Typ", + "@about_type": { + "description": "Type of the note." + }, "about_created": "Vytvořeno", "@about_created": { "description": "Date when the note was created." @@ -1000,5 +1024,17 @@ "welcome_note_content": "Jednoduché, lokální poznámky s material designem", "@welcome_note_content": { "description": "Content of the welcome note automatically created on the first run of the application." + }, + "font_system_default": "Výchozí systémový", + "@font_system_default": { + "description": "Name of the font settings that uses the default font of the system." + }, + "note_type_plain_text": "Prostý text", + "@note_type_plain_text": { + "description": "Note with plain text." + }, + "note_type_rich_text": "Formátovaný text", + "@note_type_rich_text": { + "description": "Note with rich text." } } \ No newline at end of file diff --git a/lib/l10n/translations/app_de.arb b/lib/l10n/translations/app_de.arb index 000dff6c..831e0c2b 100644 --- a/lib/l10n/translations/app_de.arb +++ b/lib/l10n/translations/app_de.arb @@ -109,6 +109,10 @@ "@button_sort_ascending": { "description": "Text of the button to sort the notes list in ascending order." }, + "settings_page_appearance": "Aussehen", + "@settings_page_appearance": { + "description": "Title of the settings page regarding the application's appearance." + }, "settings_language": "Sprache", "@settings_language": { "description": "Title of the language setting tile." @@ -117,6 +121,10 @@ "@settings_language_contribute": { "description": "Button to contribute to the localizations, shown on the language setting tile." }, + "settings_appearance_section_theming": "Design", + "@settings_appearance_section_theming": { + "description": "Title of the section regarding the theming under the appearance settings." + }, "settings_theme": "Gestaltung", "@settings_theme": { "description": "Title of the theming setting tile." @@ -149,21 +157,25 @@ "@settings_black_theming_description": { "description": "Description of the black theming setting tile." }, - "settings_show_titles_only": "Nur Titel", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + "settings_appearance_section_fonts": "Schriftart", + "@settings_appearance_section_fonts": { + "description": "Title of the section regarding the theming under the appearance settings." }, - "settings_show_titles_only_description": "Nur Notiztitel anzeigen", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + "settings_app_font": "App Schriftart", + "@settings_app_font": { + "description": "Title of the setting tile to choose the font of the app." }, - "settings_show_titles_only_disable_in_search_view": "Nur Titel in Suche deaktivieren", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + "settings_app_font_description": "Schriftart, die für alles in der App außer für den Notizen Editor benutzt wird", + "@settings_app_font_description": { + "description": "Description of the setting tile to choose the font of the app." }, - "settings_show_titles_only_disable_in_search_view_description": "\"Nur Titel anzeigen\" deaktivieren, wenn Du Dich in der Suchansicht befindest", - "@settings_show_titles_only_disable_in_search_view_description": { - "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + "settings_editor_font": "Editor Schriftart", + "@settings_editor_font": { + "description": "Title of the setting tile to choose the font of the notes." + }, + "settings_editor_font_description": "Schriftart die nur für den Text im Notizen Editor benutzt wird", + "@settings_editor_font_description": { + "description": "Description of the setting tile to choose the font of the app." }, "settings_show_tiles_background": "Hintergrund", "@settings_show_tiles_background": { @@ -181,6 +193,22 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "Nur Titel", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "Nur Notiztitel anzeigen", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "Nur Titel in Suche deaktivieren", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "\"Nur Titel anzeigen\" deaktivieren, wenn Du Dich in der Suchansicht befindest", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, "settings_behavior": "Verhalten", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -225,6 +253,10 @@ "@settings_behavior_swipe_actions": { "description": "Title of the section regarding the swipe actions on the notes tiles under the behavior settings." }, + "settings_behavior_swipe_actions_bin": "Wischgesten (Papierkorb)", + "@settings_behavior_swipe_actions_bin": { + "description": "Title of the section regarding the swipe actions on the notes tiles in the bin under the behavior settings." + }, "settings_swipe_action_right": "Aktion für Rechtswischen", "@settings_swipe_action_right": { "description": "Title of the setting tile to choose which action to trigger when a right swapping a note tile." @@ -233,6 +265,10 @@ "@settings_swipe_action_right_description": { "description": "Description of the setting tile to choose which action to trigger when a right swipe is performed on a note tile." }, + "settings_bin_swipe_action_right_description": "Aktion, die ausgelöst wird, wenn man auf einer Notizkachel im Papierkorb nach rechts wischt", + "@settings_bin_swipe_action_right_description": { + "description": "Description of the setting tile to choose which action to trigger when a right swipe is performed on a note tile in the bin." + }, "settings_swipe_action_left": "Aktion für Linkswischen", "@settings_swipe_action_left": { "description": "Title of the setting tile to choose which action to trigger when a left swipe is performed on a note tile." @@ -241,6 +277,10 @@ "@settings_swipe_action_left_description": { "description": "Description of the setting tile to choose which action to trigger when a left swipe is performed on a note tile." }, + "settings_bin_swipe_action_left_description": "Aktion, die ausgelöst wird, wenn man auf einer Notizkachel im Papierkorb nach links wischt", + "@settings_bin_swipe_action_left_description": { + "description": "Description of the setting tile to choose which action to trigger when a left swipe is performed on a note tile in the bin." + }, "settings_editor": "Editor", "@settings_editor": { "description": "Title of the settings page regarding the notes content editor." @@ -435,10 +475,22 @@ "@settings_auto_export_directory": { "description": "Title of the settings tile to choose the directory where to save the automatic exports." }, + "settings_auto_export_directory_description": "Verzeichnis für automatische Exports", + "@settings_auto_export_directory_description": { + "description": "Description of the settings tile to choose the directory where to save the automatic exports." + }, "settings_accessibility": "Barrierefreiheit", "@settings_accessibility": { "description": "Title of the settings page regarding the accessibility." }, + "settings_accessibility_text_size": "Textgröße", + "@settings_accessibility_text_size": { + "description": "Title of the accessibility settings section regarding the text size." + }, + "settings_accessibility_text_color": "Textfarbe", + "@settings_accessibility_text_color": { + "description": "Title of the accessibility settings section regarding the text color." + }, "settings_accessibility_description": "Textfarbe, Textgröße", "@settings_accessibility_description": { "description": "Description of the accessibility settings page." @@ -447,6 +499,14 @@ "@settings_text_scaling": { "description": "Title of the text scale setting tile." }, + "settings_bigger_titles": "Größere Titel", + "@settings_bigger_titles": { + "description": "Title of the setting tile to use bigger titles on the notes tiles." + }, + "settings_bigger_titles_description": "Größere Titel auf den Notizkacheln anzeigen", + "@settings_bigger_titles_description": { + "description": "Description of the setting tile to use bigger titles on the notes tiles." + }, "settings_white_text_dark_mode": "Weißer Text im dunklen Modus", "@settings_white_text_dark_mode": { "description": "Title of the text scale setting tile." @@ -567,10 +627,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Notiz", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Verknüpfung", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." @@ -583,6 +639,22 @@ "@dialog_export_encryption_password": { "description": "Hint for the password text field in the dialog to configure the encryption of an automatic or manual export." }, + "dialog_select_labels": "Labels auswählen", + "@dialog_select_labels": { + "description": "Title of the dialog to select the labels of a note." + }, + "dialog_select_labels_to_add": "Labels zum hinzufügen auswählen", + "@dialog_select_labels_to_add": { + "description": "Title of the dialog to select the labels to add to the currently selected notes." + }, + "tooltip_undo": "Letzte Aktion rückgängig machen", + "@tooltip_undo": { + "description": "Tooltip for the button to undo the last action in the editor." + }, + "tooltip_redo": "Letzte Aktion wiederholen", + "@tooltip_redo": { + "description": "Tooltip for the button to redo the last action in the editor." + }, "tooltip_toggle_checkbox": "Checkbox umschalten", "@tooltip_toggle_checkbox": { "description": "Tooltip for the button to toggle the presence of a checkbox in the editor (on a line or multiple lines depending on the current selection)." @@ -663,14 +735,44 @@ "@dialog_delete": { "description": "Title of the the dialog to delete one or multiple notes (moving them to the bin), and text for the confirmation button." }, + "dialog_delete_body": "Willst du wirklich {count} {count, plural, one{Notiz} other{Notizen}} löschen? Du kannst {count, plural, one{diese} other{diese}} aus dem Papierkorb wiederherstellen.", + "@dialog_delete_body": { + "description": "Text for the dialog to confirm the deletion of one or multiple notes.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, "dialog_permanently_delete": "Dauerhaft löschen", "@dialog_permanently_delete": { "description": "Title of the the dialog to permanently delete one or multiple notes, and text for the confirmation button." }, + "dialog_permanently_delete_body": "Willst du wirklich {count} {count, plural, one{Notiz} other{Notizen}} dauerhaft löschen? Du kannst {count, plural, one{diese} other{diese}} nicht mehr wiederherstellen.", + "@dialog_permanently_delete_body": { + "description": "Text for the dialog to confirm the permanent deletion of one or multiple notes.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, "dialog_restore": "Wiederherstellen", "@dialog_restore": { "description": "Title of the the dialog to restore one or multiple notes from the bin, and text for the confirmation button." }, + "dialog_restore_body": "Willst du wirklich {count} {count, plural, one{Notiz} other{Notizen}} wiederherstellen?", + "@dialog_restore_body": { + "description": "Text for the dialog to confirm restoring one or multiple notes from the bin.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, "dialog_empty_bin": "Papierkorb leeren", "@dialog_empty_bin": { "description": "Title of the the dialog to empty the bin, and text for the confirmation button." @@ -679,6 +781,20 @@ "@dialog_empty_bin_body": { "description": "Text for the dialog to confirm emptying the bin." }, + "dialog_delete_label": "Löschen", + "@dialog_delete_label": { + "description": "Title of the the dialog to delete one or multiple labels, and text for the confirmation button." + }, + "dialog_delete_label_body": "Willst du wirklich {count} {count, plural, one{Label} other{Labels}} löschen? {count, plural, one{Es wird} other{Sie werden}} von den Notizen entfernt, denen du {count, plural, one{es} other{diese}} hinzugefügt hast.", + "@dialog_delete_label_body": { + "description": "Text for the dialog to confirm the deletion of one or multiple notes.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, "dialog_export_encryption_switch": "Verschlüssele den JSON Export", "@dialog_export_encryption_switch": { "description": "Text for the switch to toggle the encryption of the export in the dialog to manually or automatically exporting the notes as JSON." @@ -735,6 +851,10 @@ "@placeholder_notes": { "description": "Placeholder on the notes page when there are no notes." }, + "placeholder_labels": "Keine Labels", + "@placeholder_labels": { + "description": "Placeholder on the labels page when there are no labels." + }, "placeholder_bin": "Keine gelöschten Notizen", "@placeholder_bin": { "description": "Placeholder on the bin page when there are no notes." @@ -755,6 +875,16 @@ "@action_share": { "description": "Swipe or menu action to share a note." }, + "action_share_subject": "{count} {count, plural, one{Notiz} other{Notizen}} von Material Notes geteilt", + "@action_share_subject": { + "description": "Subject of the text that is shared when multiple notes are shared at the same time.", + "placeholders": { + "count": { + "description": "Number of notes being shared.", + "type": "int" + } + } + }, "action_delete": "Löschen", "@action_delete": { "description": "Swipe or menu action to delete a note (moving it to the bin)." @@ -827,6 +957,14 @@ "@snack_bar_copied": { "description": "Snack bar informing that the content of the note was copied to clipboard." }, + "snack_bar_import_success": "Das Backup wurde erfolgreich importiert.", + "@snack_bar_import_success": { + "description": "Snack bar informing that the backup was successfully imported." + }, + "snack_bar_export_success": "Das Backup wurde erfolgreich exportiert.", + "@snack_bar_export_success": { + "description": "Snack bar informing that the backup was successfully manually exported." + }, "snack_bar_logs_copied": "Die Logs wurden in deine Zwischenablage kopiert.", "@snack_bar_logs_copied": { "description": "Snack bar message shown when the logs where copied to the clipboard from the error widget." @@ -835,6 +973,10 @@ "@snack_bar_logs_exported": { "description": "Snack bar message shown when the logs where successfully exported in a text file from the error widget." }, + "snack_bar_no_labels": "Es gibt keine Labels.", + "@snack_bar_no_labels": { + "description": "Snack bar message shown when the user tries to select the labels for a note, but there are no labels available." + }, "action_add_note_title": "Notiz erstellen", "@action_add_note_title": { "description": "Title of the home screen action to add a new note." @@ -846,5 +988,9 @@ "welcome_note_content": "Einfache, lokale, materiell designte Notizen", "@welcome_note_content": { "description": "Content of the welcome note automatically created on the first run of the application." + }, + "font_system_default": "System Standard", + "@font_system_default": { + "description": "Name of the font settings that uses the default font of the system." } } \ No newline at end of file diff --git a/lib/l10n/translations/app_en.arb b/lib/l10n/translations/app_en.arb index d8646d6c..da04172a 100644 --- a/lib/l10n/translations/app_en.arb +++ b/lib/l10n/translations/app_en.arb @@ -937,6 +937,10 @@ "@about_last_edited": { "description": "Date when the note was edited for the last time." }, + "about_type": "Type", + "@about_type": { + "description": "Type of the note." + }, "about_created": "Created", "@about_created": { "description": "Date when the note was created." @@ -1024,5 +1028,13 @@ "font_system_default": "System default", "@font_system_default": { "description": "Name of the font settings that uses the default font of the system." + }, + "note_type_plain_text": "Plain text", + "@note_type_plain_text": { + "description": "Note with plain text." + }, + "note_type_rich_text": "Rich text", + "@note_type_rich_text": { + "description": "Note with rich text." } } \ No newline at end of file diff --git a/lib/l10n/translations/app_es.arb b/lib/l10n/translations/app_es.arb index 83acad6a..6fc5020e 100644 --- a/lib/l10n/translations/app_es.arb +++ b/lib/l10n/translations/app_es.arb @@ -113,10 +113,6 @@ "@settings_page_appearance": { "description": "Title of the settings page regarding the application's appearance." }, - "settings_page_appearance_description": "Idioma, tema, fuentes, tarjetas de notas", - "@settings_page_appearance_description": { - "description": "Description of the appearance settings page." - }, "settings_language": "Idioma", "@settings_language": { "description": "Title of the language setting tile." @@ -181,9 +177,21 @@ "@settings_editor_font_description": { "description": "Description of the setting tile to choose the font of the app." }, - "settings_appearance_section_notes_tiles": "Tarjetas de notas", - "@settings_appearance_section_notes_tiles": { - "description": "Title of the section regarding the notes tiles under the appearance settings." + "settings_show_tiles_background": "Fondo", + "@settings_show_tiles_background": { + "description": "Title of the setting tile to show the background of the notes tiles." + }, + "settings_show_tiles_background_description": "Muestra el fondo de tarjetas en las notas", + "@settings_show_tiles_background_description": { + "description": "Description of the setting tile to show the background of the notes tiles." + }, + "settings_show_separators": "Separadores", + "@settings_show_separators": { + "description": "Title of the setting tile to show the separators between the notes tiles." + }, + "settings_show_separators_description": "Mostrar un separador entre las notas", + "@settings_show_separators_description": { + "description": "Description of the setting tile to show the separators between the notes tiles." }, "settings_show_titles_only": "Sólo títulos", "@settings_show_titles_only": { @@ -201,22 +209,6 @@ "@settings_show_titles_only_disable_in_search_view_description": { "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." }, - "settings_show_tiles_background": "Fondo", - "@settings_show_tiles_background": { - "description": "Title of the setting tile to show the background of the notes tiles." - }, - "settings_show_tiles_background_description": "Muestra el fondo de tarjetas en las notas", - "@settings_show_tiles_background_description": { - "description": "Description of the setting tile to show the background of the notes tiles." - }, - "settings_show_separators": "Separadores", - "@settings_show_separators": { - "description": "Title of the setting tile to show the separators between the notes tiles." - }, - "settings_show_separators_description": "Mostrar un separador entre las notas", - "@settings_show_separators_description": { - "description": "Description of the setting tile to show the separators between the notes tiles." - }, "settings_behavior": "Comportamiento", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -635,10 +627,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Nota", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Enlace", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." diff --git a/lib/l10n/translations/app_fr.arb b/lib/l10n/translations/app_fr.arb index a2cd6c70..8e595a8f 100644 --- a/lib/l10n/translations/app_fr.arb +++ b/lib/l10n/translations/app_fr.arb @@ -77,6 +77,10 @@ "@navigation_settings_appearance": { "description": "Title of the settings page regarding the application's appearance." }, + "navigation_settings_notes_tiles": "Tuiles de notes", + "@navigation_settings_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles appearance." + }, "navigation_settings_behavior": "Comportement", "@navigation_settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -113,7 +117,7 @@ "@settings_page_appearance": { "description": "Title of the settings page regarding the application's appearance." }, - "settings_page_appearance_description": "Langue, thème, polices, tuiles de notes", + "settings_page_appearance_description": "Langue, thème, polices", "@settings_page_appearance_description": { "description": "Description of the appearance settings page." }, @@ -181,25 +185,21 @@ "@settings_editor_font_description": { "description": "Description of the setting tile to choose the font of the app." }, - "settings_appearance_section_notes_tiles": "Tuiles de notes", - "@settings_appearance_section_notes_tiles": { - "description": "Title of the section regarding the notes tiles under the appearance settings." + "settings_page_notes_tiles": "Tuiles de notes", + "@settings_page_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles." }, - "settings_show_titles_only": "Titres uniquement", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + "settings_page_notes_tiles_description": "Apparence, contenu", + "@settings_page_notes_tiles_description": { + "description": "Description of the notes tiles settings page." }, - "settings_show_titles_only_description": "Afficher uniquement les titres des notes", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_disable_in_search_view": "Désactiver titres uniquement dans la recherche", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + "settings_page_notes_tiles_appearance_section": "Apparence", + "@settings_page_notes_tiles_appearance_section": { + "description": "Title of the section regarding the appearance under the notes tiles settings." }, - "settings_show_titles_only_disable_in_search_view_description": "Désactiver l’option pour afficher uniquement les titres dans la vue de recherche", - "@settings_show_titles_only_disable_in_search_view_description": { - "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + "settings_page_notes_tiles_content_section": "Contenu", + "@settings_page_notes_tiles_content_section": { + "description": "Title of the section regarding the content under the notes tiles settings." }, "settings_show_tiles_background": "Fond", "@settings_show_tiles_background": { @@ -217,6 +217,30 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "Titres uniquement", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "Afficher uniquement les titres des notes", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "Désactiver titres uniquement dans la recherche", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "Désactiver l’option pour afficher uniquement les titres dans la vue de recherche", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_content_preview_max_lines": "Maximum de lignes d''aperçu", + "@settings_content_preview_max_lines": { + "description": "Title of the setting tile to choose the maximum number of content preview lines to show." + }, + "settings_content_preview_max_lines_description": "Nombre maximum de lignes d''aperçu du contenu à afficher", + "@settings_content_preview_max_lines_description": { + "description": "Description of the setting tile to choose the maximum number of content preview lines to show." + }, "settings_behavior": "Comportement", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -635,10 +659,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Note", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Lien", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." @@ -917,6 +937,10 @@ "@about_last_edited": { "description": "Date when the note was edited for the last time." }, + "about_type": "Type", + "@about_type": { + "description": "Type of the note." + }, "about_created": "Création", "@about_created": { "description": "Date when the note was created." @@ -1004,5 +1028,13 @@ "font_system_default": "Valeur par défaut du système", "@font_system_default": { "description": "Name of the font settings that uses the default font of the system." + }, + "note_type_plain_text": "Texte brut", + "@note_type_plain_text": { + "description": "Note with plain text." + }, + "note_type_rich_text": "Texte riche", + "@note_type_rich_text": { + "description": "Note with rich text." } } \ No newline at end of file diff --git a/lib/l10n/translations/app_hi.arb b/lib/l10n/translations/app_hi.arb index b0d9e62b..6c5edb37 100644 --- a/lib/l10n/translations/app_hi.arb +++ b/lib/l10n/translations/app_hi.arb @@ -149,22 +149,6 @@ "@settings_black_theming_description": { "description": "Description of the black theming setting tile." }, - "settings_show_titles_only": "केवल शीर्षक", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_description": "केवल नोट्स के शीर्षक दिखाएं", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_disable_in_search_view": "केवल खोज दृश्य में शीर्षक अक्षम करें", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." - }, - "settings_show_titles_only_disable_in_search_view_description": "केवल खोज दृश्य में शीर्षक अक्षम करें", - "@settings_show_titles_only_disable_in_search_view_description": { - "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." - }, "settings_show_tiles_background": "पृष्ठभूमि", "@settings_show_tiles_background": { "description": "Title of the setting tile to show the background of the notes tiles." @@ -181,6 +165,22 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "केवल शीर्षक", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "केवल नोट्स के शीर्षक दिखाएं", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "केवल खोज दृश्य में शीर्षक अक्षम करें", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "केवल खोज दृश्य में शीर्षक अक्षम करें", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, "settings_behavior": "व्यवहार", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -571,10 +571,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "नोट", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "लिंक", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." diff --git a/lib/l10n/translations/app_it.arb b/lib/l10n/translations/app_it.arb new file mode 100644 index 00000000..14e2e96f --- /dev/null +++ b/lib/l10n/translations/app_it.arb @@ -0,0 +1,1036 @@ +{ + "app_name": "Material Notes", + "@app_name": { + "description": "Name of the application." + }, + "app_tagline": "Semplici note salvate in locale, in stile Material Design", + "@app_tagline": { + "description": "Tagline of the application, shown in the about popup." + }, + "app_about": "{appName} è una applicazione per scrivere note che punta alla semplicità d''uso. Utilizza in tutto e per tutto il Material Design. Salva localmente le tue note e non ha alcun accesso ad internet, per cui solo tu puoi accedere alle tue note.", + "@app_about": { + "description": "Description of the application, shown in the about popup.", + "placeholders": { + "appName": { + "type": "String", + "description": "Name of the application." + } + } + }, + "error_snack_bar": "Errore:", + "@error_snack_bar": { + "description": "Prefix for the error message shown in the error snack bar, before the actual error message." + }, + "error_widget_title": "È stato riscontrato un errore.", + "@error_widget_title": { + "description": "Message shown in the error widget shown when a widget fails to build." + }, + "error_widget_description": "Per favore invia un report di questo problema su GitHub oppure via mail. Allega uno screenshot di questa pagina insieme ai log che puoi copiare o esportare qui sotto. Per precauzione dovresti anche esportare le tue note/appunti.", + "@error_widget_description": { + "description": "Message shown in the error widget shown when a widget fails to build." + }, + "error_widget_disabled_secure_flag": "L''opzione per contrassegnare l''app come sicura è disabilitata fino al prossimo riavvio per abilitare gli screenshot.", + "@error_widget_disabled_secure_flag": { + "description": "Label shown on the error widget when the setting to flag the app as secure is enabled, but was disabled until the next restart to allow taking screenshots of the screen where the error occurred." + }, + "error_widget_button_export_notes": "Esporta note", + "@error_widget_button_export_notes": { + "description": "Title of the button to export the notes as JSON on the error widget." + }, + "error_widget_button_copy_logs": "Copia i logs", + "@error_widget_button_copy_logs": { + "description": "Title of the button to copy the logs to the clipboard on the error widget." + }, + "error_widget_button_export_logs": "Esporta i log", + "@error_widget_button_export_logs": { + "description": "Title of the button to export the logs in a text file on the error widget." + }, + "error_widget_button_create_github_issue": "Crea un report su GitHub", + "@error_widget_button_create_github_issue": { + "description": "Title of the button to create a new GitHub issue on the error widget." + }, + "error_widget_button_send_mail": "Invia un''email", + "@error_widget_button_send_mail": { + "description": "Title of the button to end a bug report mail on the error widget." + }, + "navigation_notes": "Note", + "@navigation_notes": { + "description": "Title of the notes page." + }, + "navigation_manage_labels_destination": "Gestisci le etichette", + "@navigation_manage_labels_destination": { + "description": "Title of the button in the side navigation drawer to got to the page to manage the labels." + }, + "navigation_manage_labels_page": "Etichette", + "@navigation_manage_labels_page": { + "description": "Title of the page to manage the labels." + }, + "navigation_bin": "Cestino", + "@navigation_bin": { + "description": "Title of the bin page." + }, + "navigation_settings": "Impostazioni", + "@navigation_settings": { + "description": "Title of the settings page." + }, + "navigation_settings_appearance": "Aspetto", + "@navigation_settings_appearance": { + "description": "Title of the settings page regarding the application's appearance." + }, + "navigation_settings_notes_tiles": "Riquadri delle note", + "@navigation_settings_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles appearance." + }, + "navigation_settings_behavior": "Comportamento", + "@navigation_settings_behavior": { + "description": "Title of the settings page regarding the application's behavior." + }, + "navigation_settings_editor": "Editor", + "@navigation_settings_editor": { + "description": "Title of the settings page regarding the notes content editor." + }, + "navigation_settings_labels": "Etichette", + "@navigation_settings_labels": { + "description": "Title of the settings page regarding the labels." + }, + "navigation_settings_backup": "Backup", + "@navigation_settings_backup": { + "description": "Title of the settings page regarding the backup functionality." + }, + "navigation_settings_accessibility": "Accessibilità", + "@navigation_settings_accessibility": { + "description": "Title of the settings page regarding the accessibility." + }, + "navigation_settings_about": "Info su", + "@navigation_settings_about": { + "description": "Title of the settings page regarding the information about the application." + }, + "button_sort_title": "Titolo", + "@button_sort_title": { + "description": "Text of the button to sort the notes list by title." + }, + "button_sort_ascending": "Ascendente", + "@button_sort_ascending": { + "description": "Text of the button to sort the notes list in ascending order." + }, + "settings_page_appearance": "Aspetto", + "@settings_page_appearance": { + "description": "Title of the settings page regarding the application's appearance." + }, + "settings_page_appearance_description": "Lingua, tema, caratteri", + "@settings_page_appearance_description": { + "description": "Description of the appearance settings page." + }, + "settings_language": "Lingua", + "@settings_language": { + "description": "Title of the language setting tile." + }, + "settings_language_contribute": "Contribuisci", + "@settings_language_contribute": { + "description": "Button to contribute to the localizations, shown on the language setting tile." + }, + "settings_appearance_section_theming": "Personalizzazione", + "@settings_appearance_section_theming": { + "description": "Title of the section regarding the theming under the appearance settings." + }, + "settings_theme": "Tema", + "@settings_theme": { + "description": "Title of the theming setting tile." + }, + "settings_theme_system": "Sistema", + "@settings_theme_system": { + "description": "Theming setting to use the theme of the system." + }, + "settings_theme_light": "Chiaro", + "@settings_theme_light": { + "description": "Theming setting to use the light theme." + }, + "settings_theme_dark": "Scuro", + "@settings_theme_dark": { + "description": "Theming setting to use the dark theme." + }, + "settings_dynamic_theming": "Tema dinamico", + "@settings_dynamic_theming": { + "description": "Title of the dynamic theming setting tile (to use colors generated from the system)." + }, + "settings_dynamic_theming_description": "Genera colori dal sistema", + "@settings_dynamic_theming_description": { + "description": "Description of the dynamic theming setting tile." + }, + "settings_black_theming": "Tema Nero", + "@settings_black_theming": { + "description": "Title of the black theming setting tile (to use a black background in dark mode)." + }, + "settings_black_theming_description": "Usa uno sfondo nero in modalità scura", + "@settings_black_theming_description": { + "description": "Description of the black theming setting tile." + }, + "settings_appearance_section_fonts": "Caratteri", + "@settings_appearance_section_fonts": { + "description": "Title of the section regarding the theming under the appearance settings." + }, + "settings_app_font": "Carattere dell''app", + "@settings_app_font": { + "description": "Title of the setting tile to choose the font of the app." + }, + "settings_app_font_description": "Carattere utilizzato per tutti i testi dell''applicazione, tranne che nell''editor delle note", + "@settings_app_font_description": { + "description": "Description of the setting tile to choose the font of the app." + }, + "settings_editor_font": "Carattere dell''editor", + "@settings_editor_font": { + "description": "Title of the setting tile to choose the font of the notes." + }, + "settings_editor_font_description": "Carattere utilizzato solo per il testo nell''editor delle note", + "@settings_editor_font_description": { + "description": "Description of the setting tile to choose the font of the app." + }, + "settings_page_notes_tiles": "Riquadri delle note", + "@settings_page_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles." + }, + "settings_page_notes_tiles_description": "Aspetto, contenuto", + "@settings_page_notes_tiles_description": { + "description": "Description of the notes tiles settings page." + }, + "settings_page_notes_tiles_appearance_section": "Aspetto", + "@settings_page_notes_tiles_appearance_section": { + "description": "Title of the section regarding the appearance under the notes tiles settings." + }, + "settings_page_notes_tiles_content_section": "Contenuto", + "@settings_page_notes_tiles_content_section": { + "description": "Title of the section regarding the content under the notes tiles settings." + }, + "settings_show_tiles_background": "Sfondo", + "@settings_show_tiles_background": { + "description": "Title of the setting tile to show the background of the notes tiles." + }, + "settings_show_tiles_background_description": "Mostra lo sfondo dei riquadri delle note", + "@settings_show_tiles_background_description": { + "description": "Description of the setting tile to show the background of the notes tiles." + }, + "settings_show_separators": "Separatori", + "@settings_show_separators": { + "description": "Title of the setting tile to show the separators between the notes tiles." + }, + "settings_show_separators_description": "Mostra una linea di separazione tra i riquadri delle note", + "@settings_show_separators_description": { + "description": "Description of the setting tile to show the separators between the notes tiles." + }, + "settings_show_titles_only": "Solo titoli", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "Mostra solo i titoli delle note", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "Disabilita i titoli solo nella vista di ricerca", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "Disabilita l''opzione \"mostra solo i titoli\" nella vista di ricerca", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_content_preview_max_lines": "Righe di anteprima massime", + "@settings_content_preview_max_lines": { + "description": "Title of the setting tile to choose the maximum number of content preview lines to show." + }, + "settings_content_preview_max_lines_description": "Numero massimo di righe dell''anteprima del contenuto da mostrare", + "@settings_content_preview_max_lines_description": { + "description": "Description of the setting tile to choose the maximum number of content preview lines to show." + }, + "settings_behavior": "Comportamento", + "@settings_behavior": { + "description": "Title of the settings page regarding the application's behavior." + }, + "settings_behavior_description": "Conferme, flag di sicurezza, azioni di scorrimento", + "@settings_behavior_description": { + "description": "Description of the behavior settings page." + }, + "settings_behavior_application": "Applicazione", + "@settings_behavior_application": { + "description": "Title of the sub-section regarding the application under the behavior settings." + }, + "settings_confirmations": "Dialoghi di conferma", + "@settings_confirmations": { + "description": "Title of the setting tile to choose when to show the confirmation dialog when performing an action on a note." + }, + "settings_confirmations_description": "Quali azioni su una nota mostrano un dialogo di conferma", + "@settings_confirmations_description": { + "description": "Description of the setting tile to choose when to show the confirmation dialog when performing an action on a note." + }, + "settings_confirmations_title_none": "Mai", + "@settings_confirmations_title_none": { + "description": "Value of the setting to never show a confirmation dialog when performing an action on a note." + }, + "settings_confirmations_title_irreversible": "Solo azioni irreversibili", + "@settings_confirmations_title_irreversible": { + "description": "Value of the setting to only show a confirmation dialog when performing an action on a note if it is irreversible." + }, + "settings_confirmations_title_all": "Sempre", + "@settings_confirmations_title_all": { + "description": "Value of the setting to always show a confirmation dialog when performing an action on a note." + }, + "settings_flag_secure": "Contrassegna l''applicazione come sicura", + "@settings_flag_secure": { + "description": "Title of the setting tile to flag the application as secure (hiding it from the recent apps and prevent screenshots from being made)." + }, + "settings_flag_secure_description": "Nasconde l''applicazione dalle app recenti e impedisce che vengano eseguiti screenshot", + "@settings_flag_secure_description": { + "description": "Description of the setting tile to flag the application as secure (hiding it from the recent apps and prevent screenshots from being made)." + }, + "settings_behavior_swipe_actions": "Azioni di scorrimento", + "@settings_behavior_swipe_actions": { + "description": "Title of the section regarding the swipe actions on the notes tiles under the behavior settings." + }, + "settings_behavior_swipe_actions_bin": "Azioni di scorrimento (nel cestino)", + "@settings_behavior_swipe_actions_bin": { + "description": "Title of the section regarding the swipe actions on the notes tiles in the bin under the behavior settings." + }, + "settings_swipe_action_right": "Azione di scorrimento verso destra", + "@settings_swipe_action_right": { + "description": "Title of the setting tile to choose which action to trigger when a right swapping a note tile." + }, + "settings_swipe_action_right_description": "Azione che viene eseguita dopo uno scorrimento verso destra su una nota", + "@settings_swipe_action_right_description": { + "description": "Description of the setting tile to choose which action to trigger when a right swipe is performed on a note tile." + }, + "settings_bin_swipe_action_right_description": "Azione che viene eseguita dopo uno scorrimento verso destra, su una nota che si trova nel cestino", + "@settings_bin_swipe_action_right_description": { + "description": "Description of the setting tile to choose which action to trigger when a right swipe is performed on a note tile in the bin." + }, + "settings_swipe_action_left": "Azione di scorrimento verso sinistra", + "@settings_swipe_action_left": { + "description": "Title of the setting tile to choose which action to trigger when a left swipe is performed on a note tile." + }, + "settings_swipe_action_left_description": "Azione che viene eseguita dopo uno scorrimento verso sinistra su una nota", + "@settings_swipe_action_left_description": { + "description": "Description of the setting tile to choose which action to trigger when a left swipe is performed on a note tile." + }, + "settings_bin_swipe_action_left_description": "Azione che viene eseguita dopo uno scorrimento verso sinistra, su una nota che si trova nel cestino", + "@settings_bin_swipe_action_left_description": { + "description": "Description of the setting tile to choose which action to trigger when a left swipe is performed on a note tile in the bin." + }, + "settings_editor": "Editor", + "@settings_editor": { + "description": "Title of the settings page regarding the notes content editor." + }, + "settings_editor_description": "Pulsanti, barra degli strumenti, modalità lettura, spaziatura", + "@settings_editor_description": { + "description": "Description of the editor settings page." + }, + "settings_editor_formatting": "Formattazione", + "@settings_editor_formatting": { + "description": "Title of the settings section regarding the notes content formatting in the editor." + }, + "settings_show_undo_redo_buttons": "Pulsanti annulla/ripeti", + "@settings_show_undo_redo_buttons": { + "description": "Title of the setting tile to enable the the undo and redo buttons in the editor." + }, + "settings_show_undo_redo_buttons_description": "Mostra, nella barra delle app dell''editor, i pulsanti per annullare e ripetere le modifiche", + "@settings_show_undo_redo_buttons_description": { + "description": "Description of the setting tile to enable the the undo and redo buttons in the editor." + }, + "settings_show_checklist_button": "Pulsante Checklist", + "@settings_show_checklist_button": { + "description": "Title of the setting tile to enable the checklist button in the editor." + }, + "settings_show_checklist_button_description": "Mostra, nella barra delle app dell''editor, il pulsante per abilitare le checklist, nascondendolo di conseguenza dalla barra degli strumenti", + "@settings_show_checklist_button_description": { + "description": "Description of the setting tile to enable the checklist button in the editor." + }, + "settings_show_toolbar": "Barra degli strumenti", + "@settings_show_toolbar": { + "description": "Title of the setting tile to enable the toolbar for advanced formatting options in the editor." + }, + "settings_show_toolbar_description": "Mostra la barra degli strumenti dell''editor, per abilitare una formattazione avanzata del testo", + "@settings_show_toolbar_description": { + "description": "Description of the setting tile to enable the toolbar for advanced formatting options in the editor." + }, + "settings_editor_behavior": "Comportamenti", + "@settings_editor_behavior": { + "description": "Title of the settings section regarding the behavior of the editor" + }, + "settings_show_editor_mode_button": "Pulsante di cambio modalità nell''editor", + "@settings_show_editor_mode_button": { + "description": "Title of the setting tile to enable the button to toggle between editing mode and reading mode in the editor." + }, + "settings_show_editor_mode_button_description": "Abilita il pulsante per cambiare dalla modalità editing alla modalità lettura, e viceversa", + "@settings_show_editor_mode_button_description": { + "description": "Description of the setting tile to enable the button to toggle between editing mode and reading mode in the editor." + }, + "settings_open_editor_reading_mode": "Apri in modalità lettura", + "@settings_open_editor_reading_mode": { + "description": "Title of the setting tile to enable opening the editor in reading mode by default." + }, + "settings_open_editor_reading_mode_description": "Apri l''editor in modalità lettura di default", + "@settings_open_editor_reading_mode_description": { + "description": "Description of the setting tile to enable opening the editor in reading mode by default." + }, + "settings_focus_title_on_new_note": "Metti a fuoco il titolo", + "@settings_focus_title_on_new_note": { + "description": "Title of the setting tile to enable focusing the title when creating a new note by default." + }, + "settings_focus_title_on_new_note_description": "Quando si crea una nuova nota, il cursore di scrittura è posizionato sul titolo invece che sul contenuto", + "@settings_focus_title_on_new_note_description": { + "description": "Description of the setting tile to enable focusing the title when creating a new note by default." + }, + "settings_editor_appearance": "Aspetto", + "@settings_editor_appearance": { + "description": "Title of the settings section regarding the appearance of the editor" + }, + "settings_use_paragraph_spacing": "Spaziatura dei paragrafi", + "@settings_use_paragraph_spacing": { + "description": "Title of the setting tile to enable the spacing between paragraphs in the notes content." + }, + "settings_use_paragraph_spacing_description": "Inserisci della spaziatura tra paragrafi", + "@settings_use_paragraph_spacing_description": { + "description": "Description of the setting tile to enable the spacing between paragraphs in the notes content." + }, + "settings_labels": "Etichette", + "@settings_labels": { + "description": "Title of the settings page regarding the labels functionality." + }, + "settings_labels_description": "Abilita, aspetto", + "@settings_labels_description": { + "description": "Description of the labels settings page." + }, + "settings_enable_labels": "Abilita", + "@settings_enable_labels": { + "description": "Title of the setting tile to enable the labels." + }, + "settings_enable_labels_description": "Permetti di categorizzare le note con delle etichette (disabilitare questa impostazione non elimina le etichette né le rimuove dalle note, le nasconde soltanto)", + "@settings_enable_labels_description": { + "description": "Description of the setting tile to enable the labels." + }, + "settings_labels_appearance": "Aspetto", + "@settings_labels_appearance": { + "description": "Title of the settings section regarding the appearance of the labels." + }, + "settings_show_labels_note_tile": "Mostra le etichette sul riquadro della nota", + "@settings_show_labels_note_tile": { + "description": "Title of the setting tile to show the labels on the notes tiles." + }, + "settings_show_labels_note_tile_description": "Mostra l''elenco delle etichette sui riquadri delle note", + "@settings_show_labels_note_tile_description": { + "description": "Description of the setting tile to show the labels on the notes tiles." + }, + "settings_show_labels_editor": "Mostra le etichette nell''editor", + "@settings_show_labels_editor": { + "description": "Title of the setting tile to show the labels in the editor." + }, + "settings_show_labels_editor_description": "Mostra l''elenco delle etichette nella parte inferiore dell''editor", + "@settings_show_labels_editor_description": { + "description": "Description of the setting tile to show the labels in the editor." + }, + "settings_backup": "Backup", + "@settings_backup": { + "description": "Title of the settings page regarding the backup functionality." + }, + "settings_backup_description": "Esportazione manuale e automatica, crittografia, importazione", + "@settings_backup_description": { + "description": "Description of the backup settings page." + }, + "settings_backup_import": "Importazione", + "@settings_backup_import": { + "description": "Title of the settings section regarding the import of a backup." + }, + "settings_import": "Importa", + "@settings_import": { + "description": "Title of the setting tile to import a backup." + }, + "settings_import_description": "Importa note, etichette e impostazioni da un file JSON", + "@settings_import_description": { + "description": "Description of the setting tile to import a backup." + }, + "settings_backup_manual_export": "Esportazione manuale", + "@settings_backup_manual_export": { + "description": "Title of the settings section regarding the manual export of the notes." + }, + "settings_export_json": "Esporta in formato JSON", + "@settings_export_json": { + "description": "Title of the setting tile to manually export the notes as JSON." + }, + "settings_export_json_description": "Esporta immediatamente le note, le etichette e le impostazioni (incluso il cestino) in un file JSON che può essere a sua volta importato", + "@settings_export_json_description": { + "description": "Description of the setting tile to manually export the notes as JSON." + }, + "settings_export_markdown": "Esporta come Markdown", + "@settings_export_markdown": { + "description": "Title of the setting tile to manually export the notes as Markdown." + }, + "settings_export_markdown_description": "Esporta immediatamente le note (incluso il cestino) in un file Markdown", + "@settings_export_markdown_description": { + "description": "Description of the setting tile to manually export the notes as Markdown." + }, + "settings_backup_auto_export": "Esportazione automatica", + "@settings_backup_auto_export": { + "description": "Title of the settings section regarding the automatic export of the notes." + }, + "settings_auto_export": "Esportazione automatica", + "@settings_auto_export": { + "description": "Title of the settings tile to enable the automatic export of the notes." + }, + "settings_auto_export_description": "Esporta automaticamente le note, le etichette e le impostazioni (incluso il cestino) in un file JSON che può essere a sua volta importato", + "@settings_auto_export_description": { + "description": "Description of the settings tile to enable the automatic export." + }, + "settings_auto_export_frequency": "Frequenza", + "@settings_auto_export_frequency": { + "description": "Title of the settings tile to choose the frequency of the automatic exports." + }, + "settings_auto_export_frequency_value": "Ogni {frequency, select, 1{giorno} 7{settimana} 14{2 settimane} 30{mese} other{{frequency} giorni}}", + "@settings_auto_export_frequency_value": { + "description": "Frequency of the automatic exports.", + "placeholders": { + "frequency": { + "description": "Value of the frequency (as a String to enable the select, but it's an int).", + "type": "String" + } + } + }, + "settings_auto_export_frequency_description": "Frequenza delle esportazioni automatiche", + "@settings_auto_export_frequency_description": { + "description": "Description of the settings tile to choose the frequency of the automatic exports of the notes." + }, + "settings_auto_export_encryption": "Cifratura", + "@settings_auto_export_encryption": { + "description": "Title of the settings tile to enable the encryption of the automatic exports." + }, + "settings_auto_export_encryption_description": "Crittografa il titolo e il contenuto delle note con una password", + "@settings_auto_export_encryption_description": { + "description": "Description of the settings tile to enable the encryption of the automatic exports." + }, + "settings_auto_export_directory": "Directory", + "@settings_auto_export_directory": { + "description": "Title of the settings tile to choose the directory where to save the automatic exports." + }, + "settings_auto_export_directory_description": "Directory dove salvare le esportazioni automatiche", + "@settings_auto_export_directory_description": { + "description": "Description of the settings tile to choose the directory where to save the automatic exports." + }, + "settings_accessibility": "Accessibilità", + "@settings_accessibility": { + "description": "Title of the settings page regarding the accessibility." + }, + "settings_accessibility_text_size": "Dimensione del testo", + "@settings_accessibility_text_size": { + "description": "Title of the accessibility settings section regarding the text size." + }, + "settings_accessibility_text_color": "Colore del testo", + "@settings_accessibility_text_color": { + "description": "Title of the accessibility settings section regarding the text color." + }, + "settings_accessibility_description": "Colore del testo, ridimensionamento testo", + "@settings_accessibility_description": { + "description": "Description of the accessibility settings page." + }, + "settings_text_scaling": "Ridimensionamento del testo", + "@settings_text_scaling": { + "description": "Title of the text scale setting tile." + }, + "settings_bigger_titles": "Titoli più grandi", + "@settings_bigger_titles": { + "description": "Title of the setting tile to use bigger titles on the notes tiles." + }, + "settings_bigger_titles_description": "Mostra titoli più grandi sui riquadri delle note", + "@settings_bigger_titles_description": { + "description": "Description of the setting tile to use bigger titles on the notes tiles." + }, + "settings_white_text_dark_mode": "Testo bianco in modalità scura", + "@settings_white_text_dark_mode": { + "description": "Title of the text scale setting tile." + }, + "settings_white_text_dark_mode_description": "Usa un colore bianco per il testo in modalità scura", + "@settings_white_text_dark_mode_description": { + "description": "Description of the text scale setting tile." + }, + "settings_disable_subdued_note_content_preview": "Anteprima non sbiadita", + "@settings_disable_subdued_note_content_preview": { + "description": "Title of the setting tile to disable the subdued color of the notes content preview text in the notes tiles." + }, + "settings_disable_subdued_note_content_preview_description": "Disabilita il colore del testo \"sbiadito\" nell''anteprima del contenuto delle note", + "@settings_disable_subdued_note_content_preview_description": { + "description": "Description of the setting tile to disable the subdued color of the notes content preview text in the notes tiles." + }, + "settings_about": "Informazioni", + "@settings_about": { + "description": "Title of the settings page regarding the information about the application." + }, + "settings_about_description": "Informazioni, assistenza e collegamenti", + "@settings_about_description": { + "description": "Description of the about settings section." + }, + "settings_about_application": "Applicazione", + "@settings_about_application": { + "description": "Title of the settings section regarding the information about the application." + }, + "settings_build_mode": "Build mode", + "@settings_build_mode": { + "description": "Title of the settings tile displaying the build mode of the application." + }, + "settings_build_mode_release": "Rilascio", + "@settings_build_mode_release": { + "description": "Value of the settings tile displaying the build mode if the application is built in release mode (the mode used in the stores)." + }, + "settings_build_mode_debug": "Debug", + "@settings_build_mode_debug": { + "description": "Value of the settings tile displaying the build mode if the application is built in debug mode (the mode used for development and )." + }, + "settings_about_help": "Aiuto", + "@settings_about_help": { + "description": "Title of the settings section regarding how to get help for the application." + }, + "settings_github_issues": "Segnala un bug o suggerisci nuove funzioni", + "@settings_github_issues": { + "description": "Title of the settings tile to open the GitHub issues and report a bug or request a feature." + }, + "settings_github_issues_description": "Segnala un bug o richiedi nuove funzioni creando un Issue su GitHub", + "@settings_github_issues_description": { + "description": "Description of the settings tile to open the GitHub issues and report a bug or request a feature." + }, + "settings_github_discussions": "Fai una domanda", + "@settings_github_discussions": { + "description": "Title of the settings tile to open the GitHub discussions and ask a question." + }, + "settings_github_discussions_description": "Fai una domanda sulle discussioni su GitHub", + "@settings_github_discussions_description": { + "description": "Description of the settings tile to open the GitHub discussions and ask a question." + }, + "settings_get_in_touch": "Contatta lo sviluppatore", + "@settings_get_in_touch": { + "description": "Title of the settings tile to contact the developer via mail." + }, + "settings_get_in_touch_description": "Contatta lo sviluppatore inviando una mail a {email}", + "@settings_get_in_touch_description": { + "description": "Description of the settings tile to contact the developer via mail." + }, + "settings_about_links": "Link", + "@settings_about_links": { + "description": "Title of the settings section regarding the outside links related to the application." + }, + "settings_github": "GitHub", + "@settings_github": { + "description": "Title of the settings tile to open the GitHub repository of the application." + }, + "settings_github_description": "Dai un''occhiata al codice sorgente", + "@settings_github_description": { + "description": "Description of the settings tile to open the GitHub repository of the application." + }, + "settings_localizations": "Crowdin", + "@settings_localizations": { + "description": "Title of the settings tile to open the Crowdin project managing the localization of the application." + }, + "settings_localizations_description": "Aggiungi o migliora le localizzazioni tramite Crowdin", + "@settings_localizations_description": { + "description": "Description of the settings tile to open the Crowdin project managing the localization of the application." + }, + "settings_licence": "Licenza", + "@settings_licence": { + "description": "Title of the settings tile to open the license of the application." + }, + "settings_licence_description": "AGPL-3.0", + "@settings_licence_description": { + "description": "Description of the settings tile to open the license of the application." + }, + "settings_about_logs": "Log", + "@settings_about_logs": { + "description": "Title of the settings section regarding the logs of the application." + }, + "settings_copy_logs": "Copia i log", + "@settings_copy_logs": { + "description": "Title of the settings tile to copy the logs of the application to the clipboard." + }, + "settings_copy_logs_description": "Copia i log dell''applicazione negli appunti", + "@settings_copy_logs_description": { + "description": "Description of the settings tile to copy the logs of the application to the clipboard." + }, + "settings_export_logs": "Esporta i log", + "@settings_export_logs": { + "description": "Title of the settings tile to export the logs of the application to a text file." + }, + "settings_export_logs_description": "Esporta i log dell''applicazione in un file di testo", + "@settings_export_logs_description": { + "description": "Description of the settings tile to export the logs of the application to a text file." + }, + "hint_title": "Titolo", + "@hint_title": { + "description": "Hint for the text field of the title of the notes." + }, + "hint_link": "Link", + "@hint_link": { + "description": "Hint for the link text field in the dialog to add a link in the editor." + }, + "hint_label_name": "Nome", + "@hint_label_name": { + "description": "Hint for the text field of the name of a label." + }, + "dialog_export_encryption_password": "Password", + "@dialog_export_encryption_password": { + "description": "Hint for the password text field in the dialog to configure the encryption of an automatic or manual export." + }, + "dialog_select_labels": "Seleziona etichette", + "@dialog_select_labels": { + "description": "Title of the dialog to select the labels of a note." + }, + "dialog_select_labels_to_add": "Seleziona etichette da aggiungere", + "@dialog_select_labels_to_add": { + "description": "Title of the dialog to select the labels to add to the currently selected notes." + }, + "tooltip_undo": "Annulla l''ultima azione", + "@tooltip_undo": { + "description": "Tooltip for the button to undo the last action in the editor." + }, + "tooltip_redo": "Ripeti l''ultima azione", + "@tooltip_redo": { + "description": "Tooltip for the button to redo the last action in the editor." + }, + "tooltip_toggle_checkbox": "Attiva/Disattiva casella", + "@tooltip_toggle_checkbox": { + "description": "Tooltip for the button to toggle the presence of a checkbox in the editor (on a line or multiple lines depending on the current selection)." + }, + "tooltip_toggle_pins": "Attiva/Disattiva i pin", + "@tooltip_toggle_pins": { + "description": "Tooltip for the button to toggle the pining state of the selected notes in selection mode (the pinned notes will be unpinned, and the not pinned ones will be pinned)." + }, + "tooltip_fab_add_note": "Aggiungi una nota", + "@tooltip_fab_add_note": { + "description": "Floating action button in the notes page to add a new note." + }, + "tooltip_fab_add_label": "Aggiungi un''etichetta", + "@tooltip_fab_add_label": { + "description": "Floating action button in the labels page to add a new label." + }, + "tooltip_fab_empty_bin": "Svuota il cestino", + "@tooltip_fab_empty_bin": { + "description": "Floating action button in the bin to empty it." + }, + "tooltip_fab_toggle_editor_mode_edit": "Passa alla modalità di editing", + "@tooltip_fab_toggle_editor_mode_edit": { + "description": "Floating action button in the notes editor to switch to editing mode." + }, + "tooltip_fab_toggle_editor_mode_read": "Passa alla modalità di lettura", + "@tooltip_fab_toggle_editor_mode_read": { + "description": "Floating action button in the notes editor to switch to reading mode." + }, + "tooltip_layout_list": "Vista a elenco", + "@tooltip_layout_list": { + "description": "Tooltip for the button to use the list layout in the notes list." + }, + "tooltip_layout_grid": "Vista a griglia", + "@tooltip_layout_grid": { + "description": "Tooltip for the button to use the grid layout in the notes list." + }, + "tooltip_sort": "Ordina le note", + "@tooltip_sort": { + "description": "Tooltip for the button to open the menu to choose the sorting method of the notes list." + }, + "tooltip_search": "Cerca tra le note", + "@tooltip_search": { + "description": "Tooltip for the button to open the search view to search through the notes." + }, + "tooltip_unselect_all": "Deseleziona tutto", + "@tooltip_unselect_all": { + "description": "Tooltip for the button to unselect all the notes while in selection mode in the notes list." + }, + "tooltip_delete": "Elimina", + "@tooltip_delete": { + "description": "Tooltip for the button to delete a note (moving it to bin)." + }, + "tooltip_permanently_delete": "Elimina definitivamente", + "@tooltip_permanently_delete": { + "description": "Tooltip for the button to permanently delete a note." + }, + "tooltip_restore": "Ripristina", + "@tooltip_restore": { + "description": "Tooltip for the button to restore a note from the bin." + }, + "tooltip_reset": "Reset", + "@tooltip_reset": { + "description": "Tooltip for the button to reset the value of a setting to its default value in a settings page." + }, + "action_labels_toggle_pins": "Attiva/Disattiva i pin", + "@action_labels_toggle_pins": { + "description": "Tooltip for the button to toggle the pin status of the selected labels." + }, + "action_labels_toggle_visibility": "Mostra/Nascondi", + "@action_labels_toggle_visibility": { + "description": "Tooltip for the button to toggle the visibility of the selected labels." + }, + "dialog_add_link": "Aggiungi un link", + "@dialog_add_link": { + "description": "Tooltip for the button to validate the dialog to add a link in the note editor." + }, + "dialog_delete": "Elimina", + "@dialog_delete": { + "description": "Title of the the dialog to delete one or multiple notes (moving them to the bin), and text for the confirmation button." + }, + "dialog_delete_body": "Vuoi davvero eliminare {count} {count, plural, one{nota} other{note}}? Puoi ripristinar{count, plural, one{la} other{le}} dal cestino.", + "@dialog_delete_body": { + "description": "Text for the dialog to confirm the deletion of one or multiple notes.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, + "dialog_permanently_delete": "Elimina definitivamente", + "@dialog_permanently_delete": { + "description": "Title of the the dialog to permanently delete one or multiple notes, and text for the confirmation button." + }, + "dialog_permanently_delete_body": "Vuoi davvero eliminare definitivamente {count} {count, plural, one{nota} other{note}}? Non potrai ripristinar{count, plural, one{la} other{le}} dal cestino.", + "@dialog_permanently_delete_body": { + "description": "Text for the dialog to confirm the permanent deletion of one or multiple notes.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, + "dialog_restore": "Ripristina", + "@dialog_restore": { + "description": "Title of the the dialog to restore one or multiple notes from the bin, and text for the confirmation button." + }, + "dialog_restore_body": "Vuoi davvero ripristinare {count} {count, plural, one{nota} other{note}}?", + "@dialog_restore_body": { + "description": "Text for the dialog to confirm restoring one or multiple notes from the bin.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, + "dialog_empty_bin": "Svuota il cestino", + "@dialog_empty_bin": { + "description": "Title of the the dialog to empty the bin, and text for the confirmation button." + }, + "dialog_empty_bin_body": "Vuoi davvero svuotare definitivamente il cestino? Non sarai in grado di ripristinare le note al suo interno.", + "@dialog_empty_bin_body": { + "description": "Text for the dialog to confirm emptying the bin." + }, + "dialog_delete_label": "Elimina", + "@dialog_delete_label": { + "description": "Title of the the dialog to delete one or multiple labels, and text for the confirmation button." + }, + "dialog_delete_label_body": "Vuoi davvero eliminare {count} {count, plural, one{etichetta} other{etichette}}? {count, plural, one{Sarà rimossa} other{Saranno rimosse}} dalle note a cui {count, plural, one{l''hai assegnata} other{le hai assegnate}}.", + "@dialog_delete_label_body": { + "description": "Text for the dialog to confirm the deletion of one or multiple notes.", + "placeholders": { + "count": { + "description": "Number of notes to delete.", + "type": "int" + } + } + }, + "dialog_export_encryption_switch": "Crittografa il file JSON esportato", + "@dialog_export_encryption_switch": { + "description": "Text for the switch to toggle the encryption of the export in the dialog to manually or automatically exporting the notes as JSON." + }, + "dialog_export_encryption_description": "Il titolo e il contenuto delle note saranno crittografati usando la tua password. Quest''ultima dovrebbe essere generata in maniera casuale, essere lunga esattamente 32 caratteri, essere forte (deve contenere almeno 1 carattere minuscolo, 1 maiuscolo, 1 numero e 1 carattere speciale) e memorizzata in modo sicuro.", + "@dialog_export_encryption_description": { + "description": "Description for the encryption feature when the switch to toggle the encryption of the export is enabled." + }, + "dialog_export_encryption_secondary_description_auto": "Questa password sarà utilizzata per tutte le esportazioni automatiche future.", + "@dialog_export_encryption_secondary_description_auto": { + "description": "Secondary description for the encryption feature in the case of an automatic export." + }, + "dialog_export_encryption_secondary_description_manual": "Questa password sarà utilizzata solo per questa esportazione.", + "@dialog_export_encryption_secondary_description_manual": { + "description": "Secondary description for the encryption feature in the case of a manual export." + }, + "dialog_export_encryption_password_invalid": "Non valida", + "@dialog_export_encryption_password_invalid": { + "description": "Error message displayed under the text field for the encryption password if it does not meet the strength requirements." + }, + "dialog_import_encryption_password_description": "Questa esportazione è crittografata. Per importarla, è necessario fornire la password utilizzata per crittografarla.", + "@dialog_import_encryption_password_description": { + "description": "Description in the import dialog when an import is encrypted and the password is needed." + }, + "dialog_import_encryption_password_error": "la decifratura dell''esportazione non è riuscita. Controlla di aver fornito la stessa password utilizzata per crittografare l''esportazione.", + "@dialog_import_encryption_password_error": { + "description": "Error when the decryption of an encrypted import failed." + }, + "dialog_label_add": "Aggiungi etichetta", + "@dialog_label_add": { + "description": "Title of the dialog to add a label." + }, + "dialog_label_edit": "Modifica etichetta", + "@dialog_label_edit": { + "description": "Title of the dialog to edit a label." + }, + "dialog_label_name_cannot_be_empty": "Il campo nome non può essere vuoto.", + "@dialog_label_name_cannot_be_empty": { + "description": "Error message shown when relevant on the text field of the name of the label." + }, + "dialog_label_name_already_used": "Questo nome è già in uso.", + "@dialog_label_name_already_used": { + "description": "Error message shown when relevant on the text field of the name of the label." + }, + "button_sort_creation_date": "Data di creazione", + "@button_sort_creation_date": { + "description": "Text of the button to sort the notes list by their creation date." + }, + "button_sort_edition_date": "Data di modifica", + "@button_sort_edition_date": { + "description": "Text of the button to sort the notes list by their last edition date." + }, + "placeholder_notes": "Nessuna nota", + "@placeholder_notes": { + "description": "Placeholder on the notes page when there are no notes." + }, + "placeholder_labels": "Nessuna etichetta", + "@placeholder_labels": { + "description": "Placeholder on the labels page when there are no labels." + }, + "placeholder_bin": "Nessuna nota eliminata", + "@placeholder_bin": { + "description": "Placeholder on the bin page when there are no notes." + }, + "action_disabled": "Disattivata", + "@action_disabled": { + "description": "Swipe action that is disabled in the settings." + }, + "action_pin": "Fissa", + "@action_pin": { + "description": "Swipe or menu action to pin a note." + }, + "action_unpin": "Rimuovi dai fissati", + "@action_unpin": { + "description": "Swipe or menu action to unpin a note." + }, + "action_share": "Condividi", + "@action_share": { + "description": "Swipe or menu action to share a note." + }, + "action_share_subject": "{count} {count, plural, one{nota condivisa} other{note condivise}} da Material Notes", + "@action_share_subject": { + "description": "Subject of the text that is shared when multiple notes are shared at the same time.", + "placeholders": { + "count": { + "description": "Number of notes being shared.", + "type": "int" + } + } + }, + "action_delete": "Elimina", + "@action_delete": { + "description": "Swipe or menu action to delete a note (moving it to the bin)." + }, + "action_restore": "Ripristina", + "@action_restore": { + "description": "Swipe or menu action to restore a note from the bin." + }, + "action_delete_permanently": "Elimina definitivamente", + "@action_delete_permanently": { + "description": "Swipe or menu action to permanently delete a note." + }, + "action_about": "Info su", + "@action_about": { + "description": "Swipe or menu action to show information about a note." + }, + "about_last_edited": "Ultima modifica", + "@about_last_edited": { + "description": "Date when the note was edited for the last time." + }, + "about_type": "Tipo", + "@about_type": { + "description": "Type of the note." + }, + "about_created": "Creata il", + "@about_created": { + "description": "Date when the note was created." + }, + "about_labels": "Etichette", + "@about_labels": { + "description": "Number of labels of the note." + }, + "about_words": "Parole", + "@about_words": { + "description": "Number of words in the content of the note." + }, + "about_characters": "Caratteri", + "@about_characters": { + "description": "Number of characters in the content of the note." + }, + "about_time_at": "alle", + "@about_time_at": { + "description": "Preposition shown between the date and the time in the about dialog (example: 'January 5, 2024 at 5:15 PM')." + }, + "menu_action_labels": "Etichette", + "@menu_action_labels": { + "description": "Menu action to change the labels of a note." + }, + "action_labels_edit": "Modifica", + "@action_labels_edit": { + "description": "Menu or swipe action to edit a label." + }, + "action_labels_delete": "Elimina", + "@action_labels_delete": { + "description": "Menu or swipe action to delete a label." + }, + "filter_labels_all": "Tutte", + "@filter_labels_all": { + "description": "Filter chip in the labels page to all labels." + }, + "filter_labels_visible": "Visibili", + "@filter_labels_visible": { + "description": "Filter chip in the labels page to show only the visible labels." + }, + "filter_labels_pinned": "Fissate", + "@filter_labels_pinned": { + "description": "Filter chip in the labels page to show only the pinned labels." + }, + "filter_labels_hidden": "Nascoste", + "@filter_labels_hidden": { + "description": "Filter chip in the labels page to show only the hidden labels." + }, + "snack_bar_copied": "Contenuto della nota copiata negli appunti.", + "@snack_bar_copied": { + "description": "Snack bar informing that the content of the note was copied to clipboard." + }, + "snack_bar_import_success": "Il backup è stato importato con successo.", + "@snack_bar_import_success": { + "description": "Snack bar informing that the backup was successfully imported." + }, + "snack_bar_export_success": "Il backup è stato esportato con successo.", + "@snack_bar_export_success": { + "description": "Snack bar informing that the backup was successfully manually exported." + }, + "snack_bar_logs_copied": "I log sono stati copiati negli appunti.", + "@snack_bar_logs_copied": { + "description": "Snack bar message shown when the logs where copied to the clipboard from the error widget." + }, + "snack_bar_logs_exported": "I log sono stati esportati con successo.", + "@snack_bar_logs_exported": { + "description": "Snack bar message shown when the logs where successfully exported in a text file from the error widget." + }, + "snack_bar_no_labels": "Non ci sono etichette.", + "@snack_bar_no_labels": { + "description": "Snack bar message shown when the user tries to select the labels for a note, but there are no labels available." + }, + "action_add_note_title": "Aggiungi una nota", + "@action_add_note_title": { + "description": "Title of the home screen action to add a new note." + }, + "welcome_note_title": "Benvenuto su Material Notes!", + "@welcome_note_title": { + "description": "Title of the welcome note automatically created on the first run of the application." + }, + "welcome_note_content": "Semplici note salvate in locale, in stile Material Design", + "@welcome_note_content": { + "description": "Content of the welcome note automatically created on the first run of the application." + }, + "font_system_default": "Predefinito del sistema", + "@font_system_default": { + "description": "Name of the font settings that uses the default font of the system." + }, + "note_type_plain_text": "Testo semplice", + "@note_type_plain_text": { + "description": "Note with plain text." + } +} \ No newline at end of file diff --git a/lib/l10n/translations/app_pl.arb b/lib/l10n/translations/app_pl.arb index 579ec8ba..35bb4263 100644 --- a/lib/l10n/translations/app_pl.arb +++ b/lib/l10n/translations/app_pl.arb @@ -129,22 +129,6 @@ "@settings_black_theming_description": { "description": "Description of the black theming setting tile." }, - "settings_show_titles_only": "Tylko tytuł", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_description": "Pokazuj tylko tytuły notatek", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_disable_in_search_view": "Pokazuj fragmenty notatek podczas wyszukiwania", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." - }, - "settings_show_titles_only_disable_in_search_view_description": "Ignoruj opcję \"Tylko tytuły\" podczas wyszukiwania", - "@settings_show_titles_only_disable_in_search_view_description": { - "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." - }, "settings_show_tiles_background": "Tło", "@settings_show_tiles_background": { "description": "Title of the setting tile to show the background of the notes tiles." @@ -161,6 +145,22 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "Tylko tytuł", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "Pokazuj tylko tytuły notatek", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "Pokazuj fragmenty notatek podczas wyszukiwania", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "Ignoruj opcję \"Tylko tytuły\" podczas wyszukiwania", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, "settings_behavior": "Zachowanie", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -471,10 +471,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Notatka", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Odnośnik", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." diff --git a/lib/l10n/translations/app_pt.arb b/lib/l10n/translations/app_pt.arb index 718741fa..13107af1 100644 --- a/lib/l10n/translations/app_pt.arb +++ b/lib/l10n/translations/app_pt.arb @@ -133,18 +133,6 @@ "@settings_black_theming_description": { "description": "Description of the black theming setting tile." }, - "settings_show_titles_only": "Títulos apenas", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_description": "Mostrar apenas os títulos das notas", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_disable_in_search_view": "Desabilitar títulos somente na tela de pesquisa", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." - }, "settings_show_tiles_background": "Plano de Fundo", "@settings_show_tiles_background": { "description": "Title of the setting tile to show the background of the notes tiles." @@ -161,6 +149,18 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "Títulos apenas", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "Mostrar apenas os títulos das notas", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "Desabilitar títulos somente na tela de pesquisa", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, "settings_behavior": "Comportamento", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -471,10 +471,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Anotação", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Link", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." diff --git a/lib/l10n/translations/app_ru.arb b/lib/l10n/translations/app_ru.arb index bf16ac5e..86ac5374 100644 --- a/lib/l10n/translations/app_ru.arb +++ b/lib/l10n/translations/app_ru.arb @@ -113,10 +113,6 @@ "@settings_page_appearance": { "description": "Title of the settings page regarding the application's appearance." }, - "settings_page_appearance_description": "Язык, тема оформления, шрифты, стиль заметок", - "@settings_page_appearance_description": { - "description": "Description of the appearance settings page." - }, "settings_language": "Язык", "@settings_language": { "description": "Title of the language setting tile." @@ -181,9 +177,21 @@ "@settings_editor_font_description": { "description": "Description of the setting tile to choose the font of the app." }, - "settings_appearance_section_notes_tiles": "Стиль заметок", - "@settings_appearance_section_notes_tiles": { - "description": "Title of the section regarding the notes tiles under the appearance settings." + "settings_show_tiles_background": "Фон", + "@settings_show_tiles_background": { + "description": "Title of the setting tile to show the background of the notes tiles." + }, + "settings_show_tiles_background_description": "Показывать фон заметок", + "@settings_show_tiles_background_description": { + "description": "Description of the setting tile to show the background of the notes tiles." + }, + "settings_show_separators": "Разделители", + "@settings_show_separators": { + "description": "Title of the setting tile to show the separators between the notes tiles." + }, + "settings_show_separators_description": "Показать разделитель между заметками", + "@settings_show_separators_description": { + "description": "Description of the setting tile to show the separators between the notes tiles." }, "settings_show_titles_only": "Только заголовки", "@settings_show_titles_only": { @@ -201,22 +209,6 @@ "@settings_show_titles_only_disable_in_search_view_description": { "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." }, - "settings_show_tiles_background": "Фон", - "@settings_show_tiles_background": { - "description": "Title of the setting tile to show the background of the notes tiles." - }, - "settings_show_tiles_background_description": "Показывать фон заметок", - "@settings_show_tiles_background_description": { - "description": "Description of the setting tile to show the background of the notes tiles." - }, - "settings_show_separators": "Разделители", - "@settings_show_separators": { - "description": "Title of the setting tile to show the separators between the notes tiles." - }, - "settings_show_separators_description": "Показать разделитель между заметками", - "@settings_show_separators_description": { - "description": "Description of the setting tile to show the separators between the notes tiles." - }, "settings_behavior": "Поведение", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -635,10 +627,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Заметка", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Ссылка", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." diff --git a/lib/l10n/translations/app_tr.arb b/lib/l10n/translations/app_tr.arb index 89224551..7152719a 100644 --- a/lib/l10n/translations/app_tr.arb +++ b/lib/l10n/translations/app_tr.arb @@ -149,22 +149,6 @@ "@settings_black_theming_description": { "description": "Description of the black theming setting tile." }, - "settings_show_titles_only": "Sadece başlıklar", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_description": "Yalnızca notların başlıklarını gösterin", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." - }, - "settings_show_titles_only_disable_in_search_view": "Başlıkları yalnızca arama görünümünde devre dışı bırak", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." - }, - "settings_show_titles_only_disable_in_search_view_description": "Arama görünümündeyken yalnızca başlıkları gösterme seçeneğini devre dışı bırakın", - "@settings_show_titles_only_disable_in_search_view_description": { - "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." - }, "settings_show_tiles_background": "Arkaplan", "@settings_show_tiles_background": { "description": "Title of the setting tile to show the background of the notes tiles." @@ -181,6 +165,22 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "Sadece başlıklar", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "Yalnızca notların başlıklarını gösterin", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "Başlıkları yalnızca arama görünümünde devre dışı bırak", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "Arama görünümündeyken yalnızca başlıkları gösterme seçeneğini devre dışı bırakın", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, "settings_behavior": "Davranış", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -571,10 +571,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "Not", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "Bağlantı", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." diff --git a/lib/l10n/translations/app_zh.arb b/lib/l10n/translations/app_zh.arb index fa715a42..a34e38ce 100644 --- a/lib/l10n/translations/app_zh.arb +++ b/lib/l10n/translations/app_zh.arb @@ -7,7 +7,7 @@ "@app_tagline": { "description": "Tagline of the application, shown in the about popup." }, - "app_about": "{appName} 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。它在本地存储笔记,并且没有任何互联网权限,因此您是唯一可以访问笔记的人。", + "app_about": "{appName} 是基于文本的笔记应用程序,旨在简单。它包含 Material 设计。它在本地存储笔记,并且没有任何互联网权限,因此只有您可以访问笔记。", "@app_about": { "description": "Description of the application, shown in the about popup.", "placeholders": { @@ -77,6 +77,10 @@ "@navigation_settings_appearance": { "description": "Title of the settings page regarding the application's appearance." }, + "navigation_settings_notes_tiles": "笔记磁贴", + "@navigation_settings_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles appearance." + }, "navigation_settings_behavior": "行为", "@navigation_settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -93,7 +97,7 @@ "@navigation_settings_backup": { "description": "Title of the settings page regarding the backup functionality." }, - "navigation_settings_accessibility": "无障碍功能", + "navigation_settings_accessibility": "无障碍", "@navigation_settings_accessibility": { "description": "Title of the settings page regarding the accessibility." }, @@ -113,7 +117,7 @@ "@settings_page_appearance": { "description": "Title of the settings page regarding the application's appearance." }, - "settings_page_appearance_description": "语言、主题、字体、笔记磁贴", + "settings_page_appearance_description": "语言、主题、字体", "@settings_page_appearance_description": { "description": "Description of the appearance settings page." }, @@ -149,7 +153,7 @@ "@settings_dynamic_theming": { "description": "Title of the dynamic theming setting tile (to use colors generated from the system)." }, - "settings_dynamic_theming_description": "从系统生成颜色", + "settings_dynamic_theming_description": "从系统生成配色", "@settings_dynamic_theming_description": { "description": "Description of the dynamic theming setting tile." }, @@ -181,25 +185,21 @@ "@settings_editor_font_description": { "description": "Description of the setting tile to choose the font of the app." }, - "settings_appearance_section_notes_tiles": "笔记磁贴", - "@settings_appearance_section_notes_tiles": { - "description": "Title of the section regarding the notes tiles under the appearance settings." + "settings_page_notes_tiles": "笔记磁贴", + "@settings_page_notes_tiles": { + "description": "Title of the settings page regarding the notes tiles." }, - "settings_show_titles_only": "仅标题", - "@settings_show_titles_only": { - "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + "settings_page_notes_tiles_description": "外观、内容", + "@settings_page_notes_tiles_description": { + "description": "Description of the notes tiles settings page." }, - "settings_show_titles_only_description": "仅显示笔记的标题", - "@settings_show_titles_only_description": { - "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + "settings_page_notes_tiles_appearance_section": "外观", + "@settings_page_notes_tiles_appearance_section": { + "description": "Title of the section regarding the appearance under the notes tiles settings." }, - "settings_show_titles_only_disable_in_search_view": "仅在搜索视图中禁用标题", - "@settings_show_titles_only_disable_in_search_view": { - "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." - }, - "settings_show_titles_only_disable_in_search_view_description": "禁用在搜索视图中仅显示标题的选项", - "@settings_show_titles_only_disable_in_search_view_description": { - "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + "settings_page_notes_tiles_content_section": "内容", + "@settings_page_notes_tiles_content_section": { + "description": "Title of the section regarding the content under the notes tiles settings." }, "settings_show_tiles_background": "背景", "@settings_show_tiles_background": { @@ -217,6 +217,30 @@ "@settings_show_separators_description": { "description": "Description of the setting tile to show the separators between the notes tiles." }, + "settings_show_titles_only": "仅标题", + "@settings_show_titles_only": { + "description": "Title of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_description": "仅显示笔记的标题", + "@settings_show_titles_only_description": { + "description": "Description of the setting tile to only show the titles of the notes in the notes tiles." + }, + "settings_show_titles_only_disable_in_search_view": "仅在搜索视图中禁用标题", + "@settings_show_titles_only_disable_in_search_view": { + "description": "Title of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_show_titles_only_disable_in_search_view_description": "禁用在搜索视图中仅显示标题的选项", + "@settings_show_titles_only_disable_in_search_view_description": { + "description": "Description of the setting tile to disable only showing the titles of the notes in the search view." + }, + "settings_content_preview_max_lines": "最大预览行数", + "@settings_content_preview_max_lines": { + "description": "Title of the setting tile to choose the maximum number of content preview lines to show." + }, + "settings_content_preview_max_lines_description": "要显示的内容预览的最大行数", + "@settings_content_preview_max_lines_description": { + "description": "Description of the setting tile to choose the maximum number of content preview lines to show." + }, "settings_behavior": "行为", "@settings_behavior": { "description": "Title of the settings page regarding the application's behavior." @@ -487,7 +511,7 @@ "@settings_auto_export_directory_description": { "description": "Description of the settings tile to choose the directory where to save the automatic exports." }, - "settings_accessibility": "无障碍功能", + "settings_accessibility": "无障碍", "@settings_accessibility": { "description": "Title of the settings page regarding the accessibility." }, @@ -635,10 +659,6 @@ "@hint_title": { "description": "Hint for the text field of the title of the notes." }, - "hint_note": "笔记", - "@hint_note": { - "description": "Hint for the text field of the content of the notes." - }, "hint_link": "链接", "@hint_link": { "description": "Hint for the link text field in the dialog to add a link in the editor." @@ -917,6 +937,10 @@ "@about_last_edited": { "description": "Date when the note was edited for the last time." }, + "about_type": "类型", + "@about_type": { + "description": "Type of the note." + }, "about_created": "创建时间", "@about_created": { "description": "Date when the note was created." @@ -1000,5 +1024,17 @@ "welcome_note_content": "简单、本地、Material 设计笔记", "@welcome_note_content": { "description": "Content of the welcome note automatically created on the first run of the application." + }, + "font_system_default": "系统默认", + "@font_system_default": { + "description": "Name of the font settings that uses the default font of the system." + }, + "note_type_plain_text": "纯文本", + "@note_type_plain_text": { + "description": "Note with plain text." + }, + "note_type_rich_text": "富文本", + "@note_type_rich_text": { + "description": "Note with rich text." } } \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index 118a2644..1106de7f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -524,10 +524,10 @@ packages: dependency: "direct main" description: name: flutter_secure_storage - sha256: "1913841ac4c7bf57cd2e05b717e1fbff7841b542962feff827b16525a781b3e4" + sha256: "9cad52d75ebc511adfae3d447d5d13da15a55a92c9410e50f67335b6d21d16ea" url: "https://pub.dev" source: hosted - version: "9.2.3" + version: "9.2.4" flutter_secure_storage_linux: dependency: transitive description: @@ -1159,10 +1159,10 @@ packages: dependency: "direct main" description: name: saf_stream - sha256: "197eeaf7f81825ac000a3ca18c3a8ca690b9a88988de73acb27a69634cb32156" + sha256: ef99215c0c3aaabc6a4b1ba403edf02244ffae727b6e1591d4681955f960750a url: "https://pub.dev" source: hosted - version: "0.10.2" + version: "0.11.0" saf_util: dependency: "direct main" description: @@ -1183,10 +1183,10 @@ packages: dependency: "direct main" description: name: settings_tiles - sha256: "939e30a00dc58c497faa05223e274c80f33d31ccd6e31c01d4d6ea4cdd910a64" + sha256: cb991130b4c87e7284941a7cd7c58ed7332d04aa6014f7b6f407db4a3407232d url: "https://pub.dev" source: hosted - version: "2.0.4" + version: "4.0.0" share_plus: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index ae395606..c11c5301 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: localmaterialnotes description: Simple, local, material design notes repository: https://github.com/maelchiotti/LocalMaterialNotes -version: 1.11.0+24 +version: 1.12.0+25 publish_to: none environment: @@ -31,7 +31,7 @@ dependencies: flutter_mimir: ^0.1.6 flutter_native_splash: ^2.4.4 flutter_riverpod: ^2.6.1 - flutter_secure_storage: ^9.2.3 + flutter_secure_storage: ^9.2.4 flutter_staggered_grid_view: ^0.7.0 gap: ^3.0.1 intl: ^0.19.0 @@ -58,10 +58,10 @@ dependencies: ref: 2cea396843cd3ab1b5ec4334be4233864637874e restart_app: ^1.3.2 riverpod_annotation: ^2.6.1 - saf_stream: ^0.10.2 + saf_stream: ^0.11.0 saf_util: ^0.6.1 sanitize_filename: ^1.0.5 - settings_tiles: ^2.0.4 + settings_tiles: ^4.0.0 share_plus: ^10.1.3 shared_preferences: ^2.3.5 simple_icons: ^10.1.3