From c6bdc08d0fcf471f88f1098955782c74c5c438ce Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 20 Nov 2022 16:42:11 +0100 Subject: [PATCH] New Crowdin updates (#468) * New translations tabs.json (Spanish) * New translations common.json (Spanish) * New translations instance.json (Spanish) * New translations timeline.json (Spanish) * New translations tabs.json (Spanish) * New translations mediaSelector.json (Spanish) * New translations contextMenu.json (Spanish) * New translations tabs.json (Spanish) * New translations mediaSelector.json (Italian) * New translations parse.json (Italian) * New translations relationship.json (Italian) * New translations timeline.json (Italian) * New translations actions.json (Italian) * New translations announcements.json (Italian) * New translations compose.json (Italian) * New translations accountSelection.json (Italian) * New translations common.json (Swedish) * New translations instance.json (Swedish) * New translations parse.json (Swedish) * New translations relationship.json (Swedish) * New translations timeline.json (Swedish) * New translations actions.json (Swedish) * New translations imageViewer.json (Swedish) * New translations announcements.json (Swedish) * New translations compose.json (Swedish) * New translations screens.json (Swedish) * New translations tabs.json (Swedish) * New translations mediaSelector.json (Swedish) * New translations emojis.json (Swedish) * New translations contextMenu.json (Swedish) * New translations accountSelection.json (Swedish) * New translations common.json (Swedish) * New translations instance.json (Swedish) * New translations instance.json (Swedish) * New translations parse.json (Swedish) * New translations relationship.json (Swedish) * New translations timeline.json (Swedish) * New translations timeline.json (Swedish) * New translations actions.json (Swedish) * New translations imageViewer.json (Swedish) * New translations announcements.json (Swedish) * New translations compose.json (Swedish) * New translations tabs.json (Swedish) * New translations mediaSelector.json (Swedish) * New translations emojis.json (Swedish) * New translations contextMenu.json (Swedish) * New translations accountSelection.json (Swedish) * New translations compose.json (Swedish) * New translations screens.json (Swedish) * New translations tabs.json (Swedish) * New translations tabs.json (German) * New translations tabs.json (Italian) * New translations tabs.json (Japanese) * New translations tabs.json (Korean) * New translations tabs.json (Chinese Simplified) * New translations tabs.json (Chinese Traditional) * New translations tabs.json (Vietnamese) * New translations tabs.json (Portuguese, Brazilian) * New translations tabs.json (French) * New translations tabs.json (Polish) * New translations tabs.json (Swedish) * New translations tabs.json (Spanish) * New translations tabs.json (German) * New translations tabs.json (Italian) * New translations tabs.json (Japanese) * New translations tabs.json (Korean) * New translations tabs.json (Chinese Simplified) * New translations tabs.json (Chinese Traditional) * New translations tabs.json (Vietnamese) * New translations tabs.json (Portuguese, Brazilian) * New translations tabs.json (French) * New translations tabs.json (Swedish) * New translations tabs.json (Spanish) --- src/i18n/de/screens/tabs.json | 10 +- src/i18n/es/common.json | 2 +- src/i18n/es/components/contextMenu.json | 2 +- src/i18n/es/components/instance.json | 2 +- src/i18n/es/components/mediaSelector.json | 2 +- src/i18n/es/components/timeline.json | 8 +- src/i18n/es/screens/tabs.json | 32 +- src/i18n/fr/screens/tabs.json | 10 +- src/i18n/it/components/mediaSelector.json | 2 +- src/i18n/it/components/parse.json | 6 +- src/i18n/it/components/relationship.json | 4 +- src/i18n/it/components/timeline.json | 14 +- src/i18n/it/screens/accountSelection.json | 2 +- src/i18n/it/screens/actions.json | 2 +- src/i18n/it/screens/announcements.json | 2 +- src/i18n/it/screens/compose.json | 24 +- src/i18n/it/screens/tabs.json | 10 +- src/i18n/ja/screens/tabs.json | 10 +- src/i18n/ko/screens/tabs.json | 10 +- src/i18n/pl/screens/tabs.json | 10 +- src/i18n/pt_BR/screens/tabs.json | 10 +- src/i18n/sv/common.json | 22 ++ src/i18n/sv/components/contextMenu.json | 76 +++++ src/i18n/sv/components/emojis.json | 3 + src/i18n/sv/components/instance.json | 30 ++ src/i18n/sv/components/mediaSelector.json | 10 + src/i18n/sv/components/parse.json | 8 + src/i18n/sv/components/relationship.json | 16 + src/i18n/sv/components/timeline.json | 152 +++++++++ src/i18n/sv/screens.json | 18 ++ src/i18n/sv/screens/accountSelection.json | 6 + src/i18n/sv/screens/actions.json | 20 ++ src/i18n/sv/screens/announcements.json | 10 + src/i18n/sv/screens/compose.json | 179 +++++++++++ src/i18n/sv/screens/imageViewer.json | 17 + src/i18n/sv/screens/tabs.json | 358 ++++++++++++++++++++++ src/i18n/vi/screens/tabs.json | 10 +- src/i18n/zh-Hans/screens/tabs.json | 10 +- src/i18n/zh-Hant/screens/tabs.json | 10 +- 39 files changed, 1049 insertions(+), 80 deletions(-) create mode 100644 src/i18n/sv/common.json create mode 100644 src/i18n/sv/components/contextMenu.json create mode 100644 src/i18n/sv/components/emojis.json create mode 100644 src/i18n/sv/components/instance.json create mode 100644 src/i18n/sv/components/mediaSelector.json create mode 100644 src/i18n/sv/components/parse.json create mode 100644 src/i18n/sv/components/relationship.json create mode 100644 src/i18n/sv/components/timeline.json create mode 100644 src/i18n/sv/screens.json create mode 100644 src/i18n/sv/screens/accountSelection.json create mode 100644 src/i18n/sv/screens/actions.json create mode 100644 src/i18n/sv/screens/announcements.json create mode 100644 src/i18n/sv/screens/compose.json create mode 100644 src/i18n/sv/screens/imageViewer.json create mode 100644 src/i18n/sv/screens/tabs.json diff --git a/src/i18n/de/screens/tabs.json b/src/i18n/de/screens/tabs.json index 44890943..c2808f00 100644 --- a/src/i18n/de/screens/tabs.json +++ b/src/i18n/de/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>\"s Medien" }, + "hashtag": { + "follow": "Folgen", + "unfollow": "Entfolgen" + }, + "history": { + "name": "Bearbeitungsverlauf" + }, "search": { "header": { "prefix": "Suche", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} mal geboosted", "favourited_by": "{{count}} mal geherzt" } - }, - "history": { - "name": "Bearbeitungsverlauf" } } } \ No newline at end of file diff --git a/src/i18n/es/common.json b/src/i18n/es/common.json index 676f3efd..cd456dfe 100644 --- a/src/i18n/es/common.json +++ b/src/i18n/es/common.json @@ -9,7 +9,7 @@ }, "message": { "success": { - "message": "" + "message": "{{function}} con éxito" }, "warning": { "message": "" diff --git a/src/i18n/es/components/contextMenu.json b/src/i18n/es/components/contextMenu.json index fd3ef8bf..e879a855 100644 --- a/src/i18n/es/components/contextMenu.json +++ b/src/i18n/es/components/contextMenu.json @@ -1,5 +1,5 @@ { - "accessibilityHint": "", + "accessibilityHint": "Acciones para este toot, como su usuario o el toot en sí mismo", "account": { "title": "Acciones de usuario", "mute": { diff --git a/src/i18n/es/components/instance.json b/src/i18n/es/components/instance.json index e4ef89af..914f3c04 100644 --- a/src/i18n/es/components/instance.json +++ b/src/i18n/es/components/instance.json @@ -8,7 +8,7 @@ "name": "Nombre", "accounts": "Usuarios", "statuses": "Toots", - "domains": "" + "domains": "Universos" }, "disclaimer": { "base": "El inicio de sesión usa el navegador del sistema, y la información de la cuenta no será visible para tooot." diff --git a/src/i18n/es/components/mediaSelector.json b/src/i18n/es/components/mediaSelector.json index a8897333..0becd316 100644 --- a/src/i18n/es/components/mediaSelector.json +++ b/src/i18n/es/components/mediaSelector.json @@ -1,5 +1,5 @@ { - "title": "", + "title": "Elegir origen multimedia", "message": "Los datos multimedia EXIF no se han subido", "options": { "image": "Subir fotos", diff --git a/src/i18n/es/components/timeline.json b/src/i18n/es/components/timeline.json index 1adf59d3..3d6e3511 100644 --- a/src/i18n/es/components/timeline.json +++ b/src/i18n/es/components/timeline.json @@ -47,11 +47,11 @@ }, "favourited": { "accessibilityLabel": "Agregar este toot en favoritos", - "function": "" + "function": "Marcar toot como favorito" }, "bookmarked": { "accessibilityLabel": "Añadir este toot en marcadores", - "function": "" + "function": "Añadir toot a marcadores" } }, "actionsUsers": { @@ -78,7 +78,7 @@ }, "unsupported": { "text": "Error al cargar", - "button": "" + "button": "Probar con el enlace remoto" } }, "avatar": { @@ -101,7 +101,7 @@ "shared": { "account": { "name": { - "accessibilityHint": "" + "accessibilityHint": "Nombre de usuario" }, "account": { "accessibilityHint": "Cuenta de usuario" diff --git a/src/i18n/es/screens/tabs.json b/src/i18n/es/screens/tabs.json index e669cf45..5c282b4b 100644 --- a/src/i18n/es/screens/tabs.json +++ b/src/i18n/es/screens/tabs.json @@ -134,7 +134,7 @@ }, "lock": { "title": "Bloquear cuenta", - "description": "" + "description": "Necesitas aprobar manualmente los seguidores nuevos" }, "bot": { "title": "Cuenta bot", @@ -156,11 +156,11 @@ }, "global": { "heading": "Habilitar para {{acct}}", - "description": "" + "description": "Los mensajes se envían a través del servidor de tooot" }, "decode": { "heading": "Mostrar detalles del mensaje", - "description": "" + "description": "Los mensajes que se envían a través del servidor de tooot están encriptados, pero puedes optar por desencriptarlos en el servidor. El servidor es de código abierto y tenemos una política de cero registros." }, "default": { "heading": "Predeterminado" @@ -172,7 +172,7 @@ "heading": "Solicitud de seguimiento" }, "favourite": { - "heading": "" + "heading": "Favoritos" }, "reblog": { "heading": "Impulsado" @@ -186,14 +186,14 @@ "status": { "heading": "Toot de usuarios suscritos" }, - "howitworks": "" + "howitworks": "Más información sobre las notificaciones push" }, "root": { "announcements": { "content": { "unread": "{{amount}} no leídos", - "read": "", - "empty": "" + "read": "Todo leído", + "empty": "Nada" } }, "push": { @@ -203,7 +203,7 @@ } }, "update": { - "title": "" + "title": "Actualizar a la última versión" }, "logout": { "button": "Cerrar sesión", @@ -310,10 +310,17 @@ "attachments": { "name": "" }, + "hashtag": { + "follow": "Seguir", + "unfollow": "Dejar de seguir" + }, + "history": { + "name": "Historial de ediciones" + }, "search": { "header": { "prefix": "Buscando", - "placeholder": "" + "placeholder": "algo..." }, "empty": { "general": "Escribe para buscar $t(screenTabs:shared.search.sections.accounts), $t(screenTabs:shared.search.sections.hashtags) o $t(screenTabs:shared.search.sections.statuses)", @@ -332,10 +339,10 @@ "hashtags": "Hashtag", "statuses": "Toot" }, - "notFound": "" + "notFound": "No se pudo encontrar {{searchTerm}} relacionado con {{type}}" }, "toot": { - "name": "" + "name": "Discusiones" }, "users": { "accounts": { @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} impulsados", "favourited_by": "{{count}} favoritos" } - }, - "history": { - "name": "" } } } \ No newline at end of file diff --git a/src/i18n/fr/screens/tabs.json b/src/i18n/fr/screens/tabs.json index 7ed79d7e..7934b677 100644 --- a/src/i18n/fr/screens/tabs.json +++ b/src/i18n/fr/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>\"s media" }, + "hashtag": { + "follow": "Suivre", + "unfollow": "Ne plus suivre" + }, + "history": { + "name": "Modifier l'historique" + }, "search": { "header": { "prefix": "Recherche en cours", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} boosté", "favourited_by": "{{count}} mis en favori" } - }, - "history": { - "name": "Modifier l'historique" } } } \ No newline at end of file diff --git a/src/i18n/it/components/mediaSelector.json b/src/i18n/it/components/mediaSelector.json index a91b2894..06f3c082 100644 --- a/src/i18n/it/components/mediaSelector.json +++ b/src/i18n/it/components/mediaSelector.json @@ -1,6 +1,6 @@ { "title": "Seleziona origine media", - "message": "", + "message": "I dati EXIF multimediali non sono stati caricati", "options": { "image": "Carica foto", "image_max": "Carica foto (massimo {{max}})", diff --git a/src/i18n/it/components/parse.json b/src/i18n/it/components/parse.json index 2db10f00..e640def1 100644 --- a/src/i18n/it/components/parse.json +++ b/src/i18n/it/components/parse.json @@ -1,8 +1,8 @@ { "HTML": { - "accessibilityHint": "", + "accessibilityHint": "Tocca per espandere o comprimere il contenuto", "expanded": "{{hint}}{{moreLines}}", - "moreLines": "", - "defaultHint": "" + "moreLines": " (altre{{count}} linee)", + "defaultHint": "Toot lungo" } } \ No newline at end of file diff --git a/src/i18n/it/components/relationship.json b/src/i18n/it/components/relationship.json index 2b1cfeda..9307b6c0 100644 --- a/src/i18n/it/components/relationship.json +++ b/src/i18n/it/components/relationship.json @@ -7,10 +7,10 @@ }, "button": { "error": "Errore di caricamento", - "blocked_by": "L'utente ti ha bloccato", + "blocked_by": "Bloccato dall'utente", "blocking": "Sblocca", "following": "Smetti di seguire", - "requested": "Annulla richiesta di seguire", + "requested": "Annulla la richiesta", "default": "Segui" } } \ No newline at end of file diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 512a79f1..3b1a40c6 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -16,21 +16,21 @@ }, "refresh": { "fetchPreviousPage": "Più recenti da qui", - "refetch": "Vai a recenti" + "refetch": "Al più recente" }, "shared": { "actioned": { "pinned": "Fissato in cima", "favourite": "{{name}} ha apprezzato il tuo toot", "status": "{{name}} ha appena pubblicato", - "follow": "{{name}} ti sta seguendo", + "follow": "{{name}} ti segue", "follow_request": "{{name}} ha chiesto di seguirti", "poll": "Un sondaggio in cui hai votato è terminato", "reblog": { "default": "{{name}} ha ricondiviso", "notification": "{{name}} ha ricondiviso il tuo toot" }, - "update": "Retoot ha subito una modifica" + "update": "Il link è stato modificato" }, "actions": { "reply": { @@ -40,9 +40,9 @@ "accessibilityLabel": "Ricondividi questo toot", "function": "Ricondividi toot", "options": { - "title": "", - "public": "", - "unlisted": "" + "title": "Scegli visibilità boost", + "public": "Boost pubblico", + "unlisted": "Rimuovi boost dall'elenco" } }, "favourited": { @@ -88,7 +88,7 @@ "content": { "expandHint": "Contenuto nascosto" }, - "filtered": "", + "filtered": "Filtrato: {{phrase}}.", "fullConversation": "Leggi la conversazione", "translate": { "default": "Traduci", diff --git a/src/i18n/it/screens/accountSelection.json b/src/i18n/it/screens/accountSelection.json index 770adb7a..c4680509 100644 --- a/src/i18n/it/screens/accountSelection.json +++ b/src/i18n/it/screens/accountSelection.json @@ -1,6 +1,6 @@ { "heading": "Condividi con...", "content": { - "select_account": "Seleziona conto" + "select_account": "Seleziona profilo" } } \ No newline at end of file diff --git a/src/i18n/it/screens/actions.json b/src/i18n/it/screens/actions.json index f6914024..b428b43c 100644 --- a/src/i18n/it/screens/actions.json +++ b/src/i18n/it/screens/actions.json @@ -7,7 +7,7 @@ "heading": "Filtra notifiche per tipo", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", - "follow_request": "Richieste di seguirti", + "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)", diff --git a/src/i18n/it/screens/announcements.json b/src/i18n/it/screens/announcements.json index c41719f6..75d1b07c 100644 --- a/src/i18n/it/screens/announcements.json +++ b/src/i18n/it/screens/announcements.json @@ -3,7 +3,7 @@ "content": { "published": "Pubblicato <0 />", "button": { - "read": "Già letto", + "read": "Letto", "unread": "Segna come letto" } } diff --git a/src/i18n/it/screens/compose.json b/src/i18n/it/screens/compose.json index 095ef96c..f84b9a13 100644 --- a/src/i18n/it/screens/compose.json +++ b/src/i18n/it/screens/compose.json @@ -1,12 +1,12 @@ { "heading": { "left": { - "button": "Scarta", + "button": "Annulla", "alert": { "title": "Scartare il toot?", "buttons": { - "save": "Salva come bozza", - "delete": "Scarta ed esci", + "save": "Salva bozza", + "delete": "Elimina bozza", "cancel": "Annulla" } } @@ -22,14 +22,14 @@ }, "alert": { "default": { - "title": "Invio fallito", + "title": "Pubblicazione fallita", "button": "Riprova" }, "removeReply": { "title": "Impossibile trovare il toot a cui si è risposto", "description": "Il toot a cui si è risposto potrebbe essere stato cancellato. Vuoi rimuoverne il riferimento?", "cancel": "$t(common:buttons.cancel)", - "confirm": "Rimuovi" + "confirm": "Rimuovi riferimento" } } } @@ -37,7 +37,7 @@ "content": { "root": { "header": { - "postingAs": "Pubblicando come @{{acct}}@{{domain}}", + "postingAs": "Pubblica come @{{acct}}@{{domain}}", "spoilerInput": { "placeholder": "Avviso di spoiler" }, @@ -65,24 +65,24 @@ } }, "emojis": { - "accessibilityHint": "Premi per aggiungere delle emoji a questo toot" + "accessibilityHint": "Tocca per aggiungere emoji al toot" }, "poll": { "option": { "placeholder": { - "accessibilityLabel": "Scelta di sondaggio {{index}}", + "accessibilityLabel": "Opzione sondaggio {{index}}", "single": "Risposta singola", "multiple": "Risposta multipla" } }, "quantity": { "reduce": { - "accessibilityLabel": "Riduci le scelte del sondaggio a {{amount}}", - "accessibilityHint": "Hai raggiunto il minimo di scelte possibili per il sondaggio ({{amount}})" + "accessibilityLabel": "Riduce le opzioni del sondaggio a {{amount}}", + "accessibilityHint": "Quantità minima di opzioni del sondaggio raggiunta, attualmente ne ha {{amount}}" }, "increase": { - "accessibilityLabel": "Aumenta le scelte del sondaggio a {{amount}}", - "accessibilityHint": "Hai raggiunto il massimo di scelte possibili per il sondaggio ({{amount}})" + "accessibilityLabel": "Aumenta le opzioni del sondaggio a {{amount}}", + "accessibilityHint": "Massima quantità di opzioni del sondaggio raggiunta, attualmente ne ha {{amount}}" } }, "multiple": { diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index 0229822d..dedbc789 100644 --- a/src/i18n/it/screens/tabs.json +++ b/src/i18n/it/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "Media di <0 /><1>\"" }, + "hashtag": { + "follow": "Segui", + "unfollow": "Smetti di seguire" + }, + "history": { + "name": "Cronologia delle modifiche" + }, "search": { "header": { "prefix": "Cerca", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} ricondivisioni", "favourited_by": "{{count}} apprezzamenti" } - }, - "history": { - "name": "Cronologia delle modifiche" } } } \ No newline at end of file diff --git a/src/i18n/ja/screens/tabs.json b/src/i18n/ja/screens/tabs.json index 52b6c8a2..8cdb69e9 100644 --- a/src/i18n/ja/screens/tabs.json +++ b/src/i18n/ja/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>\" のメディア" }, + "hashtag": { + "follow": "フォロー", + "unfollow": "フォローをやめる" + }, + "history": { + "name": "編集履歴" + }, "search": { "header": { "prefix": "検索", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} ブースト", "favourited_by": "{{count}} お気に入り" } - }, - "history": { - "name": "編集履歴" } } } \ No newline at end of file diff --git a/src/i18n/ko/screens/tabs.json b/src/i18n/ko/screens/tabs.json index c08f1214..965f926d 100644 --- a/src/i18n/ko/screens/tabs.json +++ b/src/i18n/ko/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>\"의 미디어" }, + "hashtag": { + "follow": "팔로우", + "unfollow": "팔로우 해제" + }, + "history": { + "name": "수정 이력" + }, "search": { "header": { "prefix": "무엇을", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} 부스트함", "favourited_by": "{{count}} 즐겨찾기함" } - }, - "history": { - "name": "수정 이력" } } } \ No newline at end of file diff --git a/src/i18n/pl/screens/tabs.json b/src/i18n/pl/screens/tabs.json index 5a8188c4..ed143487 100644 --- a/src/i18n/pl/screens/tabs.json +++ b/src/i18n/pl/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "" }, + "hashtag": { + "follow": "", + "unfollow": "" + }, + "history": { + "name": "" + }, "search": { "header": { "prefix": "", @@ -346,9 +353,6 @@ "reblogged_by": "", "favourited_by": "" } - }, - "history": { - "name": "" } } } \ No newline at end of file diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 8f61070e..b44b69fe 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>\"s mídia" }, + "hashtag": { + "follow": "Seguir", + "unfollow": "Deixar de seguir" + }, + "history": { + "name": "Histórico de Edição" + }, "search": { "header": { "prefix": "Procurando", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} boostou", "favourited_by": "{{count}} favoritados" } - }, - "history": { - "name": "Histórico de Edição" } } } \ No newline at end of file diff --git a/src/i18n/sv/common.json b/src/i18n/sv/common.json new file mode 100644 index 00000000..cb81f060 --- /dev/null +++ b/src/i18n/sv/common.json @@ -0,0 +1,22 @@ +{ + "buttons": { + "OK": "OK", + "apply": "Verkställ", + "cancel": "Avbryt" + }, + "customEmoji": { + "accessibilityLabel": "Anpassad emoji {{emoji}}" + }, + "message": { + "success": { + "message": "{{function}} lyckades" + }, + "warning": { + "message": "" + }, + "error": { + "message": "{{function}} misslyckades, försök igen" + } + }, + "separator": ", " +} \ No newline at end of file diff --git a/src/i18n/sv/components/contextMenu.json b/src/i18n/sv/components/contextMenu.json new file mode 100644 index 00000000..164e3beb --- /dev/null +++ b/src/i18n/sv/components/contextMenu.json @@ -0,0 +1,76 @@ +{ + "accessibilityHint": "Åtgärder för detta inlägg, som t.ex. dess författare, själva inlägget", + "account": { + "title": "Användaråtgärder", + "mute": { + "action_false": "Tysta användare", + "action_true": "Sluta tysta användare" + }, + "block": { + "action_false": "Blockera användare", + "action_true": "Avblockera användare" + }, + "reports": { + "action": "Rapportera och blockera" + } + }, + "copy": { + "action": "Kopiera inlägg", + "succeed": "Kopierat" + }, + "instance": { + "title": "Instansåtgärd", + "block": { + "action": "Blockera instansen {{instance}}", + "alert": { + "title": "Bekräfta blockering av instansen {{instance}}?", + "message": "Oftast kan du tysta eller blockera vissa användare.\n\nEfter blockering av en instans kommer allt innehåll inklusive följare från denna instans att tas bort!", + "buttons": { + "confirm": "Bekräfta" + } + } + } + }, + "share": { + "status": { + "action": "Dela inlägg" + }, + "account": { + "action": "Dela användare" + } + }, + "status": { + "title": "Inläggsåtgärder", + "edit": { + "action": "Redigera inlägg" + }, + "delete": { + "action": "Radera inlägg", + "alert": { + "title": "Bekräfta radering?", + "message": "Alla boostar och favoritmarkeringar kommer tas bort, inklusive alla svar.", + "buttons": { + "confirm": "Bekräfta" + } + } + }, + "deleteEdit": { + "action": "Radera inlägg och posta på nytt", + "alert": { + "title": "Bekräfta radera inlägg och posta på nytt?", + "message": "Alla boostar och favoritmarkeringar kommer tas bort, inklusive alla svar.", + "buttons": { + "confirm": "Bekräfta" + } + } + }, + "mute": { + "action_false": "Tysta inlägg och svar", + "action_true": "Sluta tysta inlägg och svar" + }, + "pin": { + "action_false": "Fäst inlägg", + "action_true": "Avfäst inlägg" + } + } +} \ No newline at end of file diff --git a/src/i18n/sv/components/emojis.json b/src/i18n/sv/components/emojis.json new file mode 100644 index 00000000..53ee7df7 --- /dev/null +++ b/src/i18n/sv/components/emojis.json @@ -0,0 +1,3 @@ +{ + "frequentUsed": "Ofta använda" +} \ No newline at end of file diff --git a/src/i18n/sv/components/instance.json b/src/i18n/sv/components/instance.json new file mode 100644 index 00000000..3f669dbf --- /dev/null +++ b/src/i18n/sv/components/instance.json @@ -0,0 +1,30 @@ +{ + "server": { + "textInput": { + "placeholder": "Domän för instansen" + }, + "button": "Logga in", + "information": { + "name": "Namn", + "accounts": "Användare", + "statuses": "Inlägg", + "domains": "Universum" + }, + "disclaimer": { + "base": "Inloggningsprocessen använder systemets webbläsare så ingen av din kontoinformation är synlig för appen." + }, + "terms": { + "base": "Genom att logga in godkänner du <0> integritetspolicyn och <1>användarvillkoren." + } + }, + "update": { + "alert": { + "title": "Inloggad till denna instans", + "message": "Du kan logga in på ett annat konto och behålla redan inloggade konton", + "buttons": { + "cancel": "$t(common:buttons.cancel)", + "continue": "Fortsätt" + } + } + } +} \ No newline at end of file diff --git a/src/i18n/sv/components/mediaSelector.json b/src/i18n/sv/components/mediaSelector.json new file mode 100644 index 00000000..589332fc --- /dev/null +++ b/src/i18n/sv/components/mediaSelector.json @@ -0,0 +1,10 @@ +{ + "title": "Välj mediakälla", + "message": "EXIF-data för media laddas inte upp", + "options": { + "image": "Ladda upp bilder", + "image_max": "Ladda upp bilder (max {{max}})", + "video": "Ladda upp video", + "video_max": "Ladda upp video (max {{max}})" + } +} \ No newline at end of file diff --git a/src/i18n/sv/components/parse.json b/src/i18n/sv/components/parse.json new file mode 100644 index 00000000..8fde132a --- /dev/null +++ b/src/i18n/sv/components/parse.json @@ -0,0 +1,8 @@ +{ + "HTML": { + "accessibilityHint": "Tryck för att utöka eller dölja innehåll", + "expanded": "{{hint}}{{moreLines}}", + "moreLines": " ({{count}} rader till)", + "defaultHint": "Långt inlägg" + } +} \ No newline at end of file diff --git a/src/i18n/sv/components/relationship.json b/src/i18n/sv/components/relationship.json new file mode 100644 index 00000000..1dbcab28 --- /dev/null +++ b/src/i18n/sv/components/relationship.json @@ -0,0 +1,16 @@ +{ + "follow": { + "function": "Följ användare" + }, + "block": { + "function": "Blockera användare" + }, + "button": { + "error": "Laddningsfel", + "blocked_by": "Blockerad av användare", + "blocking": "Avblockera", + "following": "Sluta följ", + "requested": "Återkalla förfrågan", + "default": "Följ" + } +} \ No newline at end of file diff --git a/src/i18n/sv/components/timeline.json b/src/i18n/sv/components/timeline.json new file mode 100644 index 00000000..488048e4 --- /dev/null +++ b/src/i18n/sv/components/timeline.json @@ -0,0 +1,152 @@ +{ + "empty": { + "error": { + "message": "Laddningsfel", + "button": "Försök igen" + }, + "success": { + "message": "Tidslinjen är tom" + } + }, + "end": { + "message": "Slut, vad sägs om en kopp <0 />" + }, + "lookback": { + "message": "Senast läst" + }, + "refresh": { + "fetchPreviousPage": "Nyare härifrån", + "refetch": "Till senaste" + }, + "shared": { + "actioned": { + "pinned": "Fäst", + "favourite": "{{name}} favoritmarkerade ditt inlägg", + "status": "{{name}} publicerade just ett inlägg", + "follow": "{{name}} följde dig", + "follow_request": "{{name}} begärde att få följa dig", + "poll": "En omröstning du röstat i har avslutats", + "reblog": { + "default": "{{name}} boostade", + "notification": "{{name}} boostade ditt inlägg" + }, + "update": "Boosten har redigerats" + }, + "actions": { + "reply": { + "accessibilityLabel": "Svara på det här inlägget" + }, + "reblogged": { + "accessibilityLabel": "Boosta det här inlägget", + "function": "Boosta inlägg", + "options": { + "title": "Välj synlighet på boost", + "public": "Offentlig boost", + "unlisted": "Olistad boost" + } + }, + "favourited": { + "accessibilityLabel": "Lägg till detta inlägg till favoriter", + "function": "Favoritmarkera inlägg" + }, + "bookmarked": { + "accessibilityLabel": "Lägg till detta inlägg till dina bokmärken", + "function": "Bokmärk inlägg" + } + }, + "actionsUsers": { + "reblogged_by": { + "accessibilityLabel": "{{count}} användare har boostat det här inlägget", + "accessibilityHint": "Tryck för att lära känna användarna", + "text": "$t(screenTabs:shared.users.statuses.reblogged_by)" + }, + "favourited_by": { + "accessibilityLabel": "{{count}} användare har favoritmarkerat det här inlägget", + "accessibilityHint": "Tryck för att lära känna användarna", + "text": "$t(screenTabs:shared.users.statuses.favourited_by)" + }, + "history": { + "accessibilityLabel": "Detta inlägg har redigerats {{count}} gånger", + "accessibilityHint": "Tryck för att visa hela redigeringshistoriken", + "text_one": "{{count}} redigering", + "text_other": "{{count}} redigeringar" + } + }, + "attachment": { + "sensitive": { + "button": "Visa känslig media" + }, + "unsupported": { + "text": "Laddningsfel", + "button": "Prova fjärrlänk" + } + }, + "avatar": { + "accessibilityLabel": "{{name}}s avatar", + "accessibilityHint": "Tryck för att gå till {{name}}s sida" + }, + "content": { + "expandHint": "Dolt innehåll" + }, + "filtered": "Filtrerat: {{phrase}}.", + "fullConversation": "Läs konversationer", + "translate": { + "default": "Översätt", + "succeed": "Översatt av {{provider}} från {{source}}", + "failed": "Översättning misslyckades", + "source_not_supported": "inläggets språk stöds inte", + "target_not_supported": "Målspråket stöds inte" + }, + "header": { + "shared": { + "account": { + "name": { + "accessibilityHint": "Användarens visningsnamn" + }, + "account": { + "accessibilityHint": "Användarens konto" + } + }, + "application": "Via {{application}}", + "edited": { + "accessibilityLabel": "Inlägg redigerat" + }, + "muted": { + "accessibilityLabel": "Inlägg tystat" + }, + "visibility": { + "direct": { + "accessibilityLabel": "Inlägget är ett direktmeddelande" + }, + "private": { + "accessibilityLabel": "Inlägget syns endast för följare" + } + } + }, + "conversation": { + "withAccounts": "Med", + "delete": { + "function": "Ta bort direktmeddelande" + } + } + }, + "poll": { + "meta": { + "button": { + "vote": "Rösta", + "refresh": "Uppdatera" + }, + "count": { + "voters_one": "{{count}} användare har röstat", + "voters_other": "{{count}} användare har röstat", + "votes_one": "{{count}} röst", + "votes_other": "{{count}} röster" + }, + "expiration": { + "expired": "Omröstning har gått ut", + "until": "Förfaller <0 />" + } + } + } + } +} \ No newline at end of file diff --git a/src/i18n/sv/screens.json b/src/i18n/sv/screens.json new file mode 100644 index 00000000..0e1578f3 --- /dev/null +++ b/src/i18n/sv/screens.json @@ -0,0 +1,18 @@ +{ + "screenshot": { + "title": "Integritetsskydd", + "message": "Vänligen avslöja inte någon annan användares identitet, såsom användarnamn, profilbild etc. Tack!", + "button": "Bekräfta" + }, + "localCorrupt": { + "message": "Inloggningen har gått ut. Försök att logga in igen" + }, + "pushError": { + "message": "Fel i push-tjänster", + "description": "Vänligen återaktivera pushnotiser i inställningar" + }, + "shareError": { + "imageNotSupported": "Bildformatet {{type}} stöds inte", + "videoNotSupported": "Videoformatet {{type}} stöds inte" + } +} \ No newline at end of file diff --git a/src/i18n/sv/screens/accountSelection.json b/src/i18n/sv/screens/accountSelection.json new file mode 100644 index 00000000..873f66f0 --- /dev/null +++ b/src/i18n/sv/screens/accountSelection.json @@ -0,0 +1,6 @@ +{ + "heading": "Dela med ...", + "content": { + "select_account": "Välj konto" + } +} \ No newline at end of file diff --git a/src/i18n/sv/screens/actions.json b/src/i18n/sv/screens/actions.json new file mode 100644 index 00000000..347390cf --- /dev/null +++ b/src/i18n/sv/screens/actions.json @@ -0,0 +1,20 @@ +{ + "content": { + "altText": { + "heading": "Alternativtext" + }, + "notificationsFilter": { + "heading": "Visa notistyper", + "content": { + "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" + } + } + } +} \ No newline at end of file diff --git a/src/i18n/sv/screens/announcements.json b/src/i18n/sv/screens/announcements.json new file mode 100644 index 00000000..dc0b379b --- /dev/null +++ b/src/i18n/sv/screens/announcements.json @@ -0,0 +1,10 @@ +{ + "heading": "Meddelanden", + "content": { + "published": "Publicerad <0 />", + "button": { + "read": "Läst", + "unread": "Markera som läst" + } + } +} \ No newline at end of file diff --git a/src/i18n/sv/screens/compose.json b/src/i18n/sv/screens/compose.json new file mode 100644 index 00000000..39869ede --- /dev/null +++ b/src/i18n/sv/screens/compose.json @@ -0,0 +1,179 @@ +{ + "heading": { + "left": { + "button": "Avbryt", + "alert": { + "title": "Avbryt redigering?", + "buttons": { + "save": "Spara utkast", + "delete": "Ta bort utkast", + "cancel": "Avbryt" + } + } + }, + "right": { + "button": { + "default": "Inlägg", + "conversation": "Skicka DM", + "reply": "Skicka svar", + "deleteEdit": "Inlägg", + "edit": "Publicera", + "share": "Inlägg" + }, + "alert": { + "default": { + "title": "Kunde inte publicera", + "button": "Försök igen" + }, + "removeReply": { + "title": "Inlägget kunde inte hittas", + "description": "Inlägget du svarar på kan ha raderats. Vill du ta bort referensen till det?", + "cancel": "$t(common:buttons.cancel)", + "confirm": "Ta bort referens" + } + } + } + }, + "content": { + "root": { + "header": { + "postingAs": "Skriver som @{{acct}}@{{domain}}", + "spoilerInput": { + "placeholder": "Spoilervarningsmeddelande" + }, + "textInput": { + "placeholder": "Vad tänker du på", + "keyboardImage": { + "exceedMaximum": { + "title": "Maximalt antal bilagor har uppnåtts", + "OK": "$t(common:buttons.OK)" + } + } + } + }, + "footer": { + "attachments": { + "sensitive": "Markera bilagor som känsliga", + "remove": { + "accessibilityLabel": "Ta bort uppladdad bilaga, nummer {{attachment}}" + }, + "edit": { + "accessibilityLabel": "Redigera uppladdad bilaga, nummer {{attachment}}" + }, + "upload": { + "accessibilityLabel": "Ladda upp fler bilagor" + } + }, + "emojis": { + "accessibilityHint": "Tryck för att lägga till emoji till inlägg" + }, + "poll": { + "option": { + "placeholder": { + "accessibilityLabel": "Omröstningsalternativ {{index}}", + "single": "Enval", + "multiple": "Flera val" + } + }, + "quantity": { + "reduce": { + "accessibilityLabel": "Minska omröstningsalternativ till {{amount}}", + "accessibilityHint": "Minsta antal omröstningsalternativ har uppnåtts, för närvarande {{amount}}" + }, + "increase": { + "accessibilityLabel": "Öka omröstningsalternativ till {{amount}}", + "accessibilityHint": "Maximalt antal omröstningsalternativ har uppnåtts, för närvarande {{amount}}" + } + }, + "multiple": { + "heading": "Typ av val", + "options": { + "single": "Enval", + "multiple": "Flera val", + "cancel": "$t(common:buttons.cancel)" + } + }, + "expiration": { + "heading": "Giltighet", + "options": { + "300": "5 minuter", + "1800": "30 minuter", + "3600": "1 timme", + "21600": "6 timmar", + "86400": "1 dag", + "259200": "3 dagar", + "604800": "7 dagar", + "cancel": "$t(common:buttons.cancel)" + } + } + } + }, + "actions": { + "attachment": { + "accessibilityLabel": "Ladda upp bilaga", + "accessibilityHint": "Omröstningsfunktionen kommer att inaktiveras om det finns bilagor", + "failed": { + "alert": { + "title": "Uppladdningen misslyckades", + "button": "Försök igen" + } + } + }, + "poll": { + "accessibilityLabel": "Lägg till omröstning", + "accessibilityHint": "Bilagefunktionen inaktiveras när en omröstning är aktiv" + }, + "visibility": { + "accessibilityLabel": "Inläggets synlighet är {{visibility}}", + "title": "Inläggssynlighet", + "options": { + "public": "Offentlig", + "unlisted": "Olistad", + "private": "Endast följare", + "direct": "Direktmeddelande", + "cancel": "$t(common:buttons.cancel)" + } + }, + "spoiler": { + "accessibilityLabel": "Spoiler" + }, + "emoji": { + "accessibilityLabel": "Lägg till emoji", + "accessibilityHint": "Öppna panelen för emoji-val, svep horisontellt för att byta sida" + } + }, + "drafts_one": "Utkast ({{count}})", + "drafts_other": "Utkast ({{count}})" + }, + "editAttachment": { + "header": { + "title": "Redigera bilaga", + "right": { + "accessibilityLabel": "Spara redigering av bilaga", + "failed": { + "title": "Kunde inte redigera", + "button": "Försök igen" + } + } + }, + "content": { + "altText": { + "heading": "Beskriv media för synskadade", + "placeholder": "Du kan lägga till en beskrivning, som ibland kallas alternativtext, till dina medier så att de är tillgängliga för ännu fler, inklusive dem som är blinda eller synskadade.\n\nBra beskrivningar är kortfattade men presenterar vad som finns i dina medier tillräckligt noggrant för att beskriva deras sammanhang." + }, + "imageFocus": "Dra i fokuscirkeln för att uppdatera fokuspunkten" + } + }, + "draftsList": { + "header": { + "title": "Utkast" + }, + "warning": "Utkasten lagras endast lokalt och kan gå förlorade i sällsynta fall. Ett tips är att inte använda utkast för långtidslagring.", + "content": { + "accessibilityHint": "Sparat utkast, tryck för att redigera detta utkast", + "textEmpty": "Innehållet är tomt" + }, + "checkAttachment": "Kontrollerar bilagor på servern..." + } + } +} \ No newline at end of file diff --git a/src/i18n/sv/screens/imageViewer.json b/src/i18n/sv/screens/imageViewer.json new file mode 100644 index 00000000..39ad2514 --- /dev/null +++ b/src/i18n/sv/screens/imageViewer.json @@ -0,0 +1,17 @@ +{ + "content": { + "actions": { + "accessibilityLabel": "Fler åtgärder för denna bild", + "accessibilityHint": "Du kan spara eller dela denna bild" + }, + "options": { + "save": "Spara bild", + "share": "Dela bild", + "cancel": "$t(common:buttons.cancel)" + }, + "save": { + "succeed": "Bild sparad", + "failed": "Kunde inte spara bild" + } + } +} \ No newline at end of file diff --git a/src/i18n/sv/screens/tabs.json b/src/i18n/sv/screens/tabs.json new file mode 100644 index 00000000..32626622 --- /dev/null +++ b/src/i18n/sv/screens/tabs.json @@ -0,0 +1,358 @@ +{ + "tabs": { + "local": { + "name": "Följer" + }, + "public": { + "name": "", + "segments": { + "left": "Federerat", + "right": "Lokalt" + } + }, + "notifications": { + "name": "Notiser" + }, + "me": { + "name": "Om mig" + } + }, + "common": { + "search": { + "accessibilityLabel": "Sök", + "accessibilityHint": "Sök efter hashtaggar, användare eller inlägg" + } + }, + "notifications": { + "filter": { + "accessibilityLabel": "Filter", + "accessibilityHint": "Filtrera visade notistyper" + } + }, + "me": { + "stacks": { + "bookmarks": { + "name": "Bokmärken" + }, + "conversations": { + "name": "Direktmeddelanden" + }, + "favourites": { + "name": "Favoriter" + }, + "fontSize": { + "name": "Storlek på teckensnitt i inlägg" + }, + "language": { + "name": "Språk" + }, + "lists": { + "name": "Listor" + }, + "list": { + "name": "Lista: {{list}}" + }, + "push": { + "name": "Pushnotiser" + }, + "profile": { + "name": "Redigera profil" + }, + "profileName": { + "name": "Redigera visningsnamn" + }, + "profileNote": { + "name": "Redigera beskrivning" + }, + "profileFields": { + "name": "Redigera metadata" + }, + "settings": { + "name": "Appinställningar" + }, + "webSettings": { + "name": "Fler kontoinställningar" + }, + "switch": { + "name": "Byt konto" + } + }, + "fontSize": { + "demo": "

Det här är ett demoinlägg😊. Du kan välja mellan flera alternativ nedan.

Denna inställning påverkar endast huvudinnehållet i inlägg men inte andra teckenstorlekar.

", + "sizes": { + "S": "S", + "M": "M - Standard", + "L": "L", + "XL": "XL", + "XXL": "XXL" + } + }, + "profile": { + "cancellation": { + "title": "Ändringen har inte sparats", + "message": "Din ändring har inte sparats. Vill du strunta i att spara ändringarna?", + "buttons": { + "cancel": "$t(common:buttons.cancel)", + "discard": "Kasta bort" + } + }, + "feedback": { + "succeed": "{{type}} uppdaterades", + "failed": "{{type}}-uppdateringen misslyckades, vänligen försök igen" + }, + "root": { + "name": { + "title": "Visningsnamn" + }, + "avatar": { + "title": "Profilbild", + "description": "Kommer att skalas ner till 400x400px" + }, + "header": { + "title": "Banderoll", + "description": "Kommer att skalas ner till 1500x500px" + }, + "note": { + "title": "Beskrivning" + }, + "fields": { + "title": "Metadata", + "total_one": "{{count}} fält", + "total_other": "{{count}} fält" + }, + "visibility": { + "title": "Inläggssynlighet", + "options": { + "public": "Offentlig", + "unlisted": "Olistad", + "private": "Endast följare", + "cancel": "$t(common:buttons.cancel)" + } + }, + "sensitive": { + "title": "Publicerar känslig media" + }, + "lock": { + "title": "Lås konto", + "description": "Kräver att du godkänner följare manuellt" + }, + "bot": { + "title": "Botkonto", + "description": "Detta konto utför huvudsakligen automatiserade åtgärder och kanske inte övervakas" + } + }, + "fields": { + "group": "Grupp {{index}}", + "label": "Etikett", + "content": "Innehåll" + }, + "mediaSelectionFailed": "Bildbearbetningen misslyckades. Försök igen." + }, + "push": { + "notAvailable": "Din telefon stöder inte pushnotiser från tooot", + "enable": { + "direct": "Aktivera pushnotiser", + "settings": "Aktivera i inställningar" + }, + "global": { + "heading": "Aktivera för {{acct}}", + "description": "Meddelanden dirigeras via tooots server" + }, + "decode": { + "heading": "Visa meddelandedetaljer", + "description": "Meddelanden som dirigeras via tooots server är krypterade men du kan välja att avkoda meddelandet på servern. Vår serverkällkod är öppen källkod och ingenting loggas på servern." + }, + "default": { + "heading": "Standard" + }, + "follow": { + "heading": "Ny följare" + }, + "follow_request": { + "heading": "Följarförfrågning" + }, + "favourite": { + "heading": "Favorit" + }, + "reblog": { + "heading": "Boostad" + }, + "mention": { + "heading": "Nämnde dig" + }, + "poll": { + "heading": "Uppdateringar för omröstning" + }, + "status": { + "heading": "Inlägg från följda användare" + }, + "howitworks": "Läs om hur routing fungerar" + }, + "root": { + "announcements": { + "content": { + "unread": "{{amount}} olästa", + "read": "Alla lästa", + "empty": "Inga" + } + }, + "push": { + "content": { + "enabled": "Aktiverad", + "disabled": "Inaktiverad" + } + }, + "update": { + "title": "Uppdatera till senaste versionen" + }, + "logout": { + "button": "Logga ut", + "alert": { + "title": "Logga ut?", + "message": "Efter att du loggat ut måste du logga in igen", + "buttons": { + "logout": "Logga ut", + "cancel": "$t(common:buttons.cancel)" + } + } + } + }, + "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)", + "options": { + "cancel": "$t(common:buttons.cancel)" + } + }, + "theme": { + "heading": "Utseende", + "options": { + "auto": "Som systemet", + "light": "Ljust läge", + "dark": "Mörkt läge", + "cancel": "$t(common:buttons.cancel)" + } + }, + "darkTheme": { + "heading": "Mörkt tema", + "options": { + "lighter": "Ljusare", + "darker": "Mörkare", + "cancel": "$t(common:buttons.cancel)" + } + }, + "browser": { + "heading": "Öppnar länk", + "options": { + "internal": "Inuti appen", + "external": "Använd systemets webbläsare", + "cancel": "$t(common:buttons.cancel)" + } + }, + "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." + }, + "feedback": { + "heading": "Funktionsförslag" + }, + "support": { + "heading": "Stöd tooot" + }, + "review": { + "heading": "Recensera tooot" + }, + "contact": { + "heading": "Kontakta tooot" + }, + "analytics": { + "heading": "Hjälp oss att bli bättre", + "description": "Samlar endast in användningsdata som inte är kopplad till användaren" + }, + "version": "Version v{{version}}", + "instanceVersion": "Mastodon version v{{version}}" + }, + "switch": { + "existing": "Välj bland inloggade", + "new": "Logga in på instans" + } + }, + "shared": { + "account": { + "actions": { + "accessibilityLabel": "Åtgärder för användare {{user}}", + "accessibilityHint": "Du kan tysta, blockera, rapportera eller dela denna användare" + }, + "followed_by": " följer dig", + "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)" + }, + "toots": { + "default": "Inlägg", + "all": "Inlägg och svar" + }, + "suspended": "Kontot är avstängt av moderatorerna på din server" + }, + "attachments": { + "name": "<0 /><1>s media" + }, + "hashtag": { + "follow": "Följ", + "unfollow": "Sluta följ" + }, + "history": { + "name": "Redigeringshistorik" + }, + "search": { + "header": { + "prefix": "Söker", + "placeholder": "för..." + }, + "empty": { + "general": "Ange sökord för att söka efter $t(screenTabs:shared.search.sections.accounts), $t(screenTabs:shared.search.sections.hashtags) eller $t(screenTabs:shared.search.sections.statuses)", + "advanced": { + "header": "Avancerad sökning", + "example": { + "account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)", + "hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)", + "statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)", + "accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)" + } + } + }, + "sections": { + "accounts": "Användare", + "hashtags": "Hashtagg", + "statuses": "Inlägg" + }, + "notFound": "Kan inte hitta {{searchTerm}}-relaterade {{type}}" + }, + "toot": { + "name": "Diskussioner" + }, + "users": { + "accounts": { + "following": "Följer {{count}}", + "followers": "{{count}} följare" + }, + "statuses": { + "reblogged_by": "{{count}} boostade", + "favourited_by": "{{count}} favoriter" + } + } + } +} \ No newline at end of file diff --git a/src/i18n/vi/screens/tabs.json b/src/i18n/vi/screens/tabs.json index fdb93752..5a79d628 100644 --- a/src/i18n/vi/screens/tabs.json +++ b/src/i18n/vi/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>'s media" }, + "hashtag": { + "follow": "Theo dõi", + "unfollow": "Ngưng theo dõi" + }, + "history": { + "name": "Lịch sử chỉnh sửa" + }, "search": { "header": { "prefix": "Tìm kiếm", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} đăng lại", "favourited_by": "{{count}} thích" } - }, - "history": { - "name": "Lịch sử chỉnh sửa" } } } \ No newline at end of file diff --git a/src/i18n/zh-Hans/screens/tabs.json b/src/i18n/zh-Hans/screens/tabs.json index f49caea6..131094ba 100644 --- a/src/i18n/zh-Hans/screens/tabs.json +++ b/src/i18n/zh-Hans/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>的媒体" }, + "hashtag": { + "follow": "关注", + "unfollow": "取消关注" + }, + "history": { + "name": "编辑历史" + }, "search": { "header": { "prefix": "搜索", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} 人转嘟", "favourited_by": "{{count}} 人喜欢" } - }, - "history": { - "name": "编辑历史" } } } \ No newline at end of file diff --git a/src/i18n/zh-Hant/screens/tabs.json b/src/i18n/zh-Hant/screens/tabs.json index fdff687c..7eb60826 100644 --- a/src/i18n/zh-Hant/screens/tabs.json +++ b/src/i18n/zh-Hant/screens/tabs.json @@ -310,6 +310,13 @@ "attachments": { "name": "<0 /><1>的媒體" }, + "hashtag": { + "follow": "追蹤", + "unfollow": "取消追蹤" + }, + "history": { + "name": "編輯歷史" + }, "search": { "header": { "prefix": "搜尋", @@ -346,9 +353,6 @@ "reblogged_by": "{{count}} 人轉嘟", "favourited_by": "{{count}} 人喜歡" } - }, - "history": { - "name": "編輯歷史" } } } \ No newline at end of file