diff --git a/src/i18n/ca/components/contextMenu.json b/src/i18n/ca/components/contextMenu.json index af58d16d..45b6a817 100644 --- a/src/i18n/ca/components/contextMenu.json +++ b/src/i18n/ca/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "Deixa de seguir l'usuari" }, "inLists": "Gestionar usuari de llistes", + "showBoosts": { + "action_false": "Mostra els impulsos de l'usuari", + "action_true": "Oculta els impulsos de l'usuari" + }, "mute": { "action_false": "Silencia l'usuari", "action_true": "Deixa de silenciar l'usuari" diff --git a/src/i18n/ca/screens/announcements.json b/src/i18n/ca/screens/announcements.json index 45e4a1a3..74f68022 100644 --- a/src/i18n/ca/screens/announcements.json +++ b/src/i18n/ca/screens/announcements.json @@ -4,7 +4,7 @@ "published": "S'ha publicat <0 />", "button": { "read": "Llegit", - "unread": "Marca com a llegit" + "unread": "Marca-ho com a llegit" } } } \ No newline at end of file diff --git a/src/i18n/ca/screens/compose.json b/src/i18n/ca/screens/compose.json index 95f1a1ae..05302a72 100644 --- a/src/i18n/ca/screens/compose.json +++ b/src/i18n/ca/screens/compose.json @@ -4,8 +4,8 @@ "alert": { "title": "Vols cancel·lar l'edició?", "buttons": { - "save": "Desa l'esborrany", - "delete": "Esborra l'esborrany" + "save": "Desa'l", + "delete": "Esborra'l" } } }, @@ -42,8 +42,7 @@ "placeholder": "Què et passa pel cap?", "keyboardImage": { "exceedMaximum": { - "title": "S'ha arribat al nombre màxim d'adjunts", - "OK": "$t(common:buttons.OK)" + "title": "S'ha arribat al nombre màxim d'adjunts" } } } diff --git a/src/i18n/ca/screens/tabs.json b/src/i18n/ca/screens/tabs.json index ecff2fe6..0b25aec0 100644 --- a/src/i18n/ca/screens/tabs.json +++ b/src/i18n/ca/screens/tabs.json @@ -3,7 +3,7 @@ "local": { "name": "Seguint", "options": { - "showBoosts": "Mostra les publicacions", + "showBoosts": "Mostra els impulsos", "showReplies": "Mostra les respostes" } }, @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filtra", "accessibilityHint": "Filtra els tipus de notificacions", - "title": "Mostra les notificacions", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Sol·licituds de seguiment", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "Publicacions d'usuaris subscrits", - "update": "Edicions d'impulsos", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "Mostra les notificacions" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "Aspecte", "options": { @@ -301,9 +276,8 @@ "external": "Utilitza el navegador del sistema" } }, - "staticEmoji": { - "heading": "Utilitza emojis estàtics", - "description": "Si l'aplicació falla freqüentment en visualitzar la llista d'emojis, pots intentar fer servir els emojis estàtics." + "autoplayGifv": { + "heading": "Reprodueix els GIF automàticament" }, "feedback": { "heading": "Peticions de característiques" @@ -332,9 +306,7 @@ "moved": "S'ha traslladat", "created_at": "Es va unir el dia {{date}}", "summary": { - "statuses_count": "{{count}} publicacions", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} publicacions" }, "toots": { "default": "Publicacions", @@ -357,6 +329,25 @@ "history": { "name": "Edita l'historial" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "Envia anònimament al servidor remot {{instance}}" + }, + "reasons": { + "heading": "Què està passant amb aquest compte?", + "spam": "És contingut brossa", + "other": "És una altra cosa", + "violation": "Incompleix les regles del servidor" + }, + "comment": { + "heading": "Vols afegir alguna altra cosa?" + }, + "violatedRules": { + "heading": "Ha incomplert les regles del servidor" + } + }, "search": { "header": { "prefix": "Cercant", diff --git a/src/i18n/cs/components/contextMenu.json b/src/i18n/cs/components/contextMenu.json index af54f593..b6353f8a 100644 --- a/src/i18n/cs/components/contextMenu.json +++ b/src/i18n/cs/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "" }, "inLists": "", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "", "action_true": "" diff --git a/src/i18n/cs/screens/compose.json b/src/i18n/cs/screens/compose.json index 2a078c68..2d94048a 100644 --- a/src/i18n/cs/screens/compose.json +++ b/src/i18n/cs/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "", "keyboardImage": { "exceedMaximum": { - "title": "", - "OK": "" + "title": "" } } } diff --git a/src/i18n/cs/screens/tabs.json b/src/i18n/cs/screens/tabs.json index bf14709e..4647b8b5 100644 --- a/src/i18n/cs/screens/tabs.json +++ b/src/i18n/cs/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "", "accessibilityHint": "", - "title": "", - "options": { - "follow": "", - "follow_request": "", - "favourite": "", - "reblog": "", - "mention": "", - "poll": "", - "status": "", - "update": "", - "admin.sign_up": "", - "admin.report": "" - } + "title": "" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "", - "content": { - "S": "", - "M": "", - "L": "", - "XL": "", - "XXL": "" - } - }, - "language": { - "heading": "" - }, "theme": { "heading": "", "options": { @@ -301,9 +276,8 @@ "external": "" } }, - "staticEmoji": { - "heading": "", - "description": "" + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "" @@ -332,9 +306,7 @@ "moved": "", "created_at": "", "summary": { - "statuses_count": "", - "following_count": "", - "followers_count": "" + "statuses_count": "" }, "toots": { "default": "", @@ -357,6 +329,25 @@ "history": { "name": "" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "", diff --git a/src/i18n/de/components/contextMenu.json b/src/i18n/de/components/contextMenu.json index 49dd4965..741e6675 100644 --- a/src/i18n/de/components/contextMenu.json +++ b/src/i18n/de/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "Nutzer entfolgen" }, "inLists": "Konten in Listen verwalten", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "Profil stummschalten", "action_true": "Stummschaltung des Nutzers aufheben" diff --git a/src/i18n/de/screens/compose.json b/src/i18n/de/screens/compose.json index c03f11b5..caa03047 100644 --- a/src/i18n/de/screens/compose.json +++ b/src/i18n/de/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "Was geht in dir vor", "keyboardImage": { "exceedMaximum": { - "title": "Maximale Anzahl von Anhängen erreicht", - "OK": "$t(common:buttons.OK)" + "title": "Maximale Anzahl von Anhängen erreicht" } } } diff --git a/src/i18n/de/screens/tabs.json b/src/i18n/de/screens/tabs.json index d797aa21..2b4222f8 100644 --- a/src/i18n/de/screens/tabs.json +++ b/src/i18n/de/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filter", "accessibilityHint": "Angezeigte Benachrichtigungstypen filtern", - "title": "Benachrichtigungen anzeigen", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Followeranfrage", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "Tröt eines abonnierten Nutzers", - "update": "Boost wurde bearbeitet", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "Benachrichtigungen anzeigen" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "Erscheinungsbild", "options": { @@ -301,9 +276,8 @@ "external": "Im Systembrowser öffnen" } }, - "staticEmoji": { - "heading": "System-Emojis verwenden", - "description": "Wenn du beim Betrachten der Emoji-Liste häufige App-Abstürze feststellst, kannst du stattdessen versuchen, statische Emoji zu verwenden." + "autoplayGifv": { + "heading": "GIFs in der Timeline automatisch abspielen" }, "feedback": { "heading": "Neue Funktion vorschlagen" @@ -332,9 +306,7 @@ "moved": "Benutzer umgezogen", "created_at": "Registriert am: {{date}}", "summary": { - "statuses_count": "{{count}} Tröts", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} Tröts" }, "toots": { "default": "Tröts", @@ -357,6 +329,25 @@ "history": { "name": "Bearbeitungsverlauf" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "Suche", diff --git a/src/i18n/es/components/contextMenu.json b/src/i18n/es/components/contextMenu.json index c13a3384..5fbfae14 100644 --- a/src/i18n/es/components/contextMenu.json +++ b/src/i18n/es/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "Dejar de seguir usuario" }, "inLists": "Administrar usuario de listas", + "showBoosts": { + "action_false": "Mostrar los impulsos del usuario", + "action_true": "Ocultar los impulsos del usuario" + }, "mute": { "action_false": "Silenciar usuario", "action_true": "Dejar de silenciar al usuario" diff --git a/src/i18n/es/screens/compose.json b/src/i18n/es/screens/compose.json index cdb378c2..9e2de85b 100644 --- a/src/i18n/es/screens/compose.json +++ b/src/i18n/es/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "¿Qué está pasando?", "keyboardImage": { "exceedMaximum": { - "title": "Número máximo de adjuntos alcanzado", - "OK": "$t(common:buttons.OK)" + "title": "Número máximo de adjuntos alcanzado" } } } diff --git a/src/i18n/es/screens/tabs.json b/src/i18n/es/screens/tabs.json index c05a7192..245b0b80 100644 --- a/src/i18n/es/screens/tabs.json +++ b/src/i18n/es/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filtrar", "accessibilityHint": "Filtrar tipos de notificación", - "title": "Mostrar las notificaciones", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Solicitud de seguimiento", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "Toot de usuarios suscritos", - "update": "El impulso ha sido editado", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "Mostrar las notificaciones" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "Apariencia", "options": { @@ -301,9 +276,8 @@ "external": "Usar navegador" } }, - "staticEmoji": { - "heading": "Usar emojis estáticos", - "description": "Si la aplicación falla al visualizar la lista de emojis, puedes intentar usar emojis estáticos en su lugar." + "autoplayGifv": { + "heading": "Reproduce automáticamente los GIF" }, "feedback": { "heading": "Petición de funciones" @@ -332,9 +306,7 @@ "moved": "Se ha trasladado", "created_at": "Se unió el {{date}}", "summary": { - "statuses_count": "{{count}} toots", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} toots" }, "toots": { "default": "Toots", @@ -357,6 +329,25 @@ "history": { "name": "Historial de ediciones" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "Enviar anónimamente al servidor remoto {{instance}}" + }, + "reasons": { + "heading": "¿Qué está pasando con esta cuenta?", + "spam": "Es spam", + "other": "Es otra cosa", + "violation": "Incumple las reglas del servidor" + }, + "comment": { + "heading": "¿Hay algo más que quieras añadir?" + }, + "violatedRules": { + "heading": "Ha incumplido las reglas del servidor" + } + }, "search": { "header": { "prefix": "Buscando", diff --git a/src/i18n/fr/components/contextMenu.json b/src/i18n/fr/components/contextMenu.json index 9dd2df53..eb125737 100644 --- a/src/i18n/fr/components/contextMenu.json +++ b/src/i18n/fr/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "Ne plus suivre l'utilisateur" }, "inLists": "Gérer l'utilisateur des listes", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "Rendre muet l'utilisateur", "action_true": "Rendre la parole" diff --git a/src/i18n/fr/screens/compose.json b/src/i18n/fr/screens/compose.json index ea31d181..b4bdb9c0 100644 --- a/src/i18n/fr/screens/compose.json +++ b/src/i18n/fr/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "Qu’avez-vous en tête", "keyboardImage": { "exceedMaximum": { - "title": "Nombre maximum de pièces jointes atteint", - "OK": "$t(common:buttons.OK)" + "title": "Nombre maximum de pièces jointes atteint" } } } diff --git a/src/i18n/fr/screens/tabs.json b/src/i18n/fr/screens/tabs.json index 36805b63..09ee317a 100644 --- a/src/i18n/fr/screens/tabs.json +++ b/src/i18n/fr/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filtrer", "accessibilityHint": "Filtrer les types de notifications affichés", - "title": "Afficher les notifications", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Demande d'abonnement", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "Pouet des utilisateurs inscrits", - "update": "Le reblog a été modifié", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "Afficher les notifications" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "Apparence", "options": { @@ -301,9 +276,8 @@ "external": "Ouvrir dans le navigateur système" } }, - "staticEmoji": { - "heading": "Utiliser des émojis statiques", - "description": "Si vous rencontrez des plantages fréquents de l'application lors de l'affichage de la liste d'émojis, vous pouvez essayer d'utiliser des émojis statiques." + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "Demande de fonctionnalités" @@ -332,9 +306,7 @@ "moved": "Utilisateur déplacé", "created_at": "Inscrit le: {{date}}", "summary": { - "statuses_count": "{{count}} pouets", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} pouets" }, "toots": { "default": "Pouets", @@ -357,6 +329,25 @@ "history": { "name": "Modifier l'historique" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "Recherche en cours", diff --git a/src/i18n/it/components/contextMenu.json b/src/i18n/it/components/contextMenu.json index 94e357be..a7f039b5 100644 --- a/src/i18n/it/components/contextMenu.json +++ b/src/i18n/it/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "" }, "inLists": "", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "Muta utente", "action_true": "Riattiva utente" diff --git a/src/i18n/it/screens/compose.json b/src/i18n/it/screens/compose.json index 76860e01..736b7baa 100644 --- a/src/i18n/it/screens/compose.json +++ b/src/i18n/it/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "A cosa stai pensando?", "keyboardImage": { "exceedMaximum": { - "title": "Hai raggiunto il numero massimo di allegati permessi", - "OK": "$t(common:buttons.OK)" + "title": "Hai raggiunto il numero massimo di allegati permessi" } } } diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index 0fdb55af..eb170ce5 100644 --- a/src/i18n/it/screens/tabs.json +++ b/src/i18n/it/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filtri", "accessibilityHint": "Filtra le notifiche mostrate per tipo", - "title": "", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Richiesta di seguirti", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "Toot da utenti seguiti", - "update": "Il link è stato modificato", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "Tema", "options": { @@ -301,9 +276,8 @@ "external": "Nel browser di sistema" } }, - "staticEmoji": { - "heading": "Usa emoji statiche", - "description": "Se la app crasha spesso quando all'apertura della lista di emoji, puoi provare ad attivare le emoji statiche." + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "Richiedi funzionalità" @@ -332,9 +306,7 @@ "moved": "Profilo trasferito", "created_at": "Account creato il: {{date}}", "summary": { - "statuses_count": "{{count}} toot", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} toot" }, "toots": { "default": "Toot", @@ -357,6 +329,25 @@ "history": { "name": "Cronologia delle modifiche" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "Cerca", diff --git a/src/i18n/ja/components/contextMenu.json b/src/i18n/ja/components/contextMenu.json index 10399e65..d45ebcb8 100644 --- a/src/i18n/ja/components/contextMenu.json +++ b/src/i18n/ja/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "ユーザーをフォロー解除" }, "inLists": "リストのユーザーを管理", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "ユーザーをミュート", "action_true": "ユーザーのミュートを解除" diff --git a/src/i18n/ja/screens/compose.json b/src/i18n/ja/screens/compose.json index f39cb2eb..5b903700 100644 --- a/src/i18n/ja/screens/compose.json +++ b/src/i18n/ja/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "今なにかんがえてるの?", "keyboardImage": { "exceedMaximum": { - "title": "アップロードできるメディアの数の上限に達しました", - "OK": "$t(common:buttons.OK)" + "title": "アップロードできるメディアの数の上限に達しました" } } } diff --git a/src/i18n/ja/screens/tabs.json b/src/i18n/ja/screens/tabs.json index c3bf23e1..e042d2c7 100644 --- a/src/i18n/ja/screens/tabs.json +++ b/src/i18n/ja/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "フィルター", "accessibilityHint": "表示される通知の種類をフィルターする", - "title": "", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "フォローリクエスト", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "購読したユーザーのトゥート", - "update": "ブーストしたトゥートが編集されました", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "外観", "options": { @@ -301,9 +276,8 @@ "external": "システムブラウザを使用する" } }, - "staticEmoji": { - "heading": "静的な絵文字リスト", - "description": "絵文字リストを表示しているときにアプリが頻繁にクラッシュする場合、代わりにアニメーションが無効化された絵文字リストを使用してみてください。" + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "機能リクエスト" @@ -332,9 +306,7 @@ "moved": "ユーザーは引っ越ししました", "created_at": "登録日: {{date}}", "summary": { - "statuses_count": "{{count}} 投稿", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} 投稿" }, "toots": { "default": "投稿", @@ -357,6 +329,25 @@ "history": { "name": "編集履歴" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "検索", diff --git a/src/i18n/ko/components/contextMenu.json b/src/i18n/ko/components/contextMenu.json index d9c71ce0..8e17c8a9 100644 --- a/src/i18n/ko/components/contextMenu.json +++ b/src/i18n/ko/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "사용자 팔로우 해제" }, "inLists": "리스트의 사용자 관리", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "사용자 뮤트", "action_true": "사용자 뮤트 해제" diff --git a/src/i18n/ko/screens/compose.json b/src/i18n/ko/screens/compose.json index dbab2698..ba7f18bc 100644 --- a/src/i18n/ko/screens/compose.json +++ b/src/i18n/ko/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "무엇을 생각하고 있나요?", "keyboardImage": { "exceedMaximum": { - "title": "최대 첨부 파일 개수를 초과함", - "OK": "$t(common:buttons.OK)" + "title": "최대 첨부 파일 개수를 초과함" } } } diff --git a/src/i18n/ko/screens/tabs.json b/src/i18n/ko/screens/tabs.json index 465eb18b..e8219c5e 100644 --- a/src/i18n/ko/screens/tabs.json +++ b/src/i18n/ko/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "필터", "accessibilityHint": "받는 알림 종류 선택", - "title": "알림 표시", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "팔로우 요청", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "구독한 사용자의 툿", - "update": "부스트한 툿이 수정됨", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "알림 표시" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "테마", "options": { @@ -301,9 +276,8 @@ "external": "시스템 브라우저 사용" } }, - "staticEmoji": { - "heading": "정적인 에모지 사용", - "description": "에모지 목록 화면에서 자주 앱이 강제 종료된다면, 정적인 에모지를 사용해보세요." + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "기능 제안" @@ -332,9 +306,7 @@ "moved": "유저가 이동함", "created_at": "등록된 날: {{date}}", "summary": { - "statuses_count": "{{count}} 툿", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} 툿" }, "toots": { "default": "툿", @@ -357,6 +329,25 @@ "history": { "name": "수정 이력" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "검색할", diff --git a/src/i18n/nl/components/contextMenu.json b/src/i18n/nl/components/contextMenu.json index 9709280d..a85a6594 100644 --- a/src/i18n/nl/components/contextMenu.json +++ b/src/i18n/nl/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "Ontvolg" }, "inLists": "Gebruiker op lijsten beheren", + "showBoosts": { + "action_false": "Boosts van gebruiker weergeven", + "action_true": "Boosts van gebruiker verbergen" + }, "mute": { "action_false": "Gebruiker dempen", "action_true": "Dempen opheffen voor gebruiker" diff --git a/src/i18n/nl/screens/compose.json b/src/i18n/nl/screens/compose.json index 00a0a43c..8de12f3c 100644 --- a/src/i18n/nl/screens/compose.json +++ b/src/i18n/nl/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "Wat wil je kwijt", "keyboardImage": { "exceedMaximum": { - "title": "Maximum aantal bijlagen bereikt", - "OK": "$t(common:buttons.OK)" + "title": "Maximum aantal bijlagen bereikt" } } } diff --git a/src/i18n/nl/screens/tabs.json b/src/i18n/nl/screens/tabs.json index c7a0d686..adfa5de7 100644 --- a/src/i18n/nl/screens/tabs.json +++ b/src/i18n/nl/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filter", "accessibilityHint": "Filter getoonde meldingstypes", - "title": "Notificaties weergeven", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Volgverzoek", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", - "status": "Toot van geabonneerde gebruikers", - "update": "De reblog is bewerkt", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "Notificaties weergeven" } }, "me": { @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", - "content": { - "S": "$t(me.fontSize.sizes.S)", - "M": "$t(me.fontSize.sizes.M)", - "L": "$t(me.fontSize.sizes.L)", - "XL": "$t(me.fontSize.sizes.XL)", - "XXL": "$t(me.fontSize.sizes.XXL)" - } - }, - "language": { - "heading": "$t(me.stacks.language.name)" - }, "theme": { "heading": "Uiterlijk", "options": { @@ -301,9 +276,8 @@ "external": "Systeembrowser gebruiken" } }, - "staticEmoji": { - "heading": "Statische emoji gebruiken", - "description": "Als je vaak een app crash tegenkomt bij het bekijken van de emoji-lijst, kun je proberen om statische emojis te gebruiken." + "autoplayGifv": { + "heading": "GIF automatisch afspelen op tijdlijn" }, "feedback": { "heading": "Feature aanvragen" @@ -332,9 +306,7 @@ "moved": "Gebruiker is verplaatst", "created_at": "Lid sinds {{date}}", "summary": { - "statuses_count": "{{count}} toots", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} toots" }, "toots": { "default": "Toots", @@ -357,6 +329,25 @@ "history": { "name": "Geschiedenis bewerken" }, + "report": { + "name": "Rapporteer {{acct}}", + "report": "Rapporteer", + "forward": { + "heading": "Anoniem doorsturen naar externe server {{instance}}" + }, + "reasons": { + "heading": "Wat is er aan de hand met dit account?", + "spam": "Het is spam", + "other": "Het is iets anders", + "violation": "Het schendt de serverregels" + }, + "comment": { + "heading": "Wil je nog iets anders toevoegen?" + }, + "violatedRules": { + "heading": "Het is in strijd met de serverregels" + } + }, "search": { "header": { "prefix": "Zoeken", diff --git a/src/i18n/pl/common.json b/src/i18n/pl/common.json index 0228f7cc..6eae240c 100644 --- a/src/i18n/pl/common.json +++ b/src/i18n/pl/common.json @@ -5,10 +5,10 @@ "cancel": "Anuluj", "discard": "Anuluj", "continue": "Dalej", - "create": "", + "create": "Utwórz", "delete": "Usuń", - "done": "", - "confirm": "" + "done": "Gotowe", + "confirm": "Potwierdź" }, "customEmoji": { "accessibilityLabel": "Własne emoji {{emoji}}" diff --git a/src/i18n/pl/components/contextMenu.json b/src/i18n/pl/components/contextMenu.json index 6988f875..d3f9ca65 100644 --- a/src/i18n/pl/components/contextMenu.json +++ b/src/i18n/pl/components/contextMenu.json @@ -1,12 +1,16 @@ { - "accessibilityHint": "", + "accessibilityHint": "Akcje dla tego tootka, takie jak jego konto lub sam tootek", "account": { - "title": "", + "title": "Działania użytkownika", "following": { "action_false": "Obserwuj", "action_true": "Przestań obserwować" }, - "inLists": "", + "inLists": "Zarządzaj kontem list", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "Wycisz użytkownika", "action_true": "Wyłącz wyciszenie" @@ -15,13 +19,13 @@ "action_false": "Zablokuj użytkownika", "action_true": "Odblokuj użytkownika", "alert": { - "title": "" + "title": "Na pewno zablokować {{username}}?" } }, "reports": { "action": "Zgłoś i zablokuj", "alert": { - "title": "" + "title": "Potwierdzić zgłoszenie i zablokować {{username}}?" } } }, @@ -34,7 +38,7 @@ "succeed": "Skopiowano" }, "instance": { - "title": "", + "title": "Opcje instancji", "block": { "action": "Zablokuj instancję {{instance}}", "alert": { @@ -52,7 +56,7 @@ } }, "status": { - "title": "", + "title": "Opcje tootka", "edit": { "action": "Edytuj wpis" }, @@ -64,15 +68,15 @@ } }, "deleteEdit": { - "action": "", + "action": "Skasuj tootka i opublikuj ponownie", "alert": { - "title": "", - "message": "" + "title": "Potwierdzasz usunięcie i ponowną publikację?", + "message": "Wszystkie podbicia i lajki zostaną usunięte, łącznie ze wszystkimi odpowiedziami." } }, "mute": { - "action_false": "", - "action_true": "" + "action_false": "Wycisz tootka i odpowiedzi na niego", + "action_true": "Wyłącz wyciszenie tootka i odpowiedzi na niego" }, "pin": { "action_false": "Przypnij wpis", diff --git a/src/i18n/pl/components/instance.json b/src/i18n/pl/components/instance.json index 6de39ff0..1b16fadf 100644 --- a/src/i18n/pl/components/instance.json +++ b/src/i18n/pl/components/instance.json @@ -1,27 +1,27 @@ { "server": { "textInput": { - "placeholder": "" + "placeholder": "Domena instancji" }, - "whitelisted": "", - "button": "", + "whitelisted": "To może być godna zaufania instancja, z której tooot nie może pobrać danych przed zalogowaniem.", + "button": "Zaloguj", "information": { - "name": "", - "accounts": "", - "statuses": "", - "domains": "" + "name": "Imię i nazwisko", + "accounts": "Użytkownicy", + "statuses": "Tootki", + "domains": "Uniwersa" }, "disclaimer": { - "base": "" + "base": "Logowanie odbywa się przy użyciu przeglądarki systemowej, która nie będzie widoczna dla aplikacji." }, "terms": { - "base": "" + "base": "Logując się, akceptujesz <0>politykę prywatności0> i <1>regulamin usługi1>." } }, "update": { "alert": { - "title": "", - "message": "" + "title": "Zalogowano do tej instancji", + "message": "Możesz zalogować się na inne konto, zachowując już zalogowane konto" } } } \ No newline at end of file diff --git a/src/i18n/pl/components/parse.json b/src/i18n/pl/components/parse.json index c2dc48a6..7b7749dd 100644 --- a/src/i18n/pl/components/parse.json +++ b/src/i18n/pl/components/parse.json @@ -1,8 +1,8 @@ { "HTML": { - "accessibilityHint": "", - "expanded": "", - "moreLines": "", - "defaultHint": "" + "accessibilityHint": "Dotknij, by rozwinąć lub zwinąć zawartość", + "expanded": "{{hint}}{{moreLines}}", + "moreLines": " ({{count}} więcej linii tekstu)", + "defaultHint": "Tootek o znacznej długości" } } \ No newline at end of file diff --git a/src/i18n/pl/components/relationship.json b/src/i18n/pl/components/relationship.json index ccf2aa7b..851d1a2e 100644 --- a/src/i18n/pl/components/relationship.json +++ b/src/i18n/pl/components/relationship.json @@ -1,16 +1,16 @@ { "follow": { - "function": "" + "function": "Obserwuj użytkownika" }, "block": { - "function": "" + "function": "Zablokuj użytkownika" }, "button": { - "error": "", - "blocked_by": "", - "blocking": "", - "following": "", - "requested": "", - "default": "" + "error": "Błąd wczytywania", + "blocked_by": "Zablokowany przez użytkownika", + "blocking": "Odblokuj", + "following": "Przestań obserwować", + "requested": "Wycofaj żądanie", + "default": "Obserwuj" } } \ No newline at end of file diff --git a/src/i18n/pl/components/timeline.json b/src/i18n/pl/components/timeline.json index 5b8535cc..0d4ce721 100644 --- a/src/i18n/pl/components/timeline.json +++ b/src/i18n/pl/components/timeline.json @@ -9,51 +9,51 @@ } }, "end": { - "message": "" + "message": "Koniec! Co powiesz na kubek <0 />?" }, "lookback": { - "message": "" + "message": "Ostatnio czytane o" }, "refresh": { - "fetchPreviousPage": "", - "refetch": "" + "fetchPreviousPage": "Nowsze", + "refetch": "Do najnowszych" }, "shared": { "actioned": { - "pinned": "", - "favourite": "", - "status": "", - "follow": "", - "follow_request": "", - "poll": "", + "pinned": "Przypięte", + "favourite": "{{name}} polubił Twojego tootka", + "status": "{{name}} właśnie coś opublikował(a)", + "follow": "{{name}} obserwuje Cię", + "follow_request": "{{name}} pragnie Cię obserwować", + "poll": "Ankieta w której brałeś(-aś) udział zakończyło się", "reblog": { - "default": "", - "notification": "" + "default": "{{name}} podbił(a)", + "notification": "{{name}} podbił(a) Twojego tootka" }, - "update": "", + "update": "Podbity tootek został edytowany", "admin.sign_up": "{{name}} dołącza do instancji", - "admin.report": "" + "admin.report": "{{name}} zgłosił(a):" }, "actions": { "reply": { - "accessibilityLabel": "" + "accessibilityLabel": "Odpowiedz na tego tootka" }, "reblogged": { - "accessibilityLabel": "", - "function": "", + "accessibilityLabel": "Podbij tego tootka", + "function": "Podbij tootka", "options": { - "title": "", - "public": "", - "unlisted": "" + "title": "Wybierz widoczność podbicia", + "public": "Podbicie publiczne", + "unlisted": "Niewidoczne podbicie" } }, "favourited": { - "accessibilityLabel": "", - "function": "" + "accessibilityLabel": "Dodaj do ulubionych", + "function": "Polubiony tootek" }, "bookmarked": { - "accessibilityLabel": "", - "function": "" + "accessibilityLabel": "Dodaj tego tootka do ulubionych", + "function": "Zapisz tootka" }, "openReport": "" }, diff --git a/src/i18n/pl/screens/announcements.json b/src/i18n/pl/screens/announcements.json index 95737a45..9be92d60 100644 --- a/src/i18n/pl/screens/announcements.json +++ b/src/i18n/pl/screens/announcements.json @@ -1,10 +1,10 @@ { - "heading": "", + "heading": "Ważne ogłoszenia", "content": { - "published": "", + "published": "Opublikowano <0 />", "button": { - "read": "", - "unread": "" + "read": "Przeczytane", + "unread": "Oznacz jako przeczytane" } } } \ No newline at end of file diff --git a/src/i18n/pl/screens/compose.json b/src/i18n/pl/screens/compose.json index 2a078c68..cdc63d86 100644 --- a/src/i18n/pl/screens/compose.json +++ b/src/i18n/pl/screens/compose.json @@ -2,31 +2,31 @@ "heading": { "left": { "alert": { - "title": "", + "title": "Porzucić zmiany?", "buttons": { - "save": "", - "delete": "" + "save": "Zapisz wersję roboczą", + "delete": "Usuń wersję roboczą" } } }, "right": { "button": { - "default": "", - "conversation": "", - "reply": "", - "deleteEdit": "", - "edit": "", - "share": "" + "default": "Trąbnij tootka", + "conversation": "Wyślij prywatnego tootka", + "reply": "Odpowiedz", + "deleteEdit": "Trąbnij tootka", + "edit": "Trąbnij tootka", + "share": "Trąbnij tootka" }, "alert": { "default": { - "title": "", - "button": "" + "title": "Nie udało się trąbnąć tootka", + "button": "Spróbuj jeszcze raz" }, "removeReply": { - "title": "", - "description": "", - "confirm": "" + "title": "Nie znaleziono odpowiedzi", + "description": "Odpowiedź mogła zostać usunięta. Czy chcesz usunąć ją z odnośnika?", + "confirm": "Usuń odnośnik" } } } @@ -34,82 +34,81 @@ "content": { "root": { "header": { - "postingAs": "", + "postingAs": "Trąbię tootka jako @{{acct}}@{{domain}}", "spoilerInput": { - "placeholder": "" + "placeholder": "Ostrzeżenie przed spoilerami" }, "textInput": { - "placeholder": "", + "placeholder": "Co Ci chodzi po głowie?", "keyboardImage": { "exceedMaximum": { - "title": "", - "OK": "" + "title": "Osiągnięto maksymalną ilość załączników" } } } }, "footer": { "attachments": { - "sensitive": "", + "sensitive": "Oznacz załączniki jako kontrowersyjne", "remove": { - "accessibilityLabel": "" + "accessibilityLabel": "Usuń przesłany załącznik, numer {{attachment}}" }, "edit": { - "accessibilityLabel": "" + "accessibilityLabel": "Edytuj przesłany załącznik, numer {{attachment}}" }, "upload": { - "accessibilityLabel": "" + "accessibilityLabel": "Prześlij więcej załączników" } }, "emojis": { - "accessibilityHint": "" + "accessibilityHint": "Dotknij, by dodać emoji do tootka" }, "poll": { "option": { "placeholder": { - "accessibilityLabel": "", - "single": "", - "multiple": "" + "accessibilityLabel": "Opcje ankiety {{index}}", + "single": "Pojedynczy wybór", + "multiple": "Wielokrotny wybór" } }, "quantity": { "reduce": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Zredukuj opcje ankiety do {{amount}}", + "accessibilityHint": "Osiągnięto minimalną ilość opcji ankiety, obecnie posiada {{amount}}" }, "increase": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Zwiększ ilość opcji ankiety do {{amount}}", + "accessibilityHint": "Osiągnięto maksymalną ilość opcji ankiety, obecnie {{amount}}" } }, "multiple": { - "heading": "", + "heading": "Rodzaj wyboru", "options": { - "single": "", - "multiple": "" + "single": "Pojedynczy wybór", + "multiple": "Wielokrotny wybór" } }, "expiration": { - "heading": "", + "heading": "Ważność", "options": { - "300": "", - "1800": "", - "3600": "", - "21600": "", - "86400": "", - "259200": "", - "604800": "" + "300": "5 minut", + "1800": "30 minut", + "3600": "1 godzina", + "21600": "6 godzin", + "86400": "1 dzień", + "259200": "3 dni", + "604800": "7 dni" } } } }, "actions": { "attachment": { - "accessibilityLabel": "", - "accessibilityHint": "", + "accessibilityLabel": "Prześlij załącznik", + "accessibilityHint": "Funkcja ankiety zostanie wyłączona jeśli pojawi się jakiś załącznik", "failed": { "alert": { - "title": "", + "title": "Błąd przesyłania", "button": "" } } diff --git a/src/i18n/pl/screens/imageViewer.json b/src/i18n/pl/screens/imageViewer.json index 17bba91e..928bd530 100644 --- a/src/i18n/pl/screens/imageViewer.json +++ b/src/i18n/pl/screens/imageViewer.json @@ -10,7 +10,7 @@ }, "save": { "succeed": "", - "failed": "" + "failed": "Zapisywanie obrazka nie powiodło się" } } } \ No newline at end of file diff --git a/src/i18n/pl/screens/tabs.json b/src/i18n/pl/screens/tabs.json index 427b3ef4..165841b9 100644 --- a/src/i18n/pl/screens/tabs.json +++ b/src/i18n/pl/screens/tabs.json @@ -28,89 +28,77 @@ "filters": { "accessibilityLabel": "", "accessibilityHint": "", - "title": "", - "options": { - "follow": "", - "follow_request": "", - "favourite": "", - "reblog": "", - "mention": "", - "poll": "", - "status": "", - "update": "", - "admin.sign_up": "", - "admin.report": "" - } + "title": "" } }, "me": { "stacks": { "bookmarks": { - "name": "" + "name": "Zalajkowane" }, "conversations": { - "name": "" + "name": "Prywatne tootki" }, "favourites": { - "name": "" + "name": "Ulubione" }, "followedTags": { - "name": "" + "name": "Obserwowane hasztagi" }, "fontSize": { - "name": "" + "name": "Rozmiar czcionki" }, "language": { - "name": "" + "name": "Język" }, "list": { - "name": "" + "name": "Lista: {{list}}" }, "listAccounts": { "name": "Użytkownicy: {{list}}" }, "listAdd": { - "name": "" + "name": "Utwórz listę" }, "listEdit": { "name": "Edycja listy" }, "lists": { - "name": "" + "name": "Listy" }, "push": { - "name": "" + "name": "Powiadomienia Push" }, "profile": { - "name": "" + "name": "Edytuj profil" }, "profileName": { - "name": "" + "name": "Edytuj nazwę użytkownika" }, "profileNote": { - "name": "" + "name": "Edytuj opis" }, "profileFields": { - "name": "" + "name": "Edytuj metadane" }, "settings": { - "name": "" + "name": "Ustawienia" }, "webSettings": { - "name": "" + "name": "Ustawienia konta" }, "switch": { - "name": "" + "name": "Przełącz konto" } }, "fontSize": { - "demo": "", + "demo": "
Oto przykładowy tootek 😊 Wybierz opcje wielkości czcionki z listy poniżej.
To ustawienie wpłynie jedynie na zawartość Twoich tootków, ale nie na rozmiar innych komunikatów z apki.