From 4aed05a8923a7f76799bbaa254f407f7e11fef0b Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 12 Nov 2017 04:03:41 -0500 Subject: Translations (#482) * Update translators * Remove translation for some other texts * Update kau * Fix build and optimize * Add translations * Update readme and changelog * Clean unnecessary strings * Fix translations * Add korean translations for kau --- app/src/main/res/values-de/strings_pref_debug.xml | 1 - app/src/main/res/values-de/strings_web_context.xml | 3 -- app/src/main/res/values-es/strings_pref_debug.xml | 1 - app/src/main/res/values-es/strings_web_context.xml | 3 -- app/src/main/res/values-fr/strings_pref_debug.xml | 1 - app/src/main/res/values-fr/strings_web_context.xml | 3 -- app/src/main/res/values-it/strings.xml | 47 +++++++++++++++++++++ app/src/main/res/values-it/strings_download.xml | 14 +++++++ app/src/main/res/values-it/strings_errors.xml | 8 ++++ app/src/main/res/values-it/strings_intro.xml | 16 +++++++ app/src/main/res/values-it/strings_play_store.xml | 17 ++++++++ .../main/res/values-it/strings_pref_appearance.xml | 20 +++++++++ .../main/res/values-it/strings_pref_behaviour.xml | 23 ++++++++++ app/src/main/res/values-it/strings_pref_debug.xml | 9 ++++ .../res/values-it/strings_pref_experimental.xml | 12 ++++++ app/src/main/res/values-it/strings_pref_feed.xml | 19 +++++++++ .../main/res/values-it/strings_pref_networks.xml | 6 +++ .../res/values-it/strings_pref_notifications.xml | 27 ++++++++++++ app/src/main/res/values-it/strings_preferences.xml | 24 +++++++++++ app/src/main/res/values-it/strings_web_context.xml | 10 +++++ app/src/main/res/values-ko/strings.xml | 49 ++++++++++++++++++++++ app/src/main/res/values-ko/strings_download.xml | 14 +++++++ app/src/main/res/values-ko/strings_errors.xml | 8 ++++ app/src/main/res/values-ko/strings_intro.xml | 16 +++++++ app/src/main/res/values-ko/strings_play_store.xml | 17 ++++++++ .../main/res/values-ko/strings_pref_appearance.xml | 20 +++++++++ .../main/res/values-ko/strings_pref_behaviour.xml | 22 ++++++++++ app/src/main/res/values-ko/strings_pref_debug.xml | 7 ++++ .../res/values-ko/strings_pref_experimental.xml | 12 ++++++ app/src/main/res/values-ko/strings_pref_feed.xml | 19 +++++++++ .../main/res/values-ko/strings_pref_networks.xml | 6 +++ .../res/values-ko/strings_pref_notifications.xml | 27 ++++++++++++ app/src/main/res/values-ko/strings_preferences.xml | 25 +++++++++++ app/src/main/res/values-ko/strings_web_context.xml | 10 +++++ app/src/main/res/values-vi/strings.xml | 47 +++++++++++++++++++++ app/src/main/res/values-vi/strings_download.xml | 14 +++++++ app/src/main/res/values-vi/strings_errors.xml | 8 ++++ app/src/main/res/values-vi/strings_intro.xml | 16 +++++++ app/src/main/res/values-vi/strings_play_store.xml | 18 ++++++++ .../main/res/values-vi/strings_pref_appearance.xml | 20 +++++++++ .../main/res/values-vi/strings_pref_behaviour.xml | 22 ++++++++++ app/src/main/res/values-vi/strings_pref_debug.xml | 8 ++++ .../res/values-vi/strings_pref_experimental.xml | 12 ++++++ app/src/main/res/values-vi/strings_pref_feed.xml | 19 +++++++++ .../main/res/values-vi/strings_pref_networks.xml | 6 +++ .../res/values-vi/strings_pref_notifications.xml | 27 ++++++++++++ app/src/main/res/values-vi/strings_preferences.xml | 24 +++++++++++ app/src/main/res/values-vi/strings_web_context.xml | 10 +++++ app/src/main/res/values/strings_pref_debug.xml | 2 +- app/src/main/res/values/strings_web_context.xml | 6 +-- app/src/main/res/xml/frost_changelog.xml | 6 +-- 51 files changed, 762 insertions(+), 19 deletions(-) create mode 100644 app/src/main/res/values-it/strings.xml create mode 100644 app/src/main/res/values-it/strings_download.xml create mode 100644 app/src/main/res/values-it/strings_errors.xml create mode 100644 app/src/main/res/values-it/strings_intro.xml create mode 100644 app/src/main/res/values-it/strings_play_store.xml create mode 100644 app/src/main/res/values-it/strings_pref_appearance.xml create mode 100644 app/src/main/res/values-it/strings_pref_behaviour.xml create mode 100644 app/src/main/res/values-it/strings_pref_debug.xml create mode 100644 app/src/main/res/values-it/strings_pref_experimental.xml create mode 100644 app/src/main/res/values-it/strings_pref_feed.xml create mode 100644 app/src/main/res/values-it/strings_pref_networks.xml create mode 100644 app/src/main/res/values-it/strings_pref_notifications.xml create mode 100644 app/src/main/res/values-it/strings_preferences.xml create mode 100644 app/src/main/res/values-it/strings_web_context.xml create mode 100644 app/src/main/res/values-ko/strings.xml create mode 100644 app/src/main/res/values-ko/strings_download.xml create mode 100644 app/src/main/res/values-ko/strings_errors.xml create mode 100644 app/src/main/res/values-ko/strings_intro.xml create mode 100644 app/src/main/res/values-ko/strings_play_store.xml create mode 100644 app/src/main/res/values-ko/strings_pref_appearance.xml create mode 100644 app/src/main/res/values-ko/strings_pref_behaviour.xml create mode 100644 app/src/main/res/values-ko/strings_pref_debug.xml create mode 100644 app/src/main/res/values-ko/strings_pref_experimental.xml create mode 100644 app/src/main/res/values-ko/strings_pref_feed.xml create mode 100644 app/src/main/res/values-ko/strings_pref_networks.xml create mode 100644 app/src/main/res/values-ko/strings_pref_notifications.xml create mode 100644 app/src/main/res/values-ko/strings_preferences.xml create mode 100644 app/src/main/res/values-ko/strings_web_context.xml create mode 100644 app/src/main/res/values-vi/strings.xml create mode 100644 app/src/main/res/values-vi/strings_download.xml create mode 100644 app/src/main/res/values-vi/strings_errors.xml create mode 100644 app/src/main/res/values-vi/strings_intro.xml create mode 100644 app/src/main/res/values-vi/strings_play_store.xml create mode 100644 app/src/main/res/values-vi/strings_pref_appearance.xml create mode 100644 app/src/main/res/values-vi/strings_pref_behaviour.xml create mode 100644 app/src/main/res/values-vi/strings_pref_debug.xml create mode 100644 app/src/main/res/values-vi/strings_pref_experimental.xml create mode 100644 app/src/main/res/values-vi/strings_pref_feed.xml create mode 100644 app/src/main/res/values-vi/strings_pref_networks.xml create mode 100644 app/src/main/res/values-vi/strings_pref_notifications.xml create mode 100644 app/src/main/res/values-vi/strings_preferences.xml create mode 100644 app/src/main/res/values-vi/strings_web_context.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/values-de/strings_pref_debug.xml b/app/src/main/res/values-de/strings_pref_debug.xml index 5989e81a..f8ca9f82 100644 --- a/app/src/main/res/values-de/strings_pref_debug.xml +++ b/app/src/main/res/values-de/strings_pref_debug.xml @@ -4,5 +4,4 @@ Debugging ist aktiviert! Geh zurück zu den Einstellungen. Obwohl die meisten privaten Inhalte automatisch in dem Bericht entfernt werden, können einige sensible Informationen noch immer enthalten sein. Bitte schaue dir vor dem senden den debug Bericht an. Klicke eine der folgenden Optionen, dann wird eine e-Mail mit deinen Daten erstellt. Unvollständiger Bericht - Frost für Facebook: Debug Bericht diff --git a/app/src/main/res/values-de/strings_web_context.xml b/app/src/main/res/values-de/strings_web_context.xml index d4346ec8..d5201101 100644 --- a/app/src/main/res/values-de/strings_web_context.xml +++ b/app/src/main/res/values-de/strings_web_context.xml @@ -3,11 +3,8 @@ Link teilen Link zu debuggen - Frost für Facebook: Debug Link - Schreiben Sie hier. Bitte beachten Sie, dass Ihr Link private Informationen enthalten kann, aber ich werde nicht in der Lage sein sie zu sehen, so lange er nicht öffentlich ist. Der Url wird mir beim Debuggen helfen. Wenn der Link nicht sofort lädt können sie auch eine E-Mail an mich senden um mir beim debuggen zu helfen. Beim Klick auf Okay wir die E-Mail App geöffnet Öffne Link Link kopieren Kopiere Text - Frost für Facebook: Bild Debugging Link diff --git a/app/src/main/res/values-es/strings_pref_debug.xml b/app/src/main/res/values-es/strings_pref_debug.xml index 03ae4d1a..177853d1 100644 --- a/app/src/main/res/values-es/strings_pref_debug.xml +++ b/app/src/main/res/values-es/strings_pref_debug.xml @@ -4,5 +4,4 @@ Sección de Depuración habilitada! Vuelve al menú de configuración. Aunque la mayor parte del contenido privado se elimina en el reporte, algunos datos sencibles pueden seguir siendo visibles.\nPor favor, echa un vistazo al informe de errores antes de enviarlo.\n\nAl hacer clic en una de las siguientes opciones, se preparará una respuesta por correo electrónico con los datos de la página web. Reporte incompleto - Frost for Facebook: Debug report diff --git a/app/src/main/res/values-es/strings_web_context.xml b/app/src/main/res/values-es/strings_web_context.xml index debd2f80..3e61b2b9 100644 --- a/app/src/main/res/values-es/strings_web_context.xml +++ b/app/src/main/res/values-es/strings_web_context.xml @@ -3,11 +3,8 @@ Compartir enlace Depurar enlace - Frost for Facebook: Link Debug - Escribe aquí. Ten en cuenta que el enlace puede contener información privada, pero no podré verla puesto que la publicación no es pública. Sin embargo, la url aún podrá ser depurada. Si un enlace no carga correctamente, puedes enviarme un correo electrónico para brindarte ayuda. Presiona okay para abrir una solicitud de correo electrónico Abrir enlace Copiar enlace Copiar texto - Frost for Facebook: Image Link Debug diff --git a/app/src/main/res/values-fr/strings_pref_debug.xml b/app/src/main/res/values-fr/strings_pref_debug.xml index 88af282e..542c2ebe 100644 --- a/app/src/main/res/values-fr/strings_pref_debug.xml +++ b/app/src/main/res/values-fr/strings_pref_debug.xml @@ -4,5 +4,4 @@ Section de débogage est activé ! Revenir aux réglages. Bien que le contenu privé est automatiquement supprimé dans le rapport, certaines informations sensibles peuvent être encore visibles. \nVeuillez donc vérifier le rapport de débogage avant de l’envoyer. \n\nChoisir une des options ci-dessous vous préparera un courriel avec les données de la page web. Rapport incomplet - Frost pour Facebook : Rapport de Débogage diff --git a/app/src/main/res/values-fr/strings_web_context.xml b/app/src/main/res/values-fr/strings_web_context.xml index ddfdcb22..cb075069 100644 --- a/app/src/main/res/values-fr/strings_web_context.xml +++ b/app/src/main/res/values-fr/strings_web_context.xml @@ -3,11 +3,8 @@ Partager un lien Déboguer le lien - Frost pour Facebook: Déboguage de lien - Écrivez ici. Notez que votre lien peut contenir de l\'information privé, mais je ne pourrai pas le voir étant donné que la publication n\'est pas publique. Le url aidera tout de même au débogage. Si un lien ne charge pas correctement, vous pouvez m\'envoyer un courriel pour que je puisse aider à le déboguer. Cliquer sur okay ouvrira une demande de courriel Ouvrir un lien Copier le lien Copier le texte - Frost pour Facebook: Déboguage de lien d\'image diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml new file mode 100644 index 00000000..6e604e04 --- /dev/null +++ b/app/src/main/res/values-it/strings.xml @@ -0,0 +1,47 @@ + + + + + Notizie + Più recenti + Migliori Storie + Profilo + Segnalibri + Eventi + Amici + Messaggi + Notifiche + Registro Attività + Pagine + Gruppi + Salvati + Compleanni + Chat + Foto + Note + Accadde Oggi + + Preparando l\'occorrente… + Benvenuto %s + Scegli l\'Account Facebook + L\'account non è presente nel database + Notifiche di Frost + Richiede un tema personalizzato + Soggetto + Condividi + Scorri a destra per tornare alla schermata precedente. + Immagine Profilo + Nuovo Messaggio + Nessun testo + Mostra tutti i risultati + + Frost è un\'alternativa completamente personalizzabile e completamente funzionante all\'app ufficiale di Facebook; Scritta da zero e fieramente open source. + Frost FAQ + + Sì è verificato un errore nell\'estrazione del codice html. + La richiesta è stata cancellata. + La richiesta è scaduta. + Gestore file non trovato + Barra in Superiore + Barra Inferiore + diff --git a/app/src/main/res/values-it/strings_download.xml b/app/src/main/res/values-it/strings_download.xml new file mode 100644 index 00000000..5c23fc78 --- /dev/null +++ b/app/src/main/res/values-it/strings_download.xml @@ -0,0 +1,14 @@ + + + + Scegli Immagine + Download + Download in corso… + Immagine scaricata + Download immagine fallito + Condivisione immagine fallita + Video in Download + Video Scaricato + Download in corso + File scaricato + diff --git a/app/src/main/res/values-it/strings_errors.xml b/app/src/main/res/values-it/strings_errors.xml new file mode 100644 index 00000000..3dccb761 --- /dev/null +++ b/app/src/main/res/values-it/strings_errors.xml @@ -0,0 +1,8 @@ + + + + Ricevuto url vuoto; uscita + Impossibile caricare l\'url correttamente. Vuoi segnalarlo? + Url per la condivisione non valido + Hai selezionato un blocco di testo che non è un url. Il testo è stato copiato negli appunti in modo da poterlo condividere manualmente. + diff --git a/app/src/main/res/values-it/strings_intro.xml b/app/src/main/res/values-it/strings_intro.xml new file mode 100644 index 00000000..4fab37a9 --- /dev/null +++ b/app/src/main/res/values-it/strings_intro.xml @@ -0,0 +1,16 @@ + + + + Salta + Benvenuto in Frost + Scorri per continuare + Seleziona un tema + Account multipli + Aggiungi e cambia account direttamente dalla barra di navigazione.\nPremi sull\'avatar per andare sul tuo profilo. + Navigazione Facile + Scorri attraverso le visualizzazioni, e tocca l\'icona della scheda per tornare in cima.\nTocca l\'icona di nuovo per ricaricare la pagina. + Consapevole del Contenuto + Premi a lungo sui link per copiarli e condividerli.\nPremi a lungo sulle immagini per ingrandirle e scaricarle.\nPremi a lungo sulle schede per lo scroll orizzontale. + Iniziamo! + Tocca ovunque per continuare + diff --git a/app/src/main/res/values-it/strings_play_store.xml b/app/src/main/res/values-it/strings_play_store.xml new file mode 100644 index 00000000..4ac14487 --- /dev/null +++ b/app/src/main/res/values-it/strings_play_store.xml @@ -0,0 +1,17 @@ + + + + Frost Pro Trovato! + Sembra che tu abbia Frost Pro! Ricaricheremo l\'app così che possa sfruttare fantastiche funzioni! + Grazie per il tuo supporto! Goditi tutte le funzioni di Frost.\n\nSe ti piace l\'app, per favore vota e supporta questo progetto open source.\n\nSe hai qualche commento, non esitare e contattami! + Sembra che tu sia un utente Pro, ma non siamo riusciti a trovare le tue informazioni sull\'acquisto. Se l\'errore persiste per favore prova a pulire la cache del Play Store e reinstallare l\'app. + Sembra che questa versione dell\'app non sia in grado di completare l\'acquisto. Reinstalla l\'app dal Play Store se l\'errore persiste.\nSe vorresti donare senza ricevere funzionalità aggiuntive, puoi farlo tramite PayPal. + Grazie! + Acquisto Ripristinato + Frost Pro è stato ripristinato. Goditi le funzioni! + Sembra che tu non abbia la versione pro. Se pensi che sia un errore, contattami ed allega la tua ricevuta di pagamento. + Ripristino acquisti… + Personalizzato [Pro] + Uh Oh + Ricarica + diff --git a/app/src/main/res/values-it/strings_pref_appearance.xml b/app/src/main/res/values-it/strings_pref_appearance.xml new file mode 100644 index 00000000..e86fd73a --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_appearance.xml @@ -0,0 +1,20 @@ + + + + Personalizzazione del Tema + Tema + Colore del testo + Colore Secondario + Colore di Sfondo + Colore intestazione + Colore dell\'Icona + Personalizzazione Globale + Layout Pagina Principale + Imposta Layout + Icone Arrotondate + Le immagini profilo e le conversazioni di gruppo saranno arrotondate + Barra di Navigazione in tinta + La barra di navigazione sarà dello stesso colore dell\'intestazione + Scala del Testo + Testo di Esempio; Tieni premuta la percentuale per reimpostare. + diff --git a/app/src/main/res/values-it/strings_pref_behaviour.xml b/app/src/main/res/values-it/strings_pref_behaviour.xml new file mode 100644 index 00000000..90e32d29 --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_behaviour.xml @@ -0,0 +1,23 @@ + + + + Animazioni Avanzate + Mostra le pagine web usando modulazioni e transizioni animate + Abilita Sovrapposizioni + La maggior parte dei link si aprirà in sovrapposizione così potrai tornare facilmente alla schermata di partenza. +Si noti che potrebbe causare un caricamento leggermente più lungo dovuto al fatto che l\'intera pagina deve essere ricaricata. + Sovrapposizione a Tutto Schermo Scorri per Annullare + Scorri a destra da qualsiasi punto di una pagina web in sovrapposizione per chiudere il browser. Se disabilitato, funzionerà solo scorrendo dal bordo sinistro. + Apri i Link nell\'Applicazione di Default + Quando Possibile, apri i link nell\'applicazione di default piuttosto che attraverso le sovrapposizioni di Frost + Scorri tra Viewpager + Permette di scorrere sulle pagine delle schermate principali per cambiare sezione. + Barra di Ricerca + Abilita la barra di ricerca al posto di un pannello ricerca sovrapposto + Salta all\'ultimo messaggio + Quando carichi una conversazione, si attiva uno scorrimento fino al fondo della pagina piuttosto che caricarla com\'è. + Conferma Uscita + Mostra un avviso prima di uscire dall\'applicazione + Statistiche + Abilita le statistiche anonime per migliorare l\'applicazione. Nessun informazione personale sarà mai pubblicata. + diff --git a/app/src/main/res/values-it/strings_pref_debug.xml b/app/src/main/res/values-it/strings_pref_debug.xml new file mode 100644 index 00000000..7b1e1371 --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_debug.xml @@ -0,0 +1,9 @@ + + + + La sezione debugging è attiva! Torna indietro alle impostazioni. + Nonostante la maggior parte del contenuto privato sia stato rimosso automaticamente dal bug report, alcune informazioni personali potrebbero essere ancora visibili. + \nPer favore dai un\'occhiata al report prima di inviarlo. + \nCliccando su una delle opzioni sottostanti preparerà un\'email con i dati della schermata. + Report incompleto + diff --git a/app/src/main/res/values-it/strings_pref_experimental.xml b/app/src/main/res/values-it/strings_pref_experimental.xml new file mode 100644 index 00000000..884a67f9 --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_experimental.xml @@ -0,0 +1,12 @@ + + + + Disclaimer + Le funzioni sperimentali potrebbero essere instabili e potrebbero non giungere mai al rilascio. Usale a tuo rischio, manda il tuo feedback e sentiti libero di disabilitarle se non funzionano bene. + Experimental di Default + Ti senti temerario o vuoi solo aiutarci con il debugging? Attivandolo abiliterai le funzioni sperimentali di default. + Log Dettagliato + Abilita log dettagliati per aiutare con il report dei crash. Il log verrà mandato solamente quando verrà riscontrato un errore, quindi ricrea la situazione per evidenziare la dev. Verrà automaticamente disattivato se si riavvia l\'applicazione. + Riavvia Frost + L\'analisi dei crash sarà inviata solamente quando avviene un crash oppure se l\'errore provoca il riavvio dell\'applicazione. Cliccando qui l\'applicazione sarà riavvia e verrà rimosso ogni problema riscontrato finora. + diff --git a/app/src/main/res/values-it/strings_pref_feed.xml b/app/src/main/res/values-it/strings_pref_feed.xml new file mode 100644 index 00000000..0a7c992e --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_feed.xml @@ -0,0 +1,19 @@ + + + + Ordine della Sezione Notizie + Definisce l\'ordine in cui sono mostrati i post + Recenti Aggressivi + Filtra ulteriori post vecchi dalla sezione originale più recenti di Facebook. Disabilita se il tuo feed è vuoto. + Impostazioni Video Autoplay + Abilita/disabilita l\'autoplay dei video per un periodo o sempre.\nQueste impostazioni sono indipendenti da quelle per desktop. + Compositore di Stato + Mostra la casella per comporre uno stato nelle Notizie + Funzionalità Pro + Amici Suggeriti + Mostra \"Persone Che Potresti Conoscere\" nel feed + Gruppi Suggeriti + Mostra \"Gruppi Suggeriti\" nel feed + Pubblicità Facebook + Mostra le pubblicità native di Facebook + diff --git a/app/src/main/res/values-it/strings_pref_networks.xml b/app/src/main/res/values-it/strings_pref_networks.xml new file mode 100644 index 00000000..cf37a64c --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_networks.xml @@ -0,0 +1,6 @@ + + + + Disabilita le immagini su reti a consumo. + Se rilevata una connessione a consumo, Frost non caricherà nessun immagine o video. + diff --git a/app/src/main/res/values-it/strings_pref_notifications.xml b/app/src/main/res/values-it/strings_pref_notifications.xml new file mode 100644 index 00000000..80ef2b5b --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_notifications.xml @@ -0,0 +1,27 @@ + + + + Frequenza Notifiche + Nessuna Notifica + Parole Chiave + Non mostrare notifiche contenenti una qualunque di queste parole chiave. + Aggiungi parola chiave + Inserisci parola chiave e premi + + Parola Chiave Vuota + Notifica da tutti gli account + Ricevi notifiche per ogni account registrato. Disattivando questa opzione riceverai notifiche solo dall\'account selezionato. + Attiva notifiche tramite messaggio + Ricevi notifiche istantanee di messaggi per il tuo account. + Notifica messaggi da tutti gli account + Ricevi notifiche di messaggio immediate da tutti gli account + Recupera le notifiche ora + Innesca il recupero delle notifiche una volta sola. Nota che il recupero di messaggi istantanei richiede tempo. + Recupero le notifiche… + Impossibile recuperare le notifiche + Suono di notifica + Suoneria della Notifica + Suoneria dei Messaggi + Seleziona Suoneria + Vibrazione Notifiche + Luce di Notifica + diff --git a/app/src/main/res/values-it/strings_preferences.xml b/app/src/main/res/values-it/strings_preferences.xml new file mode 100644 index 00000000..98d8e133 --- /dev/null +++ b/app/src/main/res/values-it/strings_preferences.xml @@ -0,0 +1,24 @@ + + + + Apparenza + Temi, oggetti da mostrare, etc + Frequenza, filtri, suonerie, etc + News Feed + Stabilisci quali item appaiono nelle News Feed + Comportamento + Stabilisci come l\'applicazione agisce in certe impostazioni + Rete + Definisci le opzioni che influiscono sulle reti a consumo + Sperimentali + Abilita accesso a delle funzionalità potenzialmente pericolose + Acquista Frost Pro + Acquista o ripristina versione pro e sblocca tutte le funzionalità di Frost incluso rimozione annunci, temi personalizzati, configurazioni complete e molto altro ancora! + Riguardo Frost per Facebook + Versione, Credite e FAQ + Aiuta a Tradurre + Frost è tradotto attraverso la crowdin. Contribuisci, se lo vuoi nella tua lingua! + Frost debugger + Invia dati html per aiutare con il debug. + Riesegui introduzione + diff --git a/app/src/main/res/values-it/strings_web_context.xml b/app/src/main/res/values-it/strings_web_context.xml new file mode 100644 index 00000000..1925016e --- /dev/null +++ b/app/src/main/res/values-it/strings_web_context.xml @@ -0,0 +1,10 @@ + + + + Condividi link + Link debug + Se un collegamento non è caricato correttamente, puoi inviarmi una e-mail affinché possa aiutarmi a eseguire il debug. Facendo clic su Ok apri una richiesta di posta elettronica + Apri link + Copia link + Copia testo + diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml new file mode 100644 index 00000000..cdcc759a --- /dev/null +++ b/app/src/main/res/values-ko/strings.xml @@ -0,0 +1,49 @@ + + + + + 피드 + 최신글 + 인기 소식 + 프로필 + 즐겨찾기 + 이벤트 + 친구 + 메시지 + 알림 + 활동 로그 + 페이지 + 그룹 + 저장됨 + 생일 + 채팅 + 사진 + 노트 + 과거의 오늘 + + 모든 것을 준비 중입니다… + 환영합니다 %s님 + 페이스북 계정 선택 + 현재 계정은 데이터베이스에 없습니다. + Frost 알림 + 커스텀 테마 필요 + 항목 + 공유 + 이전 화면으로 돌아가려면 오른쪽으로 쓸어 넘기세요. + 프로필 사진 + 새 메시지 + 내용 없음 + 모든 결과 보기 + + Frost 는 자유로운 테마와 + 모든 기능이 있는 페이스북 앱의 대체 앱입니다. +오픈 소스로 만들어 졌습니다. + Frost FAQ + + HTML 추출에 오류가 발생했습니다. + 요청이 취소되었습니다. + 요청 시간이 만료되었습니다. + 파일 선택기를 찾을 수 없습니다. + 상단 바 + 하단 바 + diff --git a/app/src/main/res/values-ko/strings_download.xml b/app/src/main/res/values-ko/strings_download.xml new file mode 100644 index 00000000..3f75dffe --- /dev/null +++ b/app/src/main/res/values-ko/strings_download.xml @@ -0,0 +1,14 @@ + + + + 이미지 선택 + 다운로드 + 다운로드 중… + 이미지 다운로드됨 + 이미지 다운로드 실패 + 이미지 공유 실패 + 동영상 다운로드 중 + 동영상 다운로드됨 + 파일 다운로드 중 + 파일 다운로드됨 + diff --git a/app/src/main/res/values-ko/strings_errors.xml b/app/src/main/res/values-ko/strings_errors.xml new file mode 100644 index 00000000..9327208c --- /dev/null +++ b/app/src/main/res/values-ko/strings_errors.xml @@ -0,0 +1,8 @@ + + + + 오버레이에 URL이 없어 종료합니다. + URL 이 제대로 로드되지 않았습니다. 디버그를 위해 보내시겠습니까? + 올바르지 않은 공유 URL + URL 이 아닌 텍스트를 공유했습니다. 텍스트는 클립보드로 복사되어 직접 공유하셔야 합니다. + diff --git a/app/src/main/res/values-ko/strings_intro.xml b/app/src/main/res/values-ko/strings_intro.xml new file mode 100644 index 00000000..63ed0088 --- /dev/null +++ b/app/src/main/res/values-ko/strings_intro.xml @@ -0,0 +1,16 @@ + + + + 건너뛰기 + Frost 사용을 환영합니다 + 쓸어넘겨 계속 + 테마 선택 + 다중 계정 + 탐색 바에서 계정을 추가하고 전환하세요.\n현재 계정의 프로필 사진을 클릭하여 프로필로 이동합니다. + 쉬운 탐색 + 쓸어넘기는 동작으로 탭을 전환하고, 탭의 아이콘을 클릭하여 최상단으로 이동하세요.\n아이콘을 다시 누르면 페이지를 새로 고칩니다. + 맥락 인식 + 링크를 길게 눌러 공유하세요.\n이미지를 길게 눌러 크게 보거나 다운로드 하세요.\n카드를 길게 눌러 가로로 스크롤하세요. + 시작합시다! + 아무 곳이나 눌러 나가기 + diff --git a/app/src/main/res/values-ko/strings_play_store.xml b/app/src/main/res/values-ko/strings_play_store.xml new file mode 100644 index 00000000..5c4dc036 --- /dev/null +++ b/app/src/main/res/values-ko/strings_play_store.xml @@ -0,0 +1,17 @@ + + + + Frost Pro 발견! + Frost Pro 를 소유하고 계신 것 같습니다! 앱이 다시 로드되면 놀라운 기능들을 사용하실 수 있습니다! + 지원에 감사드립니다! Frost 의 모든 기능을 이용하세요.\n\n만약 이 앱이 유용하다면, 평점을 매기고 오픈 소스 프로젝트를 지원해 주세요.\n\n의견이 있다면, 연락을 주저하지 마세요! + Pro 사용자이지만 구매 정보를 찾을 수 없습니다. 이 오류가 지속된다면 플레이 스토어의 캐시를 지우고 앱을 재설치 해 보세요. + 이 앱 버전에서는 프로 버전을 구매할 수 없습니다. 문제가 지속된다면 플레이 스토어에서 재설치 해 보세요. \n추가 기능 없이 기부하고 싶으시다면 PayPal 을 이용하시면 됩니다. + 감사합니다! + 구매 내역 복원됨 + Frost Pro 가 복원되었습니다. 기능을 즐기세요! + Pro 버전이 없으신 것 같습니다. 문제가 지속된다면 개발자에게 영수증과 함께 연락해 주세요. + 구매 내역 복원 중… + 사용자 지정 [Pro] + 이런 + 새로 고침 + diff --git a/app/src/main/res/values-ko/strings_pref_appearance.xml b/app/src/main/res/values-ko/strings_pref_appearance.xml new file mode 100644 index 00000000..dbb3ada7 --- /dev/null +++ b/app/src/main/res/values-ko/strings_pref_appearance.xml @@ -0,0 +1,20 @@ + + + + 사용자 지정 테마 + 테마 + 텍스트 색상 + 액센트 색상 + 배경 색상 + 헤더 색상 + 아이콘 색상 + 전역 사용자 지정 + 주 액티비티 구성 + 주 액티비티 구성으로 설정 + 원형 아이콘 + 프로필 사진과 그룹 대화 아이콘이 둥글어 집니다. + 내비게이션 바 색상 + 내비게이션 바가 헤더와 동일한 색상이 됩니다. + 웹 텍스트 크기 + 텍스트 크기 예제; 퍼센트 텍스트를 길게 눌러 초기화합니다. + diff --git a/app/src/main/res/values-ko/strings_pref_behaviour.xml b/app/src/main/res/values-ko/strings_pref_behaviour.xml new file mode 100644 index 00000000..1a7fdf17 --- /dev/null +++ b/app/src/main/res/values-ko/strings_pref_behaviour.xml @@ -0,0 +1,22 @@ + + + + 화려한 애니메이션 + 물결 효과와 이동 애니메이션을 웹 뷰에 사용하니다. + 오버레이 사용 + 대부분의 링크를 클릭하면 새로운 오버레이가 실행되고 이 때문에 쉽게 쓸어넘겨 원래 페이지로 돌아올 수 있습니다. 하지만 이는 페이지를 완전시 다시 로드하기 때문에 약간 더 긴 로딩 시간이 필요합니다. + 전체 화면 쓸어넘기기로 오버레이 무시 + 오버레이 웹을 어디서든 쓸어넘겨 닫습니다. 만약 이 옵션이 꺼져 있다면 왼쪽 가장자리에서 쓸어넘기는 동작만이 작동합니다. + 기본 앱으로 링크 열기 + 가능하면 Frost 웹 오버레이 대신 기본 앱으로 링크를 엽니다. + Viewpager 쓸어넘기기 + 메인화면에서 탭 전환에 쓸어넘기는 동작을 사용할 수 있게 합니다. 기본적으로, 버튼처럼 요소를 길게 누르면 쓸어넘기는 동작이 중단됩니다. 이를 비활성화하면 쓸어넘길 때 페이지가 함께 넘어가지 않습니다. + 검색 바 + 검색 오버레이 대신 검색 바를 사용합니다. + 강제 메시지 버튼 + 메시지 목록을 로드 중에 가장 아래로 스크롤 해 줍니다. + 종료 전에 물어보기 + 앱을 종료하기 전에 확인 창을 띄웁니다. + 통계 + 앱을 개선하기 위한 통계 자료를 수집합니다. 개인 정보는 포함되지 않습니다. + diff --git a/app/src/main/res/values-ko/strings_pref_debug.xml b/app/src/main/res/values-ko/strings_pref_debug.xml new file mode 100644 index 00000000..4d7870f1 --- /dev/null +++ b/app/src/main/res/values-ko/strings_pref_debug.xml @@ -0,0 +1,7 @@ + + + + 디버그 항목이 활성화 되었습니다! 설정으로 돌아갑니다. + 대부분의 개인 정보는 자동으로 보고서에서 제거 됩니다, 하지만 일부 민감한 정보가 남아 있을 수 있습니다. \n디버그 보고서를 보내기 전에 다시 한번 확인하세요. \n\n아래의 옵션 중 하나를 누르면 웹 페이지 데이터를 포함한 이메일을 준비합니다. + 미완성 보고서 + diff --git a/app/src/main/res/values-ko/strings_pref_experimental.xml b/app/src/main/res/values-ko/strings_pref_experimental.xml new file mode 100644 index 00000000..383371c9 --- /dev/null +++ b/app/src/main/res/values-ko/strings_pref_experimental.xml @@ -0,0 +1,12 @@ + + + + 경고 + 실험적 기능은 불안정하거나 출시로 이어지지 않을 수 있습니다. 이를 사용함으로써 발생하는 일의 책임은 당신에게 있으며, 피드백을 보내시거나 제대로 작동하지 않으면 비활성화 하시기 바랍니다. + 실험적 기능 항상 사용 + 위험을 감수하거나 디버그에 도움을 주고 싶나요? 이를 활성화하면 앞으로도 기본적으로 실험적 기능이 활성화 됩니다. + 자세한 로그 + 충돌 보고서에 도움을 주기 위해 자세한 로그를 켭니다. 로그는 에러가 발생했을 때 한번만 보내지며, 문제를 개발자에게 알리려면 문제를 재현하세요. 앱이 재시작되면 이 옵션은 자동으로 꺼집니다. + Frost 재시작 + Crashlytics 는 충돌이 발생하거나 오류가 발생하여 앱이 재시작 되었을 때만 로그를 보냅니다. 여기를 눌러 앱을 재시작하고 지금까지 찾은 문제들을 정리하세요. + diff --git a/app/src/main/res/values-ko/strings_pref_feed.xml b/app/src/main/res/values-ko/strings_pref_feed.xml new file mode 100644 index 00000000..31bc548a --- /dev/null +++ b/app/src/main/res/values-ko/strings_pref_feed.xml @@ -0,0 +1,19 @@ + + + + 뉴스 피드 순서 + 게시물이 보여지는 순서를 지정합니다. + 적극적인 최신글 + 페이스북의 원 최신 글 피드에서 조금 오래된 글을 제외합니다. 피드가 비었다면 비활성화 하세요. + 동영상 자동재생 설정 + 데이터 환경이나 항상 동영상 자동 재생을 끄거나 켤지 설정합니다.\n이 설정은 데스크톱의 설정과는 무관합니다. + 상태 도우미 + 상태 도우미를 피드에 표시할지 결정합니다. + Pro 기능 + 추천 친구 + \"당신을 알 수도 있는 사람\" 피드를 보여줍니다. + 추천 그룹 + \"추천 그룹\"을 피드에 보여줍니다. + 페이스북 광고 + 페이스북 광고를 보여줍니다. + diff --git a/app/src/main/res/values-ko/strings_pref_networks.xml b/app/src/main/res/values-ko/strings_pref_networks.xml new file mode 100644 index 00000000..cdec1f57 --- /dev/null +++ b/app/src/main/res/values-ko/strings_pref_networks.xml @@ -0,0 +1,6 @@ + + + + 네트워크 문제 발생시 이미지 비활성화 + 네트워크 문제가 감지되면 Frost 는 모든 이미지와 동영상을 로드하지 않습니다. + diff --git a/app/src/main/res/values-ko/strings_pref_notifications.xml b/app/src/main/res/values-ko/strings_pref_notifications.xml new file mode 100644 index 00000000..2c039eb7 --- /dev/null +++ b/app/src/main/res/values-ko/strings_pref_notifications.xml @@ -0,0 +1,27 @@ + + + + 알림 주기 + 알림 비활성화 + 키워드 + 키워드를 포함하는 알림은 알리지 않습니다. + 키워드 추가 + 키워드를 작성하고 + 를 누르세요. + 키워드 비어있음 + 모든 계정에서 알림 + 로그인 되어 있는 모든 계정에서 알림을 받습니다. 이 옵션을 해제하면 현재 로그인된 계정의 알림만 받게 됩니다. + 메시지 알림 활성화 + 현재 계정의 메시지 알림을 받습니다. + 모든 계정의 메시지 받기 + 모든 계정으로부터 메시지를 받습니다. + 지금 알림 확인하기 + 한번 알림을 확인합니다. 메시지를 확인하는 데에는 시간이 걸립니다. + 알림 확인 중… + 알림 확인 실패 + 알림 소리 + 알림 벨소리 + 메시지 벨소리 + 벨소리 선택 + 알림 진동 + 알림 LED + diff --git a/app/src/main/res/values-ko/strings_preferences.xml b/app/src/main/res/values-ko/strings_preferences.xml new file mode 100644 index 00000000..f7fe488e --- /dev/null +++ b/app/src/main/res/values-ko/strings_preferences.xml @@ -0,0 +1,25 @@ + + + + 외양 + 테마, 보여줄 항목 등 + 주기, 필터, 벨소리 등 + 뉴스 피드 + 뉴스 피드에 무엇이 보일지 설정 + 동작 + 특정 설정에 앱이 어떻게 동작할지 설정 + 네트워크 + 네트워크 문제에 관한 옵션 설정 + 실험적 기능 + 불안정할 수 있는 기능들을 미리 활성화 + Frost Pro 구매 + Pro 버전을 구매하거나 복원하여 Frost 의 모든 잠재력을 끌어내세요! +광고 제거, 사용자 지정 테마, 완전한 설정 등등이 있습니다! + Facebook 을 위한 Frost 정보 + 버전, 제작자, FAQ + 번역 돕기 + Frost 는 crowdin 을 통해 번역할 수 있습니다. 여러분의 언어로 사용하고 싶으시다면 기여해 주세요! + Frost 디버거 + 디버그를 도와줄 HTML 데이터 전송 + 소개 다시 보기 + diff --git a/app/src/main/res/values-ko/strings_web_context.xml b/app/src/main/res/values-ko/strings_web_context.xml new file mode 100644 index 00000000..4e64eac4 --- /dev/null +++ b/app/src/main/res/values-ko/strings_web_context.xml @@ -0,0 +1,10 @@ + + + + 링크 공유 + 링크 디버그 + 링크가 제대로 로드되지 않는다면, 이메일을 보내 디버그를 도울 수 있습니다. 확인 버튼을 눌러 이메일 요청을 여세요. + 링크 열기 + 링크 복사 + 텍스트 복사 + diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml new file mode 100644 index 00000000..1a088be7 --- /dev/null +++ b/app/src/main/res/values-vi/strings.xml @@ -0,0 +1,47 @@ + + + + + Bảng tin + Gần đây nhất + Bài đang nổi + Hồ sơ cá nhân + Đánh dấu + Sự kiện + Bạn bè + Tin nhắn + Thông báo + Nhật ký hoạt động + Trang + Nhóm + Đã lưu + Sinh nhật + Trò chuyện + Ảnh + Ghi chú + Vào ngày này + + Đang chuẩn bị… + Chào mừng %s + Chọn tài khoản Facebook + Tài khoản không có trong dữ liệu + Thông báo từ Frost + Yêu cầu gói giao diện riêng + Chủ đề + Chia sẻ + Vuốt sang phải để trở lại cửa sổ trước đó. + Ảnh Đại diện + Tin nhắn mới + Nội dung trống + Hiện tất cả kết quả + + Frost là một ứng dụng thay thế đầy đủ cho Facebook với giao diện có thể tùy chỉnh toàn diện, được lập trình từ đầu từ mã nguồn mở. + Hỏi đáp về Frost + + Lỗi khi trích suất html. + Đã huỷ yêu cầu. + Yêu cầu hết thời hạn. + Không thể chọn tập tin + Thanh phía trên + Thanh phía dưới + diff --git a/app/src/main/res/values-vi/strings_download.xml b/app/src/main/res/values-vi/strings_download.xml new file mode 100644 index 00000000..608570b7 --- /dev/null +++ b/app/src/main/res/values-vi/strings_download.xml @@ -0,0 +1,14 @@ + + + + Chọn ảnh + Tải về + Đang tải… + Ảnh đã được tải + Không tải được ảnh + Không chia sẻ được ảnh + Đang tải video + Đã tải Video + Đang tải tập tin + Đã tải tập tin + diff --git a/app/src/main/res/values-vi/strings_errors.xml b/app/src/main/res/values-vi/strings_errors.xml new file mode 100644 index 00000000..b780b7dc --- /dev/null +++ b/app/src/main/res/values-vi/strings_errors.xml @@ -0,0 +1,8 @@ + + + + Đường dẫn trống; đang thoát + Không thể tải đường dẫn. Bạn có muốn gửi để sửa lỗi không? + Đường dẫn chia sẻ không hợp lệ + Bạn đã chia sẻ một đoạn văn bản không chứa đường dẫn. Phần văn bản này đã được lưu vào bộ nhớ tạm, bạn có thể tự chia sẻ. + diff --git a/app/src/main/res/values-vi/strings_intro.xml b/app/src/main/res/values-vi/strings_intro.xml new file mode 100644 index 00000000..16762dd6 --- /dev/null +++ b/app/src/main/res/values-vi/strings_intro.xml @@ -0,0 +1,16 @@ + + + + Bỏ qua + Chào mừng đến với Frost + Vuốt để tiếp tục + Chọn một giao diện + Nhiều tài khoản + Thêm và chuyển tài khoản trực tiếp từ thanh điều hướng.\nBấm vào ảnh đại diện của bạn để tiến hành chuyển. + Điều hướng dễ dàng + Vuốt để chuyển giữa các màn hình, bấm biểu tượng thẻ để về đầu trang.\nBấm lần nữa để tải lại trang. + Thao tác theo đối tượng + Bấm giữ đường link để chép và chia sẻ.\nBấm giữ ảnh để phóng to và tải về.\nBấm giữ thẻ để cuộn ngang. + Bắt đầu thôi! + Bấm chỗ bất kỳ để thoát + diff --git a/app/src/main/res/values-vi/strings_play_store.xml b/app/src/main/res/values-vi/strings_play_store.xml new file mode 100644 index 00000000..3122937d --- /dev/null +++ b/app/src/main/res/values-vi/strings_play_store.xml @@ -0,0 +1,18 @@ + + + + Tìm thấy bản Pro! + Có vẻ bạn có bản pro! Chúng tôi sẽ tải lại ứng dụng để bạn có thể thưởng thức các tính năng tuyệt vời! + Cảm ơn bạn đã hỗ trợ! Hãy tận hưởng các tính năng của Frost.\n\nNếu bạn thích ứng dụng này, hãy bình chọn và hỗ trợ dự án mã mở này.\n\nNếu bạn muốn cho ý kiến, hãy liên lạc ngay với tôi! + Có vẻ bạn là người dùng trả phí, nhưng chung tôi không tìm thấy thông tin mua hàng của bạn. Nếu lỗi này lặp lại, hãy thử xoá bộ nhớ đệm của Ch Play và cài lại ứng dụng. + Có vẻ như phiên bản này của ứng dụng không thể mua bản pro. Hãy cài lại từ Ch Play nếu lỗi tiếp tục lặp lại. + \nNếu bạn chỉ muốn đóng góp mà không cần các tính năng thêm, bạn có thể làm qua PayPal. + Cảm ơn bạn! + Đã khôi phục mua hàng + Frost Pro đã được khôi phục. Hãy thưởng thức các tính năng! + Có vẻ như bạn không có bản pro. Nếu lỗi tiếp tục lặp lại, hãy liên hệ với tôi và gửi kèm hoá đơn mua hàng. + Đang khôi phục mua hàng… + Tự chọn [Pro] + Ồ… + Tải lại + diff --git a/app/src/main/res/values-vi/strings_pref_appearance.xml b/app/src/main/res/values-vi/strings_pref_appearance.xml new file mode 100644 index 00000000..d479a0dc --- /dev/null +++ b/app/src/main/res/values-vi/strings_pref_appearance.xml @@ -0,0 +1,20 @@ + + + + Tuỳ chỉnh kiểu giao diện + Kiểu giao diện + Màu chữ + Màu điểm nhấn + Màu nền + Màu tiêu đề + Màu biểu tượng + Tuỳ chỉnh chung + Giao diện màn hình chính + Đặt giao diện màn hình chính + Làm tròn biểu tượng + Ảnh đại diện và biểu tượng hội thoại nhóm sẽ được làm tròn + Đổi màu thanh điều hướng + Thanh điều hướng sẽ có màu như thanh tiêu đề + Cỡ chữ web + Ví dụ cỡ chữ: Bấm giữ số phần trăm để đặt lại. + diff --git a/app/src/main/res/values-vi/strings_pref_behaviour.xml b/app/src/main/res/values-vi/strings_pref_behaviour.xml new file mode 100644 index 00000000..79eb9317 --- /dev/null +++ b/app/src/main/res/values-vi/strings_pref_behaviour.xml @@ -0,0 +1,22 @@ + + + + Hiệu ứng động + Hiện trang web với sóng và hiệu ứng động + Bật lớp phủ + Bấm vào link sẽ mở một lớp phủ, bạn có thể dễ dàng vuốt về trang cũ. Việc này sẽ làm trang web tải chậm hơn đôi chút do phải tải lại toàn bộ trang. + Vuốt để đóng lớp phủ toàn màn hình + Vuốt từ bất kỳ đâu sang phải ở lớp phủ web để đóng trình duyệt. Khi tắt, chỉ vuốt từ cạnh trái mới di chuyển nó. + Mở đường link bằng ứng dụng mặc định + Nếu được, mở đường link bằng ứng dụng mặc định thay vì dùng lớp phủ web của Frost + Vuốt màn hình chính + Cho phép vuốt giữa các trang trên màn hình chính để chuyển thẻ. Theo mặc định, việc vuốt tự động ngừng khi bạn giữ lâu một đối tượng, ví dụ như nút like. Tắt tính năng này sẽ ngăn hoàn toàn việc vuốt giữa các trang. + Thanh tìm kiếm + Dùng thanh tìm kiếm thay cho lớp phủ tìm kiếm + Luôn xuống cuối hội thoại + Khi hiện hội thoại, di chuyển xuống dưới cùng trang thay vì chỉ hiện trang. + Xác nhận thoát + Hiện hộp thoại xác nhận khi thoát ứng dụng + Phân tích + Cho phép gửi phân tích để giúp cải thiện ứng dụng. Các thông tin cá nhân sẽ không bị lộ. + diff --git a/app/src/main/res/values-vi/strings_pref_debug.xml b/app/src/main/res/values-vi/strings_pref_debug.xml new file mode 100644 index 00000000..8f527913 --- /dev/null +++ b/app/src/main/res/values-vi/strings_pref_debug.xml @@ -0,0 +1,8 @@ + + + + Soát lỗi đang bật. Hãy quay về cài đặt. + Dù hầu hết các thông tin cá nhân đều tự động bị xoá khỏi báo cáo, một số thông tin nhạy cảm có thể vẫn xuất hiện. \nHãy xem lại báo cáo lỗi trước khi gửi đi. \n\nBấm một trong các tuỳ chọn dưới đây để soạn email chứa dữ liệu trang web. + + Báo cáo không đầy đủ + diff --git a/app/src/main/res/values-vi/strings_pref_experimental.xml b/app/src/main/res/values-vi/strings_pref_experimental.xml new file mode 100644 index 00000000..4ce9d826 --- /dev/null +++ b/app/src/main/res/values-vi/strings_pref_experimental.xml @@ -0,0 +1,12 @@ + + + + Chối bỏ trách nhiệm + Các tính năng thử nghiệm có thể không ổn định và có thể không bao giờ thành hiện thực. Bạn chấp nhận rủi ro khi dùng, hãy tắt nó đi nếu bạn thấy không hoạt động tốt. + Thử nghiệm theo mặc định + Muốn thử hay chỉ đơn giản muốn giúp soát lỗi? Đánh dấu ở đây sẽ bật các tính năng thử nghiệm tương lai theo mặc định. + Nhật ký chi tiết + Bật nhật ký chi tiết để giúp báo cáo lỗi. Các ghi chép sẽ chỉ được gửi khi phát sinh lỗi, nên hãy lặc lại lỗi để báo cho tác giả. Tính năng này sẽ tự động tắt khi khởi động lại ứng dụng. + Khởi động lại Frost + Phân tích lỗi sẽ chỉ gửi báo cáo khi gặp lỗi hoặc tìm thấy lỗi và ứng dụng khởi động lại. Bấm vào đây để khởi động lại ứng dụng và xử lý các ván đề đang gặp phải. + diff --git a/app/src/main/res/values-vi/strings_pref_feed.xml b/app/src/main/res/values-vi/strings_pref_feed.xml new file mode 100644 index 00000000..be0c4ab0 --- /dev/null +++ b/app/src/main/res/values-vi/strings_pref_feed.xml @@ -0,0 +1,19 @@ + + + + Sắp xếp bảng tin + Quy định thứ tự sắp xếp cái bài đăng + Tin gần đây chọn lọc + Lọc bớt những bài đăng cũ trên bảng tin gần đây của Facebook. Tắt nếu bạn thấy bảng tin trống. + Cài đặt video tự động + Bật/Tắt tính năng tự chạy video khi dùng mạng di động.\nTính năng này không liên quan đến cài đặt của bạn trên máy tính. + Soạn trạng thái + Hiện mục soạn trạng thái trên bảng tin + Tính năng Pro + Gợi ý bạn + Hiện \'Gợi ý nhóm\' trên bảng tin + Gợi ý nhóm + Hiện \'Gợi ý nhóm\' trên bảng tin + Quảng cáo Facebook + Hiện quảng cáo của Facebook + diff --git a/app/src/main/res/values-vi/strings_pref_networks.xml b/app/src/main/res/values-vi/strings_pref_networks.xml new file mode 100644 index 00000000..28649977 --- /dev/null +++ b/app/src/main/res/values-vi/strings_pref_networks.xml @@ -0,0 +1,6 @@ + + + + Không hiện ảnh khi dùng mạng di động. + Khi phát hiện dùng mạng di động, Frost sẽ tự động ngừng tải ảnh và video. + diff --git a/app/src/main/res/values-vi/strings_pref_notifications.xml b/app/src/main/res/values-vi/strings_pref_notifications.xml new file mode 100644 index 00000000..92889571 --- /dev/null +++ b/app/src/main/res/values-vi/strings_pref_notifications.xml @@ -0,0 +1,27 @@ + + + + Tần suất thông báo + Không thông báo + Từ khoá + Không thông báo khi nội dung chứa những từ này. + Thêm từ khoá + Nhập từ khoá rồi bấm + + Từ khoá trống + Thông báo từ tất cả các tài khoản + Hiện thông báo từ tất cả các tài khoản đăng đăng nhập. Khi tắt, sẽ chỉ hiện thông báo từ tài khoản hiện tại. + Bật thông báo tin nhắn + Nhận thông báo tin nhắn cho tài khoản hiện tại. + Thông báo tin nhắn từ tất cả các tài khoản + Nhận thông báo tin nhắn từ tất cả các tài khoản + Lấy thông báo ngay + Tiến hành lấy thông báo ngay. Lưu ý rằng lấy thông báo cho tin nhắn cần nhiều thời gian. + Đang lấy thông báo… + Không thể lấy thông báo + Âm báo + Chuông báo + Nhạc chuông tin nhắn + Chọn nhạc chuông + Rung báo + Đèn báo + diff --git a/app/src/main/res/values-vi/strings_preferences.xml b/app/src/main/res/values-vi/strings_preferences.xml new file mode 100644 index 00000000..ced0fd6b --- /dev/null +++ b/app/src/main/res/values-vi/strings_preferences.xml @@ -0,0 +1,24 @@ + + + + Giao diện + Kiểu giao diện, các mục hiện, vv + Tần suất, bộ lọc, nhạc chuông, vv + Bảng tin + Chọn mục xuất hiện trong bảng tin + Hành động + Chọn cách ứng dụng phản ứng trong một số cài đặt nhất định + Mạng + Chọn các tuỳ chọn đối với mạng di động + Thử nghiệm + Bật các tính năng chưa hoàn thiện + Mua Frost Pro + Mua hoặc khôi phục bản pro và mở khoá đầy đủ các tính năng của Frost, bao gồm cả chặn quảng cáo, tuỳ chọn kiểu giao diện, tuỳ chỉnh và còn hơn thế nữa! + Giới thiệu về Frost for Facebook + Phiên bản, tác giả, và câu hỏi thường gặp + Tham gia dịch + Frost được dịch thông qua crowdin. Hãy đóng góp bản dịch để có ứng dụng theo ngôn ngữ của bạn! + Soát lỗi Frost + Gửi dữ liệu html để giúp soát lỗi. + Xem lại phần giới thiệu + diff --git a/app/src/main/res/values-vi/strings_web_context.xml b/app/src/main/res/values-vi/strings_web_context.xml new file mode 100644 index 00000000..91ff3bd3 --- /dev/null +++ b/app/src/main/res/values-vi/strings_web_context.xml @@ -0,0 +1,10 @@ + + + + Liên kết chia sẻ + Soát lỗi liên kết + Nếu một liên kết không tải thảnh công, bạn có thể gửi email cho tôi để giúp soát lỗi nó. Bấm đồng ý để gửi email + Mở liên kết + Chép liên kết + Chép nội dung + diff --git a/app/src/main/res/values/strings_pref_debug.xml b/app/src/main/res/values/strings_pref_debug.xml index d65adf29..975c626d 100644 --- a/app/src/main/res/values/strings_pref_debug.xml +++ b/app/src/main/res/values/strings_pref_debug.xml @@ -10,5 +10,5 @@ Incomplete report - Frost for Facebook: Debug Report + Frost for Facebook: Debug Report \ No newline at end of file diff --git a/app/src/main/res/values/strings_web_context.xml b/app/src/main/res/values/strings_web_context.xml index 3b93a202..7c8a9196 100644 --- a/app/src/main/res/values/strings_web_context.xml +++ b/app/src/main/res/values/strings_web_context.xml @@ -3,11 +3,11 @@ Share Link Debug Link - Frost for Facebook: Link Debug - Write here. Note that your link may contain private information, but I won\'t be able to see it as the post isn\'t public. The url will still help with debugging though. + Frost for Facebook: Link Debug + Write here. Note that your link may contain private information, but I won\'t be able to see it as the post isn\'t public. The url will still help with debugging though. If a link isn\'t loading properly, you can email me so I can help debug it. Clicking okay will open an email request Open Link Copy Link Copy Text - Frost for Facebook: Image Link Debug + Frost for Facebook: Image Link Debug \ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 6f1dc7a3..c9c30dbb 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -10,9 +10,9 @@ - - - + + + -- cgit v1.2.3