1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

New Crowdin updates (#144)

* New translations strings.xml (Persian)

* New translations strings.xml (Persian)

* New translations strings.xml (Persian)

* New translations strings.xml (Persian)

* New translations strings.xml (Persian)

* New translations strings.xml (Chinese Simplified)

* New translations arrays.xml (French)

* New translations arrays.xml (Portuguese, Brazilian)

* New translations arrays.xml (Chinese Simplified)

* New translations arrays.xml (Turkish)

* New translations arrays.xml (Russian)

* New translations arrays.xml (Polish)

* New translations arrays.xml (Italian)

* New translations arrays.xml (German)

* New translations arrays.xml (Spanish)

* New translations strings.xml (Persian)

* New translations strings.xml (French)

* New translations arrays.xml (Persian)

* New translations strings.xml (Indonesian)

* New translations strings.xml (Portuguese, Brazilian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Russian)

* New translations strings.xml (Polish)

* New translations strings.xml (Italian)

* New translations strings.xml (German)

* New translations strings.xml (Spanish)

* New translations arrays.xml (Indonesian)

* Update source file arrays.xml

* Update source file strings.xml

* New translations arrays.xml (Chinese Simplified)

* New translations strings.xml (Chinese Simplified)

* New translations arrays.xml (Turkish)

* New translations strings.xml (Italian)

* New translations strings.xml (Turkish)

* New translations arrays.xml (Italian)

* New translations arrays.xml (Persian)

* New translations strings.xml (Persian)

* New translations arrays.xml (Persian)

* New translations strings.xml (Persian)

* New translations arrays.xml (Persian)

* New translations strings.xml (Turkish)

* New translations strings.xml (Persian)
This commit is contained in:
Austin Huang 2020-09-15 09:24:13 -04:00 committed by GitHub
parent ec07b1881f
commit 42c7414b8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1273 additions and 282 deletions

View file

@ -13,12 +13,37 @@
<item>Turco [Grazie a @faydin90 (Telegram)]</item>
<item>Portoghese [Grazie a @wagnim (Telegram)]</item>
</string-array>
<string-array name="languages_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
<item>8</item>
<item>9</item>
<item>10</item>
</string-array>
<string-array name="theme_presets">
<item>Automatico / In base al sistema</item>
<item>Automatico / In base alla batteria</item>
<item>Scuro</item>
<item>Chiaro</item>
</string-array>
<string-array name="theme_presets_values">
<item>0</item>
<item>1</item>
<item>2</item>
<item>3</item>
</string-array>
<string-array name="anonymous_story_viewer">
<item>Disattiva</item>
<item>storiesig</item>
<item>Aloinstagram</item>
<item>Instadp</item>
</string-array>
<string-array name="separator_presets">
<item>Niente</item>
<item>\@</item>
@ -74,4 +99,27 @@
<item>HH:mm:ss</item>
<item>H:mm:ss</item>
</string-array>
<string-array name="main_nav_ids_values">
<item>@string/title_dm</item>
<item>@string/feed</item>
<item>@string/profile</item>
<item>@string/title_discover</item>
<item>@string/more</item>
</string-array>
<string-array name="light_themes">
<item>@string/light_white_theme</item>
<item>@string/light_barinsta_theme</item>
</string-array>
<string-array name="light_theme_values">
<item>@style/AppTheme.Light.White</item>
<item>@style/AppTheme.Light.Barinsta</item>
</string-array>
<string-array name="dark_themes">
<item>@string/dark_black_theme</item>
<item>@string/dark_material_dark_theme</item>
</string-array>
<string-array name="dark_theme_values">
<item>@style/AppTheme.Dark.Black</item>
<item>@style/AppTheme.Dark.MaterialDark</item>
</string-array>
</resources>

View file

@ -31,25 +31,28 @@
<string name="title_user_story">Storia Utente</string>
<string name="title_changelog">Changelog</string>
<string name="bottom_toolbar">Mostra barra degli strumenti in basso</string>
<string name="update_check">Cerca nuovi aggiornamenti su GitHub all\'avvio</string>
<string name="update_check">Controlla gli aggiornamenti all\'avvio</string>
<string name="download_user_folder">Scarica i post nella cartella nome utente in Download</string>
<string name="autoload_posts">Carica automaticamente tutti i post dall\'utente</string>
<string name="mark_as_seen_setting">Segna le storie come viste dopo aver visualizzato\n(L\'autore della storia saprà che l\'hai vista)</string>
<string name="dm_mark_as_seen_setting">Contrassegna automaticamente il DM come visto dopo aver visualizzato\n(Gli altri membri sapranno che l\'hai visto)</string>
<string name="mark_as_seen_setting">Segna le storie come viste dopo la visualizzazione</string>
<string name="mark_as_seen_setting_summary">L\'autore della storia saprà che l\'hai vista</string>
<string name="dm_mark_as_seen_setting">Segna il DM come visto dopo la visualizzazione</string>
<string name="dm_mark_as_seen_setting_summary">Altri membri sapranno di averlo visto</string>
<string name="activity_setting">Abilita notifiche attività</string>
<string name="error_loading_profile">Errore durante il caricamento del profilo!\nProvare ad accedere e cercare nuovamente.</string>
<string name="error_creating_folders">Errore durante la creazione delle cartelle di download.</string>
<string name="error_creating_folders">Errore durante la creazione della cartella di scaricamento().</string>
<string name="show_feed">Mostra feed utente (funziona solo quando l\'utente ha effettuato l\'accesso)</string>
<string name="save_to_folder">Salva nella cartella personalizzata</string>
<string name="select_folder">Seleziona cartella</string>
<string name="theme_settings">Impostazioni tema</string>
<string name="theme_settings">Tema</string>
<string name="login_settings">Riguarda solo gli utenti con l\'accesso:</string>
<string name="anonymous_settings">Riguarda solo utenti anonimi:</string>
<string name="privacy_warning">Privacy</string>
<string name="instadp_settings">Usa Instadp per le immagini del profilo ad alta definizione</string>
<string name="storiesig_settings">Usa storiesig per storie e momenti salienti da utenti pubblici</string>
<string name="stories_viewer_settings">Servizio visualizzatore storia</string>
<string name="import_export">Importa/Esporta</string>
<string name="select_language">Seleziona lingua</string>
<string name="select_language">Lingua</string>
<string name="what_to_do_dialog">Cosa fare?</string>
<string name="main_posts_count">%s\nPost</string>
<string name="main_posts_followers">%s\nFollower</string>
@ -84,7 +87,7 @@
<string name="story_mentions">Menzioni</string>
<string name="priv_acc">Questo profilo è privato</string>
<string name="priv_acc_confirm">Non sarai in grado di accedere ai post dopo non seguire! Sei sicuro?</string>
<string name="no_acc">Puoi accedere tramite Impostazioni nell\'angolo in basso a destra. Oppure, puoi visualizzare gli account pubblici senza effettuare il login!</string>
<string name="no_acc">È possibile accedere tramite More -&gt; Account nell\'angolo in basso a destra o è possibile visualizzare gli account pubblici senza effettuare il login!</string>
<string name="no_acc_logged_in">È possibile scorrere a sinistra/destra per esplorare/feed, o cercare qualcosa qui sotto!</string>
<string name="empty_acc">Questo profilo non ha post</string>
<string name="empty_list">Nessun Post Simile!</string>
@ -92,8 +95,11 @@
<string name="read_more">leggi di più…</string>
<string name="login">Accedi</string>
<string name="logout">Disconetti</string>
<string name="logout_summary">Esplora Instagram in modo anonimo</string>
<string name="remove_all_acc">Rimuovi tutti i profili</string>
<string name="remove_all_acc_warning">Questo rimuoverà tutti i profili aggiunti dall\'app!\nPer rimuovere un solo account, tocca a lungo un profilo dalla finestra di dialogo del commutatore.\nVuoi continuare?</string>
<string name="send_logs">Invia registri di debug</string>
<string name="time_settings">Impostazioni tempo post</string>
<string name="time_settings">Formato della data</string>
<string name="project_link">Visita la pagina del progetto</string>
<string name="telegram_link">Unisciti al gruppo Telegram</string>
<string name="matrix_link">Unisciti alla stanza Matrix</string>
@ -129,12 +135,12 @@
<string name="refresh">Ricarica</string>
<string name="get_cookies">Ottieni cookies</string>
<string name="desktop_2fa">Modalità desktop</string>
<string name="time_settings_title_custom">Formato personalizzato</string>
<string name="time_settings_title_custom">Usa formato personalizzato</string>
<string name="time_settings_title_separator">Separatore</string>
<string name="time_settings_title_time_format">Formato orario</string>
<string name="time_settings_title_date_format">Formato data</string>
<string name="time_settings_title_preview">Anteprima</string>
<string name="time_settings_swap_time">Scambia posizioni \nOrario e Data </string>
<string name="time_settings_swap_time">Scambia posizioni Orario e Data</string>
<string name="quick_access_info_dialog">Il pannello Preferiti consente di aggiungere hashtag e / o nomi utente preferiti. \n\nIl pannello Accesso rapido consente di passare rapidamente da un account all\'altro. \n\nNota 1: assicurati di accedere a ciascun profilo [Impostazioni&gt; Accedi] per aggiungere il profilo all\'elenco! \n\nNota 2: disconnettiti dal profilo corrente e quindi accedi all\'altro profilo. \nSe più profili non funzionano per te, non possiamo fare nulla!</string>
<string name="quick_access_cannot_delete_curr">Impossibile eliminare l\'account attualmente in uso</string>
<string name="quick_access_confirm_delete">Sei sicuro di voler eliminare %s?</string>
@ -165,7 +171,7 @@
<string name="dms_inbox_raven_media_sent">Inviato</string>
<string name="dms_inbox_raven_media_opened">Aperto</string>
<string name="dms_inbox_raven_media_replayed">Riprodotto</string>
<string name="dms_inbox_raven_media_sending">Invio...</string>
<string name="dms_inbox_raven_media_sending">Invio</string>
<string name="dms_inbox_raven_media_blocked">Bloccato</string>
<string name="dms_inbox_raven_media_suggested">Consigliato</string>
<string name="dms_inbox_raven_media_screenshot">Effettuato screenshot</string>
@ -177,17 +183,17 @@
<string name="dms_left_users">Lascia utenti</string>
<string name="direct_download">Scarica direttamente</string>
<string name="direct_download_desc">Scarica i post direttamente sul telefono!</string>
<string name="direct_download_loading">Recupero post</string>
<string name="direct_download_loading">Recupero post()</string>
<string name="direct_download_perms_ask">Concedi le autorizzazioni e prova a scaricare di nuovo!</string>
<string name="downloader_started">Download avviato</string>
<string name="downloader_complete">Download completato</string>
<string name="downloader_downloading_post">Download del post</string>
<string name="downloader_downloading_media">Download del media</string>
<string name="downloader_downloading_pfp">Download della foto profilo</string>
<string name="downloader_started">Scaricamento avviato</string>
<string name="downloader_complete">Scaricamento completato</string>
<string name="downloader_downloading_post">Scaricamento del post</string>
<string name="downloader_downloading_media">Scaricamento del media</string>
<string name="downloader_downloading_pfp">Scaricamento della foto profilo</string>
<string name="downloader_downloaded_in_folder">File scaricato nella cartella Download!</string>
<string name="downloader_unknown_error">Si è verificato un errore sconosciuto!!!</string>
<string name="downloader_error_creating_folder">Errore durante la creazione della cartella!</string>
<string name="downloader_error_download_file">Errore durante il download del file</string>
<string name="downloader_error_download_file">Errore durante lo scaricamento del file</string>
<string name="downloader_too_many">Puoi scaricare solo 100 messaggi alla volta. Non essere troppo ingordo!</string>
<string name="comment_viewer_copy_user">Copia nome utente</string>
<string name="comment_viewer_copy_comment">Copia commento</string>
@ -205,7 +211,7 @@
<string name="followers_both_following">Si seguono a vicenda</string>
<string name="followers_not_following">Non segue %s</string>
<string name="followers_not_follower">%s non segue</string>
<string name="login_error_loading_cookies"> Errore durante il caricamento dei cookie</string>
<string name="login_error_loading_cookies">Errore durante il caricamento dei cookie</string>
<string name="login_success_loading_cookies">Cookie caricati correttamente! \nSe non riesci ancora ad aprire pagine / post privati, accedi nuovamente!</string>
<string name="comment_hint">Scrivi un nuovo commento...</string>
<string name="dm_hint">Scrivi un nuovo messaggio...</string>
@ -235,4 +241,40 @@
<string name="activity_count_usertags">%d usertags</string>
<string name="activity_count_likes">%d like</string>
<string name="activity_notloggedin">Ti sei disconnesso prima di cliccare su questa notifica?!</string>
<string name="feed">Feed</string>
<string name="profile">Profilo</string>
<string name="more">Altro</string>
<string name="title_dm">DM</string>
<string name="number_selected">%d selezionati</string>
<string name="relogin">Accedi nuovamente</string>
<string name="relogin_summary">Aggiorna i tuoi cookie se hai problemi</string>
<string name="logout_success">Scollegato con successo!</string>
<string name="dm_thread_info">Info</string>
<string name="mark_as_seen">Segna come letto</string>
<string name="skip_update_checkbox">Non mostrare di nuovo fino al prossimo aggiornamento</string>
<string name="version">Versione</string>
<string name="pref_start_screen">Schermata Iniziale</string>
<string name="pref_category_general">Generale</string>
<string name="pref_category_theme">Tema</string>
<string name="pref_category_downloads">Scaricati</string>
<string name="pref_category_locale">Locale</string>
<string name="account">Profilo</string>
<string name="account_hint">L\'accesso corrente non funziona? Basta aggiungere nuovamente il profilo.</string>
<string name="add_account">Aggiungi profilo</string>
<string name="about_category_license">Licenza (solo in inglese)</string>
<string name="about_documentation">Visita il nostro sito web</string>
<string name="about_documentation_summary">Ottieni supporto, discuti, incontra gli altri e divertiti!</string>
<string name="about_repository">Vedi il nostro codice sorgente su GitHub</string>
<string name="about_repository_summary">Verifica, preferiti, segnala bug, contribuisci, e divertiti (ancora)!</string>
<string name="about_feedback">Invia feedback via email</string>
<string name="about_category_3pt">Integrazioni di terze parti</string>
<string name="about_category_3pt_summary">Vengono utilizzate le seguenti librerie open-source di terze parti:</string>
<string name="reminder">Promemoria</string>
<string name="reminder_summary">Si prega di utilizzare questa app in modo responsabile. Le immagini scaricate dovrebbero essere utilizzate solo per scopi consentiti dalle leggi applicabili.</string>
<string name="light_white_theme">Bianco</string>
<string name="dark_black_theme">Nero</string>
<string name="light_theme_settings">Tema chiaro</string>
<string name="dark_theme_settings">Tema scuro</string>
<string name="light_barinsta_theme">Barinsta</string>
<string name="dark_material_dark_theme">Materiale Scuro</string>
</resources>