This commit is contained in:
Austin Huang 2020-08-06 22:26:31 -04:00
commit 5567521135
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
24 changed files with 139 additions and 46 deletions

27
.github/ISSUE_TEMPLATE/ban-report.md vendored Normal file
View File

@ -0,0 +1,27 @@
---
name: Ban report
about: If you suspect a ban by Instagram due to your usage of this app, you MUST report it.
title: "[BAN]"
labels: BAN REPORT
assignees: 'austinhuang0131'
---
<!-- Write "x" in the brackets to check -->
## Answer honestly. All boxes must be checked for this report to be considered.
- [ ] My app is on the latest version. I understand that any other version is not supported.
- [ ] I certify that all actions I have performed on the app constitute human behaviour. I am using InstaGrabber responsibly and in a way identical to using the official app. Specifically, I did not perform botting or automated key clicks.
- [ ] I have considered other possible reasons for my ban, and I cannot find any substantial claim other than the usage of InstaGrabber.
## Answer honestly. Check accordingly to your situation.
- [ ] I had prior rule violations on Instagram, specifically:
- [ ] I have admitted the use of InstaGrabber on Instagram.
- [ ] I have admitted the use of InstaGrabber to a friend who uses Instagram.
- [ ] I have modified the source code of the app that I use, other than what is present in this repo. Specifically:
## Describe your case, including your usage pattern, but without private information.
## Provide your communication with Instagram, without private information of you.

View File

@ -1,12 +1,14 @@
---
name: Bug report
about: Create a report to help us improve
about: App crashing? You seeing a confusing error message? Report them here!
title: "[BUG]"
labels: bug
assignees: ''
---
- [ ] My app is on the latest version. I understand that any other version is not supported.
<!--
First, describe the bug here. Don't stress too much, but do include the key points.
-->
@ -25,14 +27,12 @@ DETAILED Steps to reproduce the behaviour. If you do not describe this part clea
## Screenshots
<!-- if applicable -->
<!-- if applicable, remove otherwise -->
## Environment
- Device:
- Android version:
- App version:
<!-- Long press Instagrabber => App info => Advanced => Version number is at the bottom -->
## Additional info

View File

@ -1,12 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
about: Want new features? Ask them here!
title: "[FTR]"
labels: enhancement
assignees: ''
---
<!--
The only source of Java experience for the owner is from this app
Large features will either take a lot of time or another maintainer
Just remember to be patient, and if you have skills, try DIY
-->
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

View File

