Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/i18n/_missing_translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -777,9 +777,6 @@ hu:
lockAxisAlignedPan(OUTDATED): Lock panning to horizontal or vertical
needsToSaveBeforeExiting(OUTDATED): Saving your changes... You can safely exit the editor when it's done
it:
settings:
prefLabels:
useYaruTitleBar(OUTDATED): Use themed title bar
ja:
common:
done(OUTDATED): Done
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/it.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ settings:
layoutSize: Dimensione layout
customAccentColor: Colore personalizzato
hyperlegibleFont: Carattere iperleggibile
useYaruTitleBar(OUTDATED): Utilizza la barra del titolo a tema
useYaruTitleBar: Usare la barra del titolo a tema
shouldCheckForUpdates: Controlla automaticamente gli aggiornamenti di Saber
shouldAlwaysAlertForUpdates: Aggiornamenti veloci
allowInsecureConnections: Consenti connessioni non sicure
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/strings_it.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ class _TranslationsSettingsPrefLabelsIt extends TranslationsSettingsPrefLabelsEn
@override String get layoutSize => 'Dimensione layout';
@override String get customAccentColor => 'Colore personalizzato';
@override String get hyperlegibleFont => 'Carattere iperleggibile';
@override String get useYaruTitleBar => 'Utilizza la barra del titolo a tema';
@override String get useYaruTitleBar => 'Usare la barra del titolo a tema';
@override String get shouldCheckForUpdates => 'Controlla automaticamente gli aggiornamenti di Saber';
@override String get shouldAlwaysAlertForUpdates => 'Aggiornamenti veloci';
@override String get allowInsecureConnections => 'Consenti connessioni non sicure';
Expand Down