mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 16:27:31 +00:00
Corrections and new textes
Corrected the wrong TAB in i10n.dart and added translations of new text items
This commit is contained in:
parent
f0903a8118
commit
c47e38debe
@ -138,7 +138,6 @@
|
||||
"skip_non_music": "Salta i segmenti non di musica (SponsorBlock)",
|
||||
"blacklist_description": "Tracce e artisti in blacklist",
|
||||
"wait_for_download_to_finish": "Prego attendere che lo scaricamento corrente finisca",
|
||||
"download_lyrics": "Scarica testi insieme alle tracce",
|
||||
"desktop": "Desktop",
|
||||
"close_behavior": "Comportamento Chiusura",
|
||||
"close": "Chiudi",
|
||||
@ -264,4 +263,21 @@
|
||||
"use_system_title_bar": "Usa la barra del titolo di sistema",
|
||||
"crunching_results": "Elaborazione risultati...",
|
||||
"search_to_get_results": "Cerca per ottenere risultati"
|
||||
"use_amoled_mode": "Usa modalità AMOLED",
|
||||
"pitch_dark_theme": "Tema nero profondo",
|
||||
"normalize_audio": "Normalizza audio",
|
||||
"change_cover": "Cambia copertina",
|
||||
"add_cover": "Aggiungi copertina",
|
||||
"restore_defaults": "Ripristina default",
|
||||
"download_music_codec": "Codec musicale scaricamento",
|
||||
"streaming_music_codec": "Codec musicale streaming",
|
||||
"login_with_lastfm": "Accesso a Last.fm",
|
||||
"connect": "Connetti",
|
||||
"disconnect_lastfm": "Disconnetti Last.fm",
|
||||
"disconnect": "Disconnetti",
|
||||
"username": "Nome utente",
|
||||
"password": "Password",
|
||||
"login": "Accesso",
|
||||
"login_with_your_lastfm": "Accedi con il tuo account Last.fm",
|
||||
"scrobble_to_lastfm": "Invia a Last.fm"
|
||||
}
|
||||
@ -6,6 +6,7 @@
|
||||
/// iceyear@github => Simplified Chinese
|
||||
/// TexturedPolak@github => Polish
|
||||
/// yuri-val@github => Ukrainian
|
||||
/// energywave@github => Italian
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class L10n {
|
||||
@ -18,7 +19,7 @@ class L10n {
|
||||
const Locale("fa", "IR"),
|
||||
const Locale('fr', 'FR'),
|
||||
const Locale('hi', 'IN'),
|
||||
const locale('it', 'IT'),
|
||||
const locale('it', 'IT'),
|
||||
const Locale('ja', 'JP'),
|
||||
const Locale('zh', 'CN'),
|
||||
const Locale('pl', 'PL'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user