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ści i <1>regulamin usługi." } }, "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.

", "sizes": { - "S": "", - "M": "", - "L": "", - "XL": "", - "XXL": "" + "S": "S", + "M": "M (Domyślna)", + "L": "L", + "XL": "XL", + "XXL": "XXL" } }, "listAccounts": { @@ -139,55 +127,55 @@ }, "profile": { "feedback": { - "succeed": "", - "failed": "" + "succeed": "Zaktualizowano {{type}}", + "failed": "Aktualizacja {{type}} nie powiodła się, prosimy spróbować ponownie" }, "root": { "name": { - "title": "" + "title": "Wyświetlana nazwa" }, "avatar": { - "title": "", - "description": "" + "title": "Zdjęcie profilowe", + "description": "Zostanie zmniejszone do 400x400 px" }, "header": { - "title": "", - "description": "" + "title": "Zdjęcie w tle", + "description": "Zostanie zmniejszony do 1500x500 px" }, "note": { - "title": "" + "title": "Opis" }, "fields": { - "title": "", - "total_one": "", - "total_other": "" + "title": "Metadane", + "total_one": "Pole {{count}}", + "total_other": "{{count}} pola" }, "visibility": { - "title": "", + "title": "Domyślna widoczność tootków", "options": { - "public": "", - "unlisted": "", - "private": "" + "public": "Publiczne", + "unlisted": "Niepubliczne", + "private": "Tylko dla obserwujących" } }, "sensitive": { - "title": "" + "title": "Publikuję rzeczy 18+" }, "lock": { - "title": "", - "description": "" + "title": "Zablokuj konto", + "description": "Wymaga ręcznego zatwierdzania obserwujących" }, "bot": { - "title": "", - "description": "" + "title": "Konto bota", + "description": "To konto podejmuje głównie zautomatyzowane działania i może nie być nadzorowane" } }, "fields": { - "group": "", - "label": "", - "content": "" + "group": "Grupa {{index}}", + "label": "Nazwa", + "content": "Link" }, - "mediaSelectionFailed": "" + "mediaSelectionFailed": "Nie udało się przetworzyć obrazka. Prosimy, spróbuj raz jeszcze" }, "push": { "notAvailable": "", @@ -266,19 +254,6 @@ } }, "settings": { - "fontsize": { - "heading": "", - "content": { - "S": "", - "M": "", - "L": "", - "XL": "", - "XXL": "" - } - }, - "language": { - "heading": "" - }, "theme": { "heading": "", "options": { @@ -301,21 +276,20 @@ "external": "" } }, - "staticEmoji": { - "heading": "", - "description": "" + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "" }, "support": { - "heading": "" + "heading": "Wesprzyj tooot!" }, "contact": { - "heading": "" + "heading": "Skontaktuj się z nami" }, - "version": "", - "instanceVersion": "" + "version": "Wersja: v{{version}}", + "instanceVersion": "Wersja Mastodona: v{{version}}" }, "switch": { "existing": "", @@ -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/pt_BR/components/contextMenu.json b/src/i18n/pt_BR/components/contextMenu.json index 44af8e51..9df0ac3a 100644 --- a/src/i18n/pt_BR/components/contextMenu.json +++ b/src/i18n/pt_BR/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "" }, "inLists": "", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "Silenciar usuário", "action_true": "Desativar o silêncio do usuário" diff --git a/src/i18n/pt_BR/screens/compose.json b/src/i18n/pt_BR/screens/compose.json index d58a56b3..53949837 100644 --- a/src/i18n/pt_BR/screens/compose.json +++ b/src/i18n/pt_BR/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "No que você está pensando", "keyboardImage": { "exceedMaximum": { - "title": "Quantidade máxima de anexos atingida", - "OK": "$t(common:buttons.OK)" + "title": "Quantidade máxima de anexos atingida" } } } diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 03f78724..8a13c5a5 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filtro", "accessibilityHint": "Filtrar notificações por tipos", - "title": "", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Solicitações de seguidores pendentes", - "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 usuários inscritos", - "update": "Toot foi editado", - "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": "Aparência", "options": { @@ -301,9 +276,8 @@ "external": "Usar navegador do sistema" } }, - "staticEmoji": { - "heading": "Usar emojis estáticos", - "description": "Se você encontrar falhas frequentes de apps ao visualizar a lista de emojis, você pode tentar usar emojis estáticos." + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "Pedidos de Funcionalidades" @@ -332,9 +306,7 @@ "moved": "Usuário movido", "created_at": "Registrado em: {{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": "Histórico de Edição" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "Procurando", diff --git a/src/i18n/ru/components/contextMenu.json b/src/i18n/ru/components/contextMenu.json index af54f593..b6353f8a 100644 --- a/src/i18n/ru/components/contextMenu.json +++ b/src/i18n/ru/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/ru/screens/compose.json b/src/i18n/ru/screens/compose.json index 6cd968cd..1d188b30 100644 --- a/src/i18n/ru/screens/compose.json +++ b/src/i18n/ru/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "", "keyboardImage": { "exceedMaximum": { - "title": "", - "OK": "" + "title": "" } } } diff --git a/src/i18n/ru/screens/tabs.json b/src/i18n/ru/screens/tabs.json index 6b53529c..fa0949f7 100644 --- a/src/i18n/ru/screens/tabs.json +++ b/src/i18n/ru/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/sv/components/contextMenu.json b/src/i18n/sv/components/contextMenu.json index 000fe33d..151d2383 100644 --- a/src/i18n/sv/components/contextMenu.json +++ b/src/i18n/sv/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "Avfölj användaren" }, "inLists": "Hantera användare i listor", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "Tysta användare", "action_true": "Sluta tysta användare" diff --git a/src/i18n/sv/screens/compose.json b/src/i18n/sv/screens/compose.json index 747df7fa..9f840f0f 100644 --- a/src/i18n/sv/screens/compose.json +++ b/src/i18n/sv/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "Vad tänker du på", "keyboardImage": { "exceedMaximum": { - "title": "Maximalt antal bilagor har uppnåtts", - "OK": "$t(common:buttons.OK)" + "title": "Maximalt antal bilagor har uppnåtts" } } } diff --git a/src/i18n/sv/screens/tabs.json b/src/i18n/sv/screens/tabs.json index 96220df9..d68fdab1 100644 --- a/src/i18n/sv/screens/tabs.json +++ b/src/i18n/sv/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Filter", "accessibilityHint": "Filtrera visade notistyper", - "title": "Visa notifikationer", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Följarförfrågning", - "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": "Inlägg från följda användare", - "update": "Boosten har redigerats", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "Visa notifikationer" } }, "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": "Utseende", "options": { @@ -301,9 +276,8 @@ "external": "Använd systemets webbläsare" } }, - "staticEmoji": { - "heading": "Använd statisk emoji", - "description": "Om du stöter på frekventa appkrascher när du visar emoji-listan kan du testa att använda statisk emoji istället." + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "Funktionsförslag" @@ -332,9 +306,7 @@ "moved": "Användaren har flyttat", "created_at": "Gick med: {{date}}", "summary": { - "statuses_count": "{{count}} inlägg", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} inlägg" }, "toots": { "default": "Inlägg", @@ -357,6 +329,25 @@ "history": { "name": "Redigeringshistorik" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "Söker", diff --git a/src/i18n/uk/components/contextMenu.json b/src/i18n/uk/components/contextMenu.json index 36f88b09..9a4d00bb 100644 --- a/src/i18n/uk/components/contextMenu.json +++ b/src/i18n/uk/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/uk/components/timeline.json b/src/i18n/uk/components/timeline.json index 2e11eef2..e6e8b14c 100644 --- a/src/i18n/uk/components/timeline.json +++ b/src/i18n/uk/components/timeline.json @@ -92,10 +92,10 @@ "expandHint": "Прихований вміст" }, "filtered": { - "reveal": "", - "match_v1": "", - "match_v2_one": "", - "match_v2_other": "" + "reveal": "Все одно показати", + "match_v1": "Відфільтровано: {{phrase}}.", + "match_v2_one": "Відфільтровано від {{filters}}.", + "match_v2_other": "Відфільтровано за {{count}} фільтрів, {{filters}}." }, "fullConversation": "Читати розмови", "translate": { diff --git a/src/i18n/uk/screens/compose.json b/src/i18n/uk/screens/compose.json index 9bf4ccdb..123ad846 100644 --- a/src/i18n/uk/screens/compose.json +++ b/src/i18n/uk/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "Що у вас на думці?", "keyboardImage": { "exceedMaximum": { - "title": "Досягнута максимальна кількість вкладень", - "OK": "$t(common:buttons.OK)" + "title": "Досягнута максимальна кількість вкладень" } } } diff --git a/src/i18n/uk/screens/tabs.json b/src/i18n/uk/screens/tabs.json index ac212dc0..e163b581 100644 --- a/src/i18n/uk/screens/tabs.json +++ b/src/i18n/uk/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": "Автовідтворення GIF в стрічці" }, "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": "Скарга на {{acct}}", + "report": "Скарга", + "forward": { + "heading": "Анонімно переадресовано на віддалений інстанс {{instance}}" + }, + "reasons": { + "heading": "Що не так з цим обліковим записом?", + "spam": "Це спам", + "other": "Це щось інше", + "violation": "Це порушує правила інстанса" + }, + "comment": { + "heading": "Може ви хочете щось додати?" + }, + "violatedRules": { + "heading": "Це порушує правила інстанса" + } + }, "search": { "header": { "prefix": "Пошук", diff --git a/src/i18n/vi/components/contextMenu.json b/src/i18n/vi/components/contextMenu.json index fc293cab..dbf356aa 100644 --- a/src/i18n/vi/components/contextMenu.json +++ b/src/i18n/vi/components/contextMenu.json @@ -7,6 +7,10 @@ "action_true": "Ngưng theo dõi người này" }, "inLists": "Quản lý người trong danh sách", + "showBoosts": { + "action_false": "", + "action_true": "" + }, "mute": { "action_false": "Ẩn người này", "action_true": "Bỏ ẩn người dùng" diff --git a/src/i18n/vi/screens/compose.json b/src/i18n/vi/screens/compose.json index a2d38e04..5b6b6e79 100644 --- a/src/i18n/vi/screens/compose.json +++ b/src/i18n/vi/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "Bạn đang nghĩ về điều gì?", "keyboardImage": { "exceedMaximum": { - "title": "Vượt quá số lượng tập tin cho phép", - "OK": "$t(common:buttons.OK)" + "title": "Vượt quá số lượng tập tin cho phép" } } } diff --git a/src/i18n/vi/screens/tabs.json b/src/i18n/vi/screens/tabs.json index 2df2acbc..9b48a3eb 100644 --- a/src/i18n/vi/screens/tabs.json +++ b/src/i18n/vi/screens/tabs.json @@ -28,19 +28,7 @@ "filters": { "accessibilityLabel": "Lọc", "accessibilityHint": "Lọc các dạng thông báo", - "title": "Hiện thông báo", - "options": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Yêu cầu theo dõi", - "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": "Tút từ người đã theo dõi", - "update": "Đăng lại đã được sửa", - "admin.sign_up": "$t(screenTabs:me.push.admin.sign_up.heading)", - "admin.report": "$t(screenTabs:me.push.admin.report.heading)" - } + "title": "Hiện thông báo" } }, "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": "Giao diện", "options": { @@ -301,9 +276,8 @@ "external": "Bằng trình duyệt" } }, - "staticEmoji": { - "heading": "Dùng emoji có sẵn", - "description": "Nếu app thường xuyên bị treo khi xem danh sách emoji, bạn hãy dùng emoji mặc định." + "autoplayGifv": { + "heading": "" }, "feedback": { "heading": "Đề xuất tính năng" @@ -332,9 +306,7 @@ "moved": "Đã chuyển đi", "created_at": "Đã tham gia {{date}}", "summary": { - "statuses_count": "{{count}} tút", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "statuses_count": "{{count}} tút" }, "toots": { "default": "Tút", @@ -357,6 +329,25 @@ "history": { "name": "Lịch sử chỉnh sửa" }, + "report": { + "name": "", + "report": "", + "forward": { + "heading": "" + }, + "reasons": { + "heading": "", + "spam": "", + "other": "", + "violation": "" + }, + "comment": { + "heading": "" + }, + "violatedRules": { + "heading": "" + } + }, "search": { "header": { "prefix": "Tìm kiếm", diff --git a/src/i18n/zh-Hans/components/contextMenu.json b/src/i18n/zh-Hans/components/contextMenu.json index 7340a249..ee86630b 100644 --- a/src/i18n/zh-Hans/components/contextMenu.json +++ b/src/i18n/zh-Hans/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/zh-Hans/screens/compose.json b/src/i18n/zh-Hans/screens/compose.json index cbe69118..4e7df734 100644 --- a/src/i18n/zh-Hans/screens/compose.json +++ b/src/i18n/zh-Hans/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "想说点什么呢", "keyboardImage": { "exceedMaximum": { - "title": "已达附件数量上限", - "OK": "$t(common:buttons.OK)" + "title": "已达附件数量上限" } } } diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index 11a1a337..b2443326 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/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": "时间轴自动播放GIF" }, "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": "举报 @{{acct}}", + "report": "举报", + "forward": { + "heading": "匿名举报至远程服务器 {{instance}}" + }, + "reasons": { + "heading": "这个账户有什么问题?", + "spam": "这是垃圾信息", + "other": "其他原因", + "violation": "它违反了服务器规则" + }, + "comment": { + "heading": "添加其它信息?" + }, + "violatedRules": { + "heading": "违反的服务器规则" + } + }, "search": { "header": { "prefix": "搜索", diff --git a/src/i18n/zh-Hant/components/contextMenu.json b/src/i18n/zh-Hant/components/contextMenu.json index c4221eff..55c3631c 100644 --- a/src/i18n/zh-Hant/components/contextMenu.json +++ b/src/i18n/zh-Hant/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/zh-Hant/screens/compose.json b/src/i18n/zh-Hant/screens/compose.json index 78d25b7f..899b92a6 100644 --- a/src/i18n/zh-Hant/screens/compose.json +++ b/src/i18n/zh-Hant/screens/compose.json @@ -42,8 +42,7 @@ "placeholder": "正在想些什麼嗎?", "keyboardImage": { "exceedMaximum": { - "title": "已達附件數量上限", - "OK": "$t(common:buttons.OK)" + "title": "已達附件數量上限" } } } diff --git a/src/i18n/zh-Hant/screens/tabs.json b/src/i18n/zh-Hant/screens/tabs.json index b98de156..857f5224 100644 --- a/src/i18n/zh-Hant/screens/tabs.json +++ b/src/i18n/zh-Hant/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": "在時間軸自動播放 GIF" }, "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": "檢舉 {{acct}}", + "report": "檢舉", + "forward": { + "heading": "匿名轉發到遠端伺服器 {{instance}}" + }, + "reasons": { + "heading": "這個帳號發生什麼事?", + "spam": "垃圾訊息", + "other": "其它原因", + "violation": "它違反了伺服器規則" + }, + "comment": { + "heading": "你還有什麼想補充的嗎?" + }, + "violatedRules": { + "heading": "違反伺服器規則" + } + }, "search": { "header": { "prefix": "搜尋",