forked from treehouse/mastodon
l10n Occitan update for Embed, cancel follow request, ... (#4788)
* Update: some missing strings * Updates missing strings * New string * Update oc.json * Update oc.yml * Update oc.jsonrebase/4.0.0rc2
parent
249bdc169c
commit
8538170c2d
|
@ -12,7 +12,7 @@
|
||||||
"account.mute": "Rescondre @{name}",
|
"account.mute": "Rescondre @{name}",
|
||||||
"account.posts": "Estatuts",
|
"account.posts": "Estatuts",
|
||||||
"account.report": "Senhalar @{name}",
|
"account.report": "Senhalar @{name}",
|
||||||
"account.requested": "Invitacion mandada",
|
"account.requested": "Invitacion mandada. Clicatz per anullar.",
|
||||||
"account.share": "Partejar lo perfil a @{name}",
|
"account.share": "Partejar lo perfil a @{name}",
|
||||||
"account.unblock": "Desblocar @{name}",
|
"account.unblock": "Desblocar @{name}",
|
||||||
"account.unblock_domain": "Desblocar {domain}",
|
"account.unblock_domain": "Desblocar {domain}",
|
||||||
|
@ -63,8 +63,8 @@
|
||||||
"confirmations.mute.message": "Sètz segur de voler metre en silenci {name} ?",
|
"confirmations.mute.message": "Sètz segur de voler metre en silenci {name} ?",
|
||||||
"confirmations.unfollow.confirm": "Quitar de sègre",
|
"confirmations.unfollow.confirm": "Quitar de sègre",
|
||||||
"confirmations.unfollow.message": "Volètz vertadièrament quitar de sègre {name} ?",
|
"confirmations.unfollow.message": "Volètz vertadièrament quitar de sègre {name} ?",
|
||||||
"embed.instructions": "Embed this status on your website by copying the code below.",
|
"embed.instructions": "Embarcar aqueste estatut per o far veire sus un site Internet en copiar lo còdi çai-jos.",
|
||||||
"embed.preview": "Here is what it will look like:",
|
"embed.preview": "Semblarà aquò : ",
|
||||||
"emoji_button.activity": "Activitats",
|
"emoji_button.activity": "Activitats",
|
||||||
"emoji_button.flags": "Drapèus",
|
"emoji_button.flags": "Drapèus",
|
||||||
"emoji_button.food": "Beure e manjar",
|
"emoji_button.food": "Beure e manjar",
|
||||||
|
@ -164,7 +164,7 @@
|
||||||
"standalone.public_title": "Una ulhada dedins…",
|
"standalone.public_title": "Una ulhada dedins…",
|
||||||
"status.cannot_reblog": "Aqueste estatut pòt pas èsser partejat",
|
"status.cannot_reblog": "Aqueste estatut pòt pas èsser partejat",
|
||||||
"status.delete": "Escafar",
|
"status.delete": "Escafar",
|
||||||
"status.embed": "Embed",
|
"status.embed": "Embarcar",
|
||||||
"status.favourite": "Apondre als favorits",
|
"status.favourite": "Apondre als favorits",
|
||||||
"status.load_more": "Cargar mai",
|
"status.load_more": "Cargar mai",
|
||||||
"status.media_hidden": "Mèdia rescondut",
|
"status.media_hidden": "Mèdia rescondut",
|
||||||
|
|
|
@ -5,6 +5,8 @@ oc:
|
||||||
doorkeeper/application:
|
doorkeeper/application:
|
||||||
name: Nom
|
name: Nom
|
||||||
redirect_uri: URL de redireccion
|
redirect_uri: URL de redireccion
|
||||||
|
scopes: Encastres
|
||||||
|
website: Aplicacion web
|
||||||
errors:
|
errors:
|
||||||
models:
|
models:
|
||||||
doorkeeper/application:
|
doorkeeper/application:
|
||||||
|
@ -33,9 +35,13 @@ oc:
|
||||||
redirect_uri: Utilizatz una linha per URI
|
redirect_uri: Utilizatz una linha per URI
|
||||||
scopes: Separatz los encastres amb d’espacis. Daissatz void per utilizar l’encastre per defaut.
|
scopes: Separatz los encastres amb d’espacis. Daissatz void per utilizar l’encastre per defaut.
|
||||||
index:
|
index:
|
||||||
|
application: Aplicacion
|
||||||
callback_url: URL de rapèl
|
callback_url: URL de rapèl
|
||||||
|
delete: Suprimir
|
||||||
name: Nom
|
name: Nom
|
||||||
new: Nòva aplicacion
|
new: Nòva aplicacion
|
||||||
|
scopes: Encastres
|
||||||
|
show: Veire
|
||||||
title: Vòstras aplicacions
|
title: Vòstras aplicacions
|
||||||
new:
|
new:
|
||||||
title: Nòva aplicacion
|
title: Nòva aplicacion
|
||||||
|
|
|
@ -103,6 +103,7 @@ oc:
|
||||||
title: Comptes
|
title: Comptes
|
||||||
undo_silenced: Levar lo silenci
|
undo_silenced: Levar lo silenci
|
||||||
undo_suspension: Levar la suspension
|
undo_suspension: Levar la suspension
|
||||||
|
unsubscribe: Se desabonar
|
||||||
username: Nom d’utilizaire
|
username: Nom d’utilizaire
|
||||||
web: Web
|
web: Web
|
||||||
domain_blocks:
|
domain_blocks:
|
||||||
|
@ -430,6 +431,17 @@ oc:
|
||||||
reblog:
|
reblog:
|
||||||
body: "%{name} a tornat partejar vòstre estatut :"
|
body: "%{name} a tornat partejar vòstre estatut :"
|
||||||
subject: "%{name} a tornat partejar vòstre estatut"
|
subject: "%{name} a tornat partejar vòstre estatut"
|
||||||
|
number:
|
||||||
|
human:
|
||||||
|
decimal_units:
|
||||||
|
format: "%n%u"
|
||||||
|
units:
|
||||||
|
billion: B
|
||||||
|
million: M
|
||||||
|
quadrillion: Q
|
||||||
|
thousand: K
|
||||||
|
trillion: T
|
||||||
|
unit: ''
|
||||||
pagination:
|
pagination:
|
||||||
next: Seguent
|
next: Seguent
|
||||||
prev: Precedent
|
prev: Precedent
|
||||||
|
|
Loading…
Reference in New Issue