@ -2,17 +2,20 @@
## InstaGrabber
InstaGrabber is an app that allows...
InstaGrabber is an alternative Instagram client for Android. You can...
* Viewing **and downloading** Instagram posts (including tagged, and your own saved posts\*), stories (including highlights)\*, DM\*, and profile pictures, **without** letting people know you viewed it<sup>1</sup>! Works for followed private accounts\*!
* Like/bookmark posts\*!
* Interact with stories\*!
* Downloading multiple posts at once (hold & select)!
* (Un)follow/restrict/block people\*, and (un)follow hashtags\*! (Or you can add shortcuts to them, without logging in!)
* **View, copy, like\*, reply\*, & delete\*** comments!
* **Copy** post captions, DM messages\*, and profile bios.
* **Compare** follower/following list<sup>2</sup>!
* Searching usernames and hashtags.
* **Search**: Profile / Hashtag / Location
* **Profile**: View posts (timeline & face-tagged), copy bio, view stories\* (Highlight & status), follow\*, restrict\*, block\*, compare following/followers\*
* **Hashtag**: View posts (newest only), view stories\*, follow\*
* **Location**: View posts (newest only), view stories\*, open map
* **Post**: View, download (+ batch download selected posts), copy captions, like/save\*
* **Story\***: View (w/ incognito mode), download, interact with stickers, reply as DM
* **Comment**: View (+ copy), write\*, reply\*, like\*, delete\*
* **DM\***: View, download attachments, text reply
* Viewing\* your own feed, discover, saved, and liked posts
* Adding personal bookmarks to accounts/hashtags/locations locally
We support private accounts!\*
<sub>* Requires [login](#how-to-log-in). You must be a current follower of the desired private accounts, this app cannot hack people (which I have to state despite the obvious)!</sub>

View File

@ -1,9 +1 @@
# Security Policy
## Supported Versions
Any versions that are made in this repository (i.e. >= 16.6) are supported.
## Reporting a Vulnerability
GitHub issues, or email `im [at] austinhuang [dot] me` if confidential. Use [this PGP key](https://github.com/austinhuang0131/austinhuang0131.github.io/blob/master/assets/key.asc) if you know how to.
If there is a security issue with the latest version, please let me know using GitHub issues (bug), or email `instagrabber [at] austinhuang [dot] me` if confidential. Use [this PGP key](https://github.com/austinhuang0131/austinhuang0131.github.io/blob/master/assets/key.asc) if you know how to.

View File

@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Loading...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">Symbolleiste unten anzeigen</string>
<string name="download_user_folder">Beiträge in den Benutzernamen-Ordner in Downloads herunterladen</string>
<string name="autoload_posts">Alle Beiträge des Benutzers automatisch laden</string>
<string name="mark_as_seen_setting">Mark stories as seen after viewing\n(Story author will know you viewed it)</string>
<string name="error_loading_profile">Fehler beim Laden des Profils!\nVersuche dich einzuloggen und erneut zu suchen.</string>
<string name="error_creating_folders">Fehler beim Erstellen von Download-Ordner(n).</string>
<string name="show_feed">Nutzer-Feed anzeigen (Funktioniert nur, wenn Benutzer angemeldet ist)</string>
@ -68,6 +69,8 @@
<string name="respond_story">Respond</string>
<string name="answer_hint">Antwort...</string>
<string name="answered_story">Antwort erfolgreich!</string>
<string name="reply_story">Reply to story</string>
<string name="reply_hint">Reply...</string>
<string name="story_quiz">Quiz</string>
<string name="story_quizzed">You have already answered!</string>
<string name="story_mentions">Erwähnungen</string>
@ -183,6 +186,7 @@
<string name="login_error_loading_cookies">Fehler beim Laden der Cookies</string>
<string name="login_success_loading_cookies">Cookies erfolgreich geladen!\nWenn du private Seiten/Beiträge noch nicht öffnen können, melden dich erneut an!</string>
<string name="comment_hint">Schreibe einen Kommentar...</string>
<string name="dm_hint">Write a new message...</string>
<string name="liked_notif">Gefällt dein Beitrag</string>
<string name="comment_notif">Hat deinen Beitrag kommentiert:</string>
<string name="follow_notif">Folgt dir jetzt</string>
@ -192,6 +196,7 @@
<string name="request_reject">Reject request</string>
<string name="share_public_post">Diesen öffentlichen Beitrag teilen mit...</string>
<string name="share_private_post">Dies ist ein privater Beitrag! Teile ihn mit denen, die ihn sehen können!</string>
<string name="discover_empty">This category is somehow empty...</string>
<string name="update_available">Ein Update ist verfügbar! (%s)</string>
<string name="update_notice">Erinnerung: Wenn du die App von F-Droid heruntergeladen hast, musst du sie dort aktualisieren! Das gilt auch für GitHub.</string>
<string name="updated">Danke für die Aktualisierung von InstaGrabber!</string>

View File

@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Loading...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">Mostrar barra de herramientas inferior</string>
<string name="download_user_folder">Descargar mensajes a la carpeta de usuario en Downloads</string>
<string name="autoload_posts">Cargar automáticamente todos los mensajes de usuario</string>
<string name="mark_as_seen_setting">Mark stories as seen after viewing\n(Story author will know you viewed it)</string>
<string name="error_loading_profile">¡Error al cargar el perfil!\nVuelve a entrar y buscar de nuevo.</string>
<string name="error_creating_folders">Error creando carpetas de descarga.</string>
<string name="show_feed">Mostrar noticias del usuario (Funciona sólo cuando algún usuario está conectado)</string>
@ -68,6 +69,8 @@
<string name="respond_story">Comentar</string>
<string name="answer_hint">Responder...</string>
<string name="answered_story">Has respondido con éxito</string>
<string name="reply_story">Reply to story</string>
<string name="reply_hint">Reply...</string>
<string name="story_quiz">Cuestionario</string>
<string name="story_quizzed">¡Ya has respondido!</string>
<string name="story_mentions">Menciones</string>
@ -183,6 +186,7 @@
<string name="login_error_loading_cookies">Error al cargar cookies</string>
<string name="login_success_loading_cookies">¡Cookies cargadas con éxito!\nSi aún no puedes abrir páginas/publicaciones privadas, ¡vuelve a ingresar!</string>
<string name="comment_hint">Escribir un nuevo comentario...</string>
<string name="dm_hint">Write a new message...</string>
<string name="liked_notif">Le ha gustado tu publicación</string>
<string name="comment_notif">Ha comentado en tu publicación:</string>
<string name="follow_notif">Ha empezado a seguirte</string>
@ -192,6 +196,7 @@
<string name="request_reject">Rechazar solicitud</string>
<string name="share_public_post">Compartir esta publicación pública en...</string>
<string name="share_private_post">¡Esta es una publicación privada! ¡Comparta con aquellos que puedan verla!</string>
<string name="discover_empty">This category is somehow empty...</string>
<string name="update_available">¡Hay una actualización disponible! (%s)</string>
<string name="update_notice">Recordatorio: si ha descargado de F-Droid, debe actualizar desde él. Lo mismo se aplica a GitHub.</string>
<string name="updated">¡Gracias por actualizar InstaGrabber!</string>

View File

@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Chargement ...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">Afficher la barre d\'outils en bas</string>
<string name="download_user_folder">Télécharger les posts dans le dossier du nom de l\'utilisateur dans les Téléchargements</string>
<string name="autoload_posts">Chargement automatique de tous les posts de l\'utilisateur</string>
<string name="mark_as_seen_setting">Marquer les stories comme vues\n(L\'auteur de l\'histoire saura que vous l\'avez vue)</string>
<string name="error_loading_profile">Erreur de chargement du profil!\nVeuillez vous reconnecter et réessayez.</string>
<string name="error_creating_folders">Erreur de création de dossier(s) de téléchargement.</string>
<string name="show_feed">Afficher le flux utilisateur (Ne fonctionne que lorsque l\'utilisateur est connecté)</string>
@ -68,6 +69,8 @@
<string name="respond_story">Répondre</string>
<string name="answer_hint">Réponse...</string>
<string name="answered_story">Réponse envoyée !</string>
<string name="reply_story">Répondre à la story</string>
<string name="reply_hint">Répondre...</string>
<string name="story_quiz">Quiz</string>
<string name="story_quizzed">Vous avez déjà répondu !</string>
<string name="story_mentions">Mentions</string>
@ -183,6 +186,7 @@
<string name="login_error_loading_cookies">Erreur de chargement des cookies</string>
<string name="login_success_loading_cookies">Cookies chargés avec succès!\nSi vous ne pouvez toujours pas ouvrir de pages/postes privés, reconnectez-vous !</string>
<string name="comment_hint">Écrire un nouveau commentaire...</string>
<string name="dm_hint">Écrire un message...</string>
<string name="liked_notif">A aimé votre publication</string>
<string name="comment_notif">A commenté sur ta publication :</string>
<string name="follow_notif">A commencé à vous suivre</string>
@ -192,6 +196,7 @@
<string name="request_reject">Refuser la demande</string>
<string name="share_public_post">Partager ce post public à...</string>
<string name="share_private_post">C\'est post privé ! Partagez avec ceux qui peuvent le voir !</string>
<string name="discover_empty">Cette catégorie est vide...</string>
<string name="update_available">Une mise-à-jour est disponible! (%s)</string>
<string name="update_notice">Rappel : Si vous avez téléchargé l\'application à partir de F-Droid, vous devez la mettre à jour depuis là ! Il en va de même pour GitHub.</string>
<string name="updated">Merci d\'avoir mis à jour InstaGrabber !</string>

View File

@ -26,6 +26,9 @@
<item>tanggal</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Loading...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">Tampilkan bilah alat di bawah</string>
<string name="download_user_folder">Unduh kiriman ke folder nama pengguna di folder unduhan</string>
<string name="autoload_posts">Muat otomatis semua kiriman dari pengguna</string>
<string name="mark_as_seen_setting">Mark stories as seen after viewing\n(Story author will know you viewed it)</string>
<string name="error_loading_profile">Galat saat memuat profil!\nCoba masuk dan cari lagi.</string>
<string name="error_creating_folders">Galat saat membuat folder unduhan.</string>
<string name="show_feed">Tampilkan Beranda pengguna (hanya bisa saat anda sudah masuk)</string>
@ -68,6 +69,8 @@
<string name="respond_story">Tanggapi</string>
<string name="answer_hint">Jawaban...</string>
<string name="answered_story">Berhasil menjawab!</string>
<string name="reply_story">Reply to story</string>
<string name="reply_hint">Reply...</string>
<string name="story_quiz">Kuis</string>
<string name="story_quizzed">Anda sudah menjawab!</string>
<string name="story_mentions">Sebutan</string>
@ -183,6 +186,7 @@
<string name="login_error_loading_cookies">Galat memuat cookies</string>
<string name="login_success_loading_cookies">Berhasil memuat cookies!\nJika anda tetap tidak dapat membuka laman/kiriman pribadi, coba masuk lagi!</string>
<string name="comment_hint">Tulis komentar baru...</string>
<string name="dm_hint">Write a new message...</string>
<string name="liked_notif">Menyukai kiriman anda</string>
<string name="comment_notif">Mengomentari kiriman anda:</string>
<string name="follow_notif">Mulai mengikuti anda</string>
@ -192,6 +196,7 @@
<string name="request_reject">Reject request</string>
<string name="share_public_post">Bagikan kiriman publik ini ke...</string>
<string name="share_private_post">Kiriman privat! Bagikan kepada orang yang bisa melihatnya!</string>
<string name="discover_empty">This category is somehow empty...</string>
<string name="update_available">Ada pembaruan! (%s)</string>
<string name="update_notice">Kiat: Jika anda mengunduh InstaGrabber dari F-Droid, perbarui dari situ. Juga berlaku jika diunduh lewat GitHub.</string>
<string name="updated">Terima kasih sudah menggunakan InstaGrabber!</string>

View File

@ -10,7 +10,7 @@
<item>Italiano [Grazie a @RAR_Ramar (Telegram)]</item>
<item>Tedesco [Grazie a @peterge1998 (GitHub)]</item>
<item>Polacco [Grazie a @Lego8486 (GitHub)]</item>
<item>Turkish [Thanks to @faydin90 (Telegram)]</item>
<item>Turco [Grazie a @faydin90 (Telegram)]</item>
</string-array>
<string-array name="theme_presets">
<item>Automatico / In base al sistema</item>
@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Caricamento...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="description">Il manutentore originale, AWAiS, ha reso InstaGrabber una piccola e semplice app personale con le intenzioni di [rub-] scaricare post da Instagram. Sfortunatamente, questo è stato abbandonato e io, Austin Huang, ho preso il timone. [Speriamo che sia almeno un po \'di denaro contante.] Dopotutto, questa app è completamente open source, senza pubblicità e senza tracciamento [a parte ciò che Instagram sa]. Anche se non ti importa di scaricare roba [come me], è comunque un ottimo client Instagram da usare! \ N \ nFai domande [o vuoi solo parlare]? Contatta instagrabber@austinhuang.me o fai clic su uno dei pulsanti di seguito.</string>
<string name="description">Il manutentore originale, AWAiS, ha reso InstaGrabber una piccola e semplice app personale con le intenzioni di [rub-] scaricare post da Instagram. Sfortunatamente, questo è stato abbandonato e io, Austin Huang, ho preso il timone. [Speriamo che sia almeno un po \'di denaro contante.] Dopotutto, questa app è completamente open source, senza pubblicità e senza tracciamento [a parte ciò che Instagram sa]. Anche se non ti importa di scaricare roba [come me], è comunque un ottimo client Instagram da usare! \n\nFai domande [o vuoi solo parlare]? Contatta instagrabber@austinhuang.me o fai clic su uno dei pulsanti di seguito.</string>
<string name="action_quickaccess">Accesso rapido</string>
<string name="action_about">Riguardo</string>
<string name="action_notif">Notifiche</string>
@ -34,6 +34,7 @@
<string name="bottom_toolbar">Mostra barra degli strumenti in basso</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="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="show_feed">Mostra feed utente (funziona solo quando l\'utente ha effettuato l\'accesso)</string>
@ -53,23 +54,25 @@
<string name="post_viewer_post_from">%s - %s</string>
<string name="post_viewer_download_message" comment="post_viewer_download_message&#10;&#10;[Session] is NOT a variable, please translate it and ignore warnings">Nota: l\'attuale [Session] non mostrerà questa finestra di dialogo finché non sarai qui e scaricherai sempre la diapositiva post mostrata.</string>
<string name="post_viewer_download_dialog_title">Seleziona cosa scaricare</string>
<string name="post_viewer_download_session" comment="post_viewer_download_session&#10;&#10;[Session] is NOT a variable, please translate it and ignore warnings">Corrente [Session]</string>
<string name="post_viewer_download_session" comment="post_viewer_download_session&#10;&#10;[Session] is NOT a variable, please translate it and ignore warnings">Corrente [Sessione]</string>
<string name="post_viewer_download_current">Corrente</string>
<string name="post_viewer_download_album">Intero Album</string>
<string name="show_stories">Mostra storie</string>
<string name="no_more_stories">Niente più storie!</string>
<string name="be_patient">Be patient!</string>
<string name="view_story_post">View Post</string>
<string name="be_patient">Sii paziente!</string>
<string name="view_story_post">Mostra Post</string>
<string name="view_post">Mostra Post</string>
<string name="spotify">Spotify</string>
<string name="vote_story_poll">Vota</string>
<string name="votef_story_poll">Votazione riuscita!</string>
<string name="voted_story_poll">Hai già votato!</string>
<string name="respond_story">Respond</string>
<string name="respond_story">Rispondi</string>
<string name="answer_hint">Rispondi...</string>
<string name="answered_story">Risposta corretta!</string>
<string name="reply_story">Rispondi alla storia</string>
<string name="reply_hint">Rispondi...</string>
<string name="story_quiz">Quiz</string>
<string name="story_quizzed">You have already answered!</string>
<string name="story_quizzed">Hai già risposto!</string>
<string name="story_mentions">Menzioni</string>
<string name="priv_acc">Questo profilo è privato</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>
@ -85,7 +88,7 @@
<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>
<string name="liked">Ha messo Like</string>
<string name="liked">Hai messo Like</string>
<string name="saved">Elementi salvati</string>
<string name="tagged">Taggato</string>
<string name="like">Like (%s)</string>
@ -183,15 +186,17 @@
<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>
<string name="liked_notif">Ha messo mi piace al tuo post</string>
<string name="comment_notif">Ha commentato il tuo post:</string>
<string name="follow_notif">Ha cominciato a seguirti</string>
<string name="mention_notif">Ti ha menzionato:</string>
<string name="request_notif">Requested following you</string>
<string name="request_approve">Approve request</string>
<string name="request_reject">Reject request</string>
<string name="request_notif">Ha richiesto di seguirti</string>
<string name="request_approve">Richiesta accettata</string>
<string name="request_reject">Richiesta rifiutata</string>
<string name="share_public_post">Condividi questo post pubblico a...</string>
<string name="share_private_post">Questo è un post privato! Condividi con chi può vederli!</string>
<string name="discover_empty">Questa categoria è in qualche modo vuota...</string>
<string name="update_available">Un aggiornamento è disponibile! (%s)</string>
<string name="update_notice">Promemoria: Se hai scaricato da F-Droid, devi aggiornare da esso! Stesso vale per GitHub.</string>
<string name="updated">Grazie per aver aggiornato InstaGrabber!</string>

View File

@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Loading...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">Pokazuj pasek narzędzi na dole</string>
<string name="download_user_folder">Download posts to username folder in Downloads</string>
<string name="autoload_posts">Automatycznie załaduj wszystkie posty użytkownika</string>
<string name="mark_as_seen_setting">Mark stories as seen after viewing\n(Story author will know you viewed it)</string>
<string name="error_loading_profile">Błąd ładowania profilu!\nSpróbuj zalogować się i wyszukać ponownie.</string>
<string name="error_creating_folders">Błąd podczas tworzenia folderu(ów) pobierania.</string>
<string name="show_feed">Show user feed (Works only when user is logged in)</string>
@ -68,6 +69,8 @@
<string name="respond_story">Respond</string>
<string name="answer_hint">Answer...</string>
<string name="answered_story">Answer successful!</string>
<string name="reply_story">Reply to story</string>
<string name="reply_hint">Reply...</string>
<string name="story_quiz">Quiz</string>
<string name="story_quizzed">You have already answered!</string>
<string name="story_mentions">Mentions</string>
@ -183,6 +186,7 @@
<string name="login_error_loading_cookies">Error loading cookies</string>
<string name="login_success_loading_cookies">Pomyślnie załadowano ciasteczka!\nJeśli nadal nie możesz otworzyć prywatnych stron/postów, zaloguj się ponownie!</string>
<string name="comment_hint">Napisz nowy komentarz...</string>
<string name="dm_hint">Write a new message...</string>
<string name="liked_notif">Polubiono twój post</string>
<string name="comment_notif">Skomentowano Twój post:</string>
<string name="follow_notif">Zaczął Cię obserwować</string>
@ -192,6 +196,7 @@
<string name="request_reject">Reject request</string>
<string name="share_public_post">Share this public post to...</string>
<string name="share_private_post">This is a private post! Share to those who can view them!</string>
<string name="discover_empty">This category is somehow empty...</string>
<string name="update_available">Aktualizacja jest dostępna! (%s)</string>
<string name="update_notice">Reminder: If you downloaded from F-Droid, you must update from it! Same applies for GitHub.</string>
<string name="updated">Dziękujemy za aktualizację InstaGrabber!</string>

View File

@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Loading...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">Show toolbar at bottom</string>
<string name="download_user_folder">Download posts to username folder in Downloads</string>
<string name="autoload_posts">Auto-load all posts from user</string>
<string name="mark_as_seen_setting">Mark stories as seen after viewing\n(Story author will know you viewed it)</string>
<string name="error_loading_profile">Error loading profile!\nTry logging in and search again.</string>
<string name="error_creating_folders">Error creating Download folder(s).</string>
<string name="show_feed">Show user feed (Works only when user is logged in)</string>
@ -68,6 +69,8 @@
<string name="respond_story">Respond</string>
<string name="answer_hint">Answer...</string>
<string name="answered_story">Answer successful!</string>
<string name="reply_story">Reply to story</string>
<string name="reply_hint">Reply...</string>
<string name="story_quiz">Quiz</string>
<string name="story_quizzed">You have already answered!</string>
<string name="story_mentions">Mentions</string>
@ -183,6 +186,7 @@
<string name="login_error_loading_cookies">Error loading cookies</string>
<string name="login_success_loading_cookies">Successfully loaded cookies!\nIf you still can\'t open private pages/posts, re-login!</string>
<string name="comment_hint">Write a new comment...</string>
<string name="dm_hint">Write a new message...</string>
<string name="liked_notif">Liked your post</string>
<string name="comment_notif">Commented on your post:</string>
<string name="follow_notif">Started following you</string>
@ -192,6 +196,7 @@
<string name="request_reject">Reject request</string>
<string name="share_public_post">Share this public post to...</string>
<string name="share_private_post">This is a private post! Share to those who can view them!</string>
<string name="discover_empty">This category is somehow empty...</string>
<string name="update_available">An update is available! (%s)</string>
<string name="update_notice">Reminder: If you downloaded from F-Droid, you must update from it! Same applies for GitHub.</string>
<string name="updated">Thank you for updating InstaGrabber!</string>

View File

@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>Loading...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">Araç çubuğunu aşağıda göster</string>
<string name="download_user_folder">Download posts to username folder in Downloads</string>
<string name="autoload_posts">Auto-load all posts from user</string>
<string name="mark_as_seen_setting">Mark stories as seen after viewing\n(Story author will know you viewed it)</string>
<string name="error_loading_profile">Error loading profile!\nTry logging in and search again.</string>
<string name="error_creating_folders">Error creating Download folder(s).</string>
<string name="show_feed">Show user feed (Works only when user is logged in)</string>
@ -68,6 +69,8 @@
<string name="respond_story">Yanıt ver</string>
<string name="answer_hint">Cevapla...</string>
<string name="answered_story">Cevaplama başarılı!</string>
<string name="reply_story">Reply to story</string>
<string name="reply_hint">Reply...</string>
<string name="story_quiz">Quiz</string>
<string name="story_quizzed">Zaten cevapladınız!</string>
<string name="story_mentions">Etiketlenenler</string>
@ -183,6 +186,7 @@
<string name="login_error_loading_cookies">Error loading cookies</string>
<string name="login_success_loading_cookies">Successfully loaded cookies!\nIf you still can\'t open private pages/posts, re-login!</string>
<string name="comment_hint">Write a new comment...</string>
<string name="dm_hint">Write a new message...</string>
<string name="liked_notif">Liked your post</string>
<string name="comment_notif">Commented on your post:</string>
<string name="follow_notif">Started following you</string>
@ -192,6 +196,7 @@
<string name="request_reject">Reject request</string>
<string name="share_public_post">Share this public post to...</string>
<string name="share_private_post">This is a private post! Share to those who can view them!</string>
<string name="discover_empty">This category is somehow empty...</string>
<string name="update_available">An update is available! (%s)</string>
<string name="update_notice">Reminder: If you downloaded from F-Droid, you must update from it! Same applies for GitHub.</string>
<string name="updated">Thank you for updating InstaGrabber!</string>

View File

@ -26,6 +26,9 @@
<item>\|</item>
<item>-</item>
</string-array>
<string-array name="discover_placeholder">
<item>正在载入...</item>
</string-array>
<string-array name="date_presets">
<item>dd-MM-yyyy</item>
<item>dd/MM/yyyy</item>

View File

@ -34,6 +34,7 @@
<string name="bottom_toolbar">下方显示工具栏</string>
<string name="download_user_folder">下载使用用户名文件夹</string>
<string name="autoload_posts">自动加载用户所有帖子</string>
<string name="mark_as_seen_setting">将看过的快拍标记为已读\n快拍作者会知道你看过了</string>
<string name="error_loading_profile">载入主页时出错!\n请尝试再次登录并搜索。</string>
<string name="error_creating_folders">创建下载文件夹时出错</string>
<string name="show_feed">显示用户动态 (只在登录后有效)</string>
@ -58,7 +59,7 @@
<string name="post_viewer_download_album">整个图集</string>
<string name="show_stories">显示快拍</string>
<string name="no_more_stories">到底啦!</string>
<string name="be_patient">Be patient!</string>
<string name="be_patient">请耐心等待!</string>
<string name="view_story_post">查看帖子</string>
<string name="view_post">查看帖子</string>
<string name="spotify">Spotify</string>
@ -68,6 +69,8 @@
<string name="respond_story">回复</string>
<string name="answer_hint">撰写回答…</string>
<string name="answered_story">回答成功!</string>
<string name="reply_story">回复快拍</string>
<string name="reply_hint">回复...</string>
<string name="story_quiz">测验</string>
<string name="story_quizzed">您已回答过了!</string>
<string name="story_mentions">提及</string>
@ -183,15 +186,17 @@
<string name="login_error_loading_cookies">载入 cookies 时出错</string>
<string name="login_success_loading_cookies">成功载入 cookies!\n若你仍不能查看私密页面/帖子,重新登录!</string>
<string name="comment_hint">发表评论...</string>
<string name="dm_hint">撰写消息...</string>
<string name="liked_notif">赞了你的帖子</string>
<string name="comment_notif">评论了你的帖子</string>
<string name="follow_notif">关注了您</string>
<string name="mention_notif">提到了您</string>
<string name="request_notif">Requested following you</string>
<string name="request_approve">Approve request</string>
<string name="request_reject">Reject request</string>
<string name="request_notif">请求关注您</string>
<string name="request_approve">同意请求</string>
<string name="request_reject">拒绝请求</string>
<string name="share_public_post">分享公开帖...</string>
<string name="share_private_post">这是一个私密帖!分享给那些可以查看他们的人!</string>
<string name="discover_empty">这个板块居然是空的...</string>
<string name="update_available">检测到有新版本! (%s)</string>
<string name="update_notice">注意若您下载的是F-Droid版本那您还得在F-Droid更新GitHub版本也是如此。</string>
<string name="updated">感谢阁下更新InstaGrabber</string>

View File

@ -98,11 +98,9 @@
<string name="project_link">Visit Project Page</string>
<string name="telegram_link">Join Telegram Group</string>
<string name="matrix_link">Join Matrix Room</string>
<string name="liked">Liked</string>
<string name="saved">Saved</string>
<string name="tagged">Tagged</string>
<string name="like">Like (%s)</string>
<string name="unlike">Unlike (%s)</string>
<string name="bookmark">Bookmark</string>
@ -197,10 +195,8 @@
<string name="followers_not_follower">%s not following</string>
<string name="login_error_loading_cookies">Error loading cookies</string>
<string name="login_success_loading_cookies">Successfully loaded cookies!\nIf you still can\'t open private pages/posts, re-login!</string>
<string name="comment_hint">Write a new comment...</string>
<string name="dm_hint">Write a new message...</string>
<string name="liked_notif">Liked your post</string>
<string name="comment_notif">Commented on your post:</string>
<string name="follow_notif">Started following you</string>
@ -208,12 +204,9 @@
<string name="request_notif">Requested following you</string>
<string name="request_approve">Approve request</string>
<string name="request_reject">Reject request</string>
<string name="share_public_post">Share this public post to...</string>
<string name="share_private_post">This is a private post! Share to those who can view them!</string>
<string name="discover_empty">This category is somehow empty...</string>
<string name="update_available">An update is available! (%s)</string>
<string name="update_notice">Reminder: If you downloaded from F-Droid, you must update from it! Same applies for GitHub.</string>
<string name="updated">Thank you for updating InstaGrabber!</string>