Update: new string + more translations for the time in words
This commit is contained in:
parent
e120d09c98
commit
e33c28a6d8
1 changed files with 35 additions and 13 deletions
|
@ -57,6 +57,7 @@ oc:
|
||||||
feed_url: Flux URL
|
feed_url: Flux URL
|
||||||
followers: Seguidors
|
followers: Seguidors
|
||||||
follows: Abonaments
|
follows: Abonaments
|
||||||
|
inbox_url: URL de recepcion
|
||||||
ip: IP
|
ip: IP
|
||||||
location:
|
location:
|
||||||
all: Tot
|
all: Tot
|
||||||
|
@ -76,8 +77,10 @@ oc:
|
||||||
alphabetic: Alfabetic
|
alphabetic: Alfabetic
|
||||||
most_recent: Mai recent
|
most_recent: Mai recent
|
||||||
title: Ordre
|
title: Ordre
|
||||||
|
outbox_url: URL Outbox
|
||||||
perform_full_suspension: Botar en tren la suspension complèta
|
perform_full_suspension: Botar en tren la suspension complèta
|
||||||
profile_url: URL del perfil
|
profile_url: URL del perfil
|
||||||
|
protocol: Protocòl
|
||||||
public: Public
|
public: Public
|
||||||
push_subscription_expires: Fin de l’abonament PuSH
|
push_subscription_expires: Fin de l’abonament PuSH
|
||||||
redownload: Actualizar los avatars
|
redownload: Actualizar los avatars
|
||||||
|
@ -258,11 +261,11 @@ oc:
|
||||||
- gen
|
- gen
|
||||||
- feb
|
- feb
|
||||||
- mar
|
- mar
|
||||||
- mai
|
- abr
|
||||||
- mai
|
- mai
|
||||||
- jun
|
- jun
|
||||||
- jul
|
- jul
|
||||||
- ag
|
- ago
|
||||||
- set
|
- set
|
||||||
- oct
|
- oct
|
||||||
- nov
|
- nov
|
||||||
|
@ -299,24 +302,43 @@ oc:
|
||||||
- :year
|
- :year
|
||||||
datetime:
|
datetime:
|
||||||
distance_in_words:
|
distance_in_words:
|
||||||
about_x_hours: Fa %{count} oras
|
about_x_hours:
|
||||||
about_x_months: Fa %{count} meses
|
one: Fa una ora
|
||||||
|
other: Fa %{count} oras
|
||||||
|
about_x_months:
|
||||||
|
one: Fa un mes
|
||||||
|
other: Fa %{count} meses
|
||||||
about_x_years:
|
about_x_years:
|
||||||
one: Fa un an
|
one: Fa un an
|
||||||
other: Fa %{count} ans
|
other: Fa %{count} ans
|
||||||
almost_x_years:
|
almost_x_years:
|
||||||
one: Fa un an
|
one: Fa quasi un an
|
||||||
other: Fa %{count} ans
|
other: Fa quasi %{count} ans
|
||||||
half_a_minute: Ara
|
half_a_minute: Ara
|
||||||
less_than_x_minutes: Fa %{count} minutas
|
less_than_x_minutes:
|
||||||
less_than_x_seconds: Ara
|
one: Fa mens d’una minuta
|
||||||
|
other: Fa mens de %{count} minutas
|
||||||
|
less_than_x_seconds:
|
||||||
|
one: Fa mens d’una segonda
|
||||||
|
other: Fa mens de %{count} segondas
|
||||||
over_x_years:
|
over_x_years:
|
||||||
|
one: Fa mai d’un an
|
||||||
|
other: Fa mai de %{count} ans
|
||||||
|
x_days:
|
||||||
|
one: Fa un jorn
|
||||||
|
other: Fa %{count} jorns
|
||||||
|
x_minutes:
|
||||||
|
one: Fa una minuta
|
||||||
|
other: Fa %{count} minutas
|
||||||
|
x_months:
|
||||||
|
one: Fa un mes
|
||||||
|
other: Fa %{count} meses
|
||||||
|
x_years:
|
||||||
one: Fa un an
|
one: Fa un an
|
||||||
other: Fa %{count} ans
|
other: Fa %{count} ans
|
||||||
x_days: Fa %{count} jorns
|
x_seconds:
|
||||||
x_minutes: Fa %{count} minutas
|
one: Fa una segonda
|
||||||
x_months: Fa %{count} meses
|
other: Fa %{count} segondas
|
||||||
x_seconds: Fa %{count} segondas
|
|
||||||
deletes:
|
deletes:
|
||||||
bad_password_msg: Ben ensajat pirata ! Senhal incorrècte
|
bad_password_msg: Ben ensajat pirata ! Senhal incorrècte
|
||||||
confirm_password: Picatz vòstre senhal actual per verificar vòstra identitat
|
confirm_password: Picatz vòstre senhal actual per verificar vòstra identitat
|
||||||
|
@ -580,4 +602,4 @@ oc:
|
||||||
users:
|
users:
|
||||||
invalid_email: L’adreça de corrièl es invalida
|
invalid_email: L’adreça de corrièl es invalida
|
||||||
invalid_otp_token: Còdi d’autentificacion en dos temps invalid
|
invalid_otp_token: Còdi d’autentificacion en dos temps invalid
|
||||||
signed_in_as: 'Session a'
|
signed_in_as: Session a
|
||||||
|
|
Loading…
Reference in a new issue