New translations app.json (Catalan)

This commit is contained in:
Eugen Rochko 2022-02-11 16:04:16 +01:00
parent a6d173b7b4
commit 0ff8d33936
1 changed files with 43 additions and 14 deletions

View File

@ -46,7 +46,7 @@
}, },
"delete_post": { "delete_post": {
"title": "Estàs segur que vols suprimir aquesta publicació?", "title": "Estàs segur que vols suprimir aquesta publicació?",
"delete": "Esborra" "message": "Are you sure you want to delete this post?"
}, },
"clean_cache": { "clean_cache": {
"title": "Neteja la memòria cau", "title": "Neteja la memòria cau",
@ -140,7 +140,8 @@
"unreblog": "Desfer l'impuls", "unreblog": "Desfer l'impuls",
"favorite": "Favorit", "favorite": "Favorit",
"unfavorite": "Desfer Favorit", "unfavorite": "Desfer Favorit",
"menu": "Menú" "menu": "Menú",
"hide": "Hide"
}, },
"tag": { "tag": {
"url": "URL", "url": "URL",
@ -149,6 +150,12 @@
"hashtag": "Etiqueta", "hashtag": "Etiqueta",
"email": "Correu electrònic", "email": "Correu electrònic",
"emoji": "Emoji" "emoji": "Emoji"
},
"visibility": {
"unlisted": "Everyone can see this post but not display in the public timeline.",
"private": "Only their followers can see this post.",
"private_from_me": "Only my followers can see this post.",
"direct": "Only mentioned user can see this post."
} }
}, },
"friendship": { "friendship": {
@ -412,16 +419,26 @@
"segmented_control": { "segmented_control": {
"posts": "Publicacions", "posts": "Publicacions",
"replies": "Respostes", "replies": "Respostes",
"media": "Mèdia" "posts_and_replies": "Posts and Replies",
"media": "Mèdia",
"about": "About"
}, },
"relationship_action_alert": { "relationship_action_alert": {
"confirm_mute_user": {
"title": "Mute Account",
"message": "Confirm to mute %s"
},
"confirm_unmute_user": { "confirm_unmute_user": {
"title": "Desfer silenciar compte", "title": "Desfer silenciar compte",
"message": "Confirma deixar de silenciar a %s" "message": "Confirma deixar de silenciar a %s"
}, },
"confirm_unblock_usre": { "confirm_block_user": {
"title": "Desbloquejar Compte", "title": "Block Account",
"message": "Confirma desbloquejar a %s" "message": "Confirm to block %s"
},
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
} }
} }
}, },
@ -472,12 +489,14 @@
"Everything": "Tot", "Everything": "Tot",
"Mentions": "Mencions" "Mentions": "Mencions"
}, },
"user_followed_you": "%s et segueix", "notification_description": {
"user_favorited your post": "%s ha afavorit el teu estat", "followed_you": "followd you",
"user_reblogged_your_post": "%s ha impulsat el teu estat", "favorited_your_post": "favorited your post",
"user_mentioned_you": "%s t'ha esmentat", "reblogged_your_post": "reblogged your post",
"user_requested_to_follow_you": "%s ha sol·licitat seguir-te", "mentioned_you": "mentioned you",
"user_your_poll_has_ended": "%s L'enquesta ha finalitzat", "request_to_follow_you": "request to follow you",
"poll_has_ended": "poll has ended"
},
"keyobard": { "keyobard": {
"show_everything": "Mostrar-ho tot", "show_everything": "Mostrar-ho tot",
"show_mentions": "Mostrar Mencions" "show_mentions": "Mostrar Mencions"
@ -496,6 +515,13 @@
"light": "Sempre Clara", "light": "Sempre Clara",
"dark": "Sempre Fosca" "dark": "Sempre Fosca"
}, },
"look_and_feel": {
"title": "Look and Feel",
"use_system": "Use System",
"really_dark": "Really Dark",
"sorta_dark": "Sorta Dark",
"light": "Light"
},
"notifications": { "notifications": {
"title": "Notificacions", "title": "Notificacions",
"favorites": "Ha afavorit el meu estat", "favorites": "Ha afavorit el meu estat",
@ -537,14 +563,17 @@
} }
}, },
"report": { "report": {
"title_report": "Report",
"title": "Informa sobre %s", "title": "Informa sobre %s",
"step1": "Pas 1 de 2", "step1": "Pas 1 de 2",
"step2": "Pas 2 de 2", "step2": "Pas 2 de 2",
"content1": "Hi ha alguna altre publicació que vulguis afegir a l'informe?", "content1": "Hi ha alguna altre publicació que vulguis afegir a l'informe?",
"content2": "Hi ha alguna cosa que els moderadors hagin de saber sobre aquest informe?", "content2": "Hi ha alguna cosa que els moderadors hagin de saber sobre aquest informe?",
"report_sent_title": "Thanks for reporting, well look into this.",
"send": "Envia Informe", "send": "Envia Informe",
"skip_to_send": "Envia sense comentaris", "skip_to_send": "Envia sense comentaris",
"text_placeholder": "Escriu o enganxa comentaris addicionals" "text_placeholder": "Escriu o enganxa comentaris addicionals",
"reported": "REPORTED"
}, },
"preview": { "preview": {
"keyboard": { "keyboard": {
@ -564,4 +593,4 @@
"accessibility_hint": "Toca dues vegades per descartar l'assistent" "accessibility_hint": "Toca dues vegades per descartar l'assistent"
} }
} }
} }