forked from AkkomaGang/akkoma-fe
Translate some strings to catalan. Most part of block "settings" is not translated yet
This commit is contained in:
parent
0beba08618
commit
f8323b72ae
1 changed files with 83 additions and 83 deletions
166
src/i18n/ca.json
166
src/i18n/ca.json
|
@ -1,90 +1,90 @@
|
||||||
{
|
{
|
||||||
"chat": {
|
"chat": {
|
||||||
"title": "Chat"
|
"title": "Xat"
|
||||||
},
|
},
|
||||||
"features_panel": {
|
"features_panel": {
|
||||||
"chat": "Chat",
|
"chat": "Xat",
|
||||||
"gopher": "Gopher",
|
"gopher": "Gopher",
|
||||||
"media_proxy": "Media proxy",
|
"media_proxy": "Proxy per multimèdia",
|
||||||
"scope_options": "Scope options",
|
"scope_options": "Opcions d'àbast",
|
||||||
"text_limit": "Text limit",
|
"text_limit": "Límit de text",
|
||||||
"title": "Features",
|
"title": "Funcionalitats",
|
||||||
"who_to_follow": "Who to follow"
|
"who_to_follow": "A qui seguir"
|
||||||
},
|
},
|
||||||
"finder": {
|
"finder": {
|
||||||
"error_fetching_user": "Error fetching user",
|
"error_fetching_user": "Hi ha hagut un error en carregar l'usuari/a",
|
||||||
"find_user": "Find user"
|
"find_user": "Find user"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"apply": "Apply",
|
"apply": "Aplica",
|
||||||
"submit": "Submit"
|
"submit": "Desa"
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"login": "Log in",
|
"login": "Inicia sessió",
|
||||||
"logout": "Log out",
|
"logout": "Tanca la sessió",
|
||||||
"password": "Password",
|
"password": "Contrasenya",
|
||||||
"placeholder": "e.g. lain",
|
"placeholder": "p.ex.: Maria",
|
||||||
"register": "Register",
|
"register": "Registra't",
|
||||||
"username": "Username"
|
"username": "Nom d'usuari/a"
|
||||||
},
|
},
|
||||||
"nav": {
|
"nav": {
|
||||||
"chat": "Local Chat",
|
"chat": "Xat local públic",
|
||||||
"friend_requests": "Follow Requests",
|
"friend_requests": "Follow Requests",
|
||||||
"mentions": "Mentions",
|
"mentions": "Mencions",
|
||||||
"public_tl": "Public Timeline",
|
"public_tl": "Flux públic del node",
|
||||||
"timeline": "Timeline",
|
"timeline": "Flux personal",
|
||||||
"twkn": "The Whole Known Network"
|
"twkn": "Tota la xarxa coneguda"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"broken_favorite": "Unknown status, searching for it...",
|
"broken_favorite": "No es coneix aquest estat. S'està cercant.",
|
||||||
"favorited_you": "favorited your status",
|
"favorited_you": "ha marcat un estat teu",
|
||||||
"followed_you": "followed you",
|
"followed_you": "ha començat a seguir-te",
|
||||||
"load_older": "Load older notifications",
|
"load_older": "Carrega més notificacions",
|
||||||
"notifications": "Notifications",
|
"notifications": "Notificacions",
|
||||||
"read": "Read!",
|
"read": "Read!",
|
||||||
"repeated_you": "repeated your status"
|
"repeated_you": "ha repetit el teu estat"
|
||||||
},
|
},
|
||||||
"post_status": {
|
"post_status": {
|
||||||
"account_not_locked_warning": "Your account is not {0}. Anyone can follow you to view your follower-only posts.",
|
"account_not_locked_warning": "El teu compte no està {0}. Qualsevol persona pot seguir-te per llegir les teves entrades reservades només a seguidores.",
|
||||||
"account_not_locked_warning_link": "locked",
|
"account_not_locked_warning_link": "bloquejat",
|
||||||
"attachments_sensitive": "Mark attachments as sensitive",
|
"attachments_sensitive": "Marca l'adjunt com a delicat",
|
||||||
"content_type": {
|
"content_type": {
|
||||||
"plain_text": "Plain text"
|
"plain_text": "Text pla"
|
||||||
},
|
},
|
||||||
"content_warning": "Subject (optional)",
|
"content_warning": "Assumpte (opcional)",
|
||||||
"default": "Just landed in L.A.",
|
"default": "Em sento",
|
||||||
"direct_warning": "This post will only be visible to all the mentioned users.",
|
"direct_warning": "Aquesta entrada només serà visible per les usuràries que etiquetis",
|
||||||
"posting": "Posting",
|
"posting": "Publicació",
|
||||||
"scope": {
|
"scope": {
|
||||||
"direct": "Direct - Post to mentioned users only",
|
"direct": "Directa - Publica només per les usuàries etiquetades",
|
||||||
"private": "Followers-only - Post to followers only",
|
"private": "Només seguidors/es - Publica només per comptes que et segueixin",
|
||||||
"public": "Public - Post to public timelines",
|
"public": "Pública - Publica als fluxos públics",
|
||||||
"unlisted": "Unlisted - Do not post to public timelines"
|
"unlisted": "Silenciosa - No la mostris en fluxos públics"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"registration": {
|
"registration": {
|
||||||
"bio": "Bio",
|
"bio": "Sobre mi",
|
||||||
"email": "Email",
|
"email": "Correu",
|
||||||
"fullname": "Display name",
|
"fullname": "Nom per mostrar",
|
||||||
"password_confirm": "Password confirmation",
|
"password_confirm": "Confirma la contrasenya",
|
||||||
"registration": "Registration",
|
"registration": "Registra't",
|
||||||
"token": "Invite token"
|
"token": "Codi d'invitació"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"attachmentRadius": "Attachments",
|
"attachmentRadius": "Adjunts",
|
||||||
"attachments": "Attachments",
|
"attachments": "Adjunts",
|
||||||
"autoload": "Enable automatic loading when scrolled to the bottom",
|
"autoload": "Recarrega automàticament en arribar a sota de tot.",
|
||||||
"avatar": "Avatar",
|
"avatar": "Avatar",
|
||||||
"avatarAltRadius": "Avatars (Notifications)",
|
"avatarAltRadius": "Avatars (notificacions)",
|
||||||
"avatarRadius": "Avatars",
|
"avatarRadius": "Avatars",
|
||||||
"background": "Background",
|
"background": "Imatge de fons",
|
||||||
"bio": "Bio",
|
"bio": "Sobre l'usuària",
|
||||||
"btnRadius": "Buttons",
|
"btnRadius": "Botons",
|
||||||
"cBlue": "Blue (Reply, follow)",
|
"cBlue": "Blau (Respon, segueix)",
|
||||||
"cGreen": "Green (Retweet)",
|
"cGreen": "Verd (Republica)",
|
||||||
"cOrange": "Orange (Favorite)",
|
"cOrange": "Taronja (Marca com a preferit)",
|
||||||
"cRed": "Red (Cancel)",
|
"cRed": "Red (Canceŀla",
|
||||||
"change_password": "Change Password",
|
"change_password": "Chanvia la contrasenya",
|
||||||
"change_password_error": "There was an issue changing your password.",
|
"change_password_error": "There was an issue changing your password.",
|
||||||
"changed_password": "Password changed successfully!",
|
"changed_password": "Password changed successfully!",
|
||||||
"collapse_subject": "Collapse posts with subjects",
|
"collapse_subject": "Collapse posts with subjects",
|
||||||
|
@ -157,43 +157,43 @@
|
||||||
"theme": "Theme",
|
"theme": "Theme",
|
||||||
"theme_help": "Use hex color codes (#rrggbb) to customize your color theme.",
|
"theme_help": "Use hex color codes (#rrggbb) to customize your color theme.",
|
||||||
"tooltipRadius": "Tooltips/alerts",
|
"tooltipRadius": "Tooltips/alerts",
|
||||||
"user_settings": "User Settings",
|
"user_settings": "Configuració personal",
|
||||||
"values": {
|
"values": {
|
||||||
"false": "no",
|
"false": "no",
|
||||||
"true": "yes"
|
"true": "sí"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"collapse": "Collapse",
|
"collapse": "Amaga",
|
||||||
"conversation": "Conversation",
|
"conversation": "Conversa",
|
||||||
"error_fetching": "Error fetching updates",
|
"error_fetching": "S'ha produït un error en carregar els estats",
|
||||||
"load_older": "Load older statuses",
|
"load_older": "Carrera estats anteriors",
|
||||||
"no_retweet_hint": "Post is marked as followers-only or direct and cannot be repeated",
|
"no_retweet_hint": "L'entrada és només per a seguidores o \"directa\" i no es pot republicar",
|
||||||
"repeated": "repeated",
|
"repeated": "repetit",
|
||||||
"show_new": "Show new",
|
"show_new": "Mostra els nous",
|
||||||
"up_to_date": "Up-to-date"
|
"up_to_date": "Actualitzat"
|
||||||
},
|
},
|
||||||
"user_card": {
|
"user_card": {
|
||||||
"approve": "Approve",
|
"approve": "Aprova",
|
||||||
"block": "Block",
|
"block": "Bloqueja",
|
||||||
"blocked": "Blocked!",
|
"blocked": "Bloquejat!",
|
||||||
"deny": "Deny",
|
"deny": "Denega",
|
||||||
"follow": "Follow",
|
"follow": "Segueix",
|
||||||
"followees": "Following",
|
"followees": "Segueixo",
|
||||||
"followers": "Followers",
|
"followers": "Seguidors/es",
|
||||||
"following": "Following!",
|
"following": "Seguint!",
|
||||||
"follows_you": "Follows you!",
|
"follows_you": "Et segueix!",
|
||||||
"mute": "Mute",
|
"mute": "Silencia",
|
||||||
"muted": "Muted",
|
"muted": "Silenciat",
|
||||||
"per_day": "per day",
|
"per_day": "per dia",
|
||||||
"remote_follow": "Remote follow",
|
"remote_follow": "Seguiment remot",
|
||||||
"statuses": "Statuses"
|
"statuses": "Estats"
|
||||||
},
|
},
|
||||||
"user_profile": {
|
"user_profile": {
|
||||||
"timeline_title": "User Timeline"
|
"timeline_title": "Flux personal"
|
||||||
},
|
},
|
||||||
"who_to_follow": {
|
"who_to_follow": {
|
||||||
"more": "More",
|
"more": "More",
|
||||||
"who_to_follow": "Who to follow"
|
"who_to_follow": "A qui seguir"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue