-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds missing translations
- Loading branch information
Showing
1 changed file
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"By {authors}": "", | ||
"Comment": "", | ||
"complimentary": "", | ||
"Email": "", | ||
"free": "", | ||
"Keep reading": "", | ||
"Less like this": "", | ||
"Manage subscription": "", | ||
"Member since": "", | ||
"More like this": "", | ||
"Name": "", | ||
"paid": "", | ||
"Subscription details": "", | ||
"trialing": "", | ||
"Unsubscribe": "", | ||
"View in browser": "", | ||
"You are receiving this because you are a <strong>%%{status}%% subscriber</strong> to {site}.": "", | ||
"Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "", | ||
"Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "", | ||
"Your subscription has expired.": "", | ||
"Your subscription will expire on {date}.": "", | ||
"Your subscription will renew on {date}.": "" | ||
"By {authors}": "Per {authors}", | ||
"Comment": "Comenta", | ||
"complimentary": "cortesia", | ||
"Email": "Email", | ||
"free": "gratuït", | ||
"Keep reading": "Seguir llegint", | ||
"Less like this": "Menys d'aquest tipus", | ||
"Manage subscription": "Gestiona subscripció", | ||
"Member since": "Membre des de", | ||
"More like this": "Més d'aquest tipus", | ||
"Name": "Nom", | ||
"paid": "de pagament", | ||
"Subscription details": "Detalls de la subscripció", | ||
"trialing": "de prova", | ||
"Unsubscribe": "Dona'm de baixa", | ||
"View in browser": "Veure-ho al navegador", | ||
"You are receiving this because you are a <strong>%%{status}%% subscriber</strong> to {site}.": "Estàs rebent aquest missatge perquè ets <strong>subscriptor/a %%{status}%%</strong> de {site}.", | ||
"Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "El teu període de prova s'acaba el {date}. A partir d'aleshores, se't cobrarà el preu estipulat. Sempre pots cancel·lar la teva subscripció abans que això passi.", | ||
"Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "La teva subscripció s'ha cancel·lat i expirarà el {date}. T'hi pots tornar a subscriure mitjançant la configuració del teu compte.", | ||
"Your subscription has expired.": "La teva subscripció ha expirat.", | ||
"Your subscription will expire on {date}.": "La teva subscripció expirarà el {date}.", | ||
"Your subscription will renew on {date}.": "La teva subscripció es renovarà el {date}." | ||
} |