-
Notifications
You must be signed in to change notification settings - Fork 438
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 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
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
module.exports = { | ||
"postbox-text": "Escriu el teu comentari aquí (almenys 3 caràcters)", | ||
"postbox-author": "Nom (opcional)", | ||
"postbox-author-placeholder": "John Doe", | ||
"postbox-email": "Correu electrònic (opcional)", | ||
"postbox-email-placeholder": "johndoe@example.com", | ||
"postbox-website": "Lloc web (opcional)", | ||
"postbox-website-placeholder": "https://example.com", | ||
"postbox-preview": "Vista prèvia", | ||
"postbox-edit": "Editar", | ||
"postbox-submit": "Enviar", | ||
"postbox-notification": "Suscriu-te a les notificacions per correu electrònic", | ||
|
||
"num-comments": "Un comentari\n{{ n }} comentaris", | ||
"no-comments": "Encara no hi ha comentaris", | ||
"atom-feed": "Canal web Atom", | ||
|
||
"comment-reply": "Respondre", | ||
"comment-edit": "Editar", | ||
"comment-save": "Desar", | ||
"comment-delete": "Eliminar", | ||
"comment-confirm": "Confirmar", | ||
"comment-close": "Tancar", | ||
"comment-cancel": "Cancel·lar", | ||
"comment-deleted": "Comentari eliminat.", | ||
"comment-queued": "Comentari en espera de moderació.", | ||
"comment-anonymous": "Anònim", | ||
"comment-hidden": "1 ocult\n{{ n }} ocults", | ||
"comment-page-author-suffix": "Autor", | ||
|
||
"date-now": "ara", | ||
"date-minute": "fa un minut\nfa {{ n }} minuts", | ||
"date-hour": "fa una hora\nfa {{ n }} hores", | ||
"date-day": "ahir\nfa {{ n }} dies", | ||
"date-week": "la setmana passada\nfa {{ n }} setmanes", | ||
"date-month": "el mes passat\nfa {{ n }} mesos", | ||
"date-year": "l'any passat\nfa {{ n }} anys" | ||
}; |