Skip to content

Commit 167c98c

Browse files
authored
feat(i18n): add Catalan Spanish locale translation (#2349)
1 parent f744929 commit 167c98c

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

_data/locales/ca-ES.yml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: Entrada
7+
category: Categoria
8+
tag: Etiqueta
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: Inici
14+
categories: Categories
15+
tags: Etiquetes
16+
archives: Arxiu
17+
about: Sobre
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: Cercar
22+
cancel: Cancel·lar
23+
no_results: Ups! No s'han trobat resultats.
24+
25+
panel:
26+
lastmod: Actualitzat recentment
27+
trending_tags: Etiquetes populars
28+
toc: Taula de continguts
29+
30+
copyright:
31+
# Shown at the bottom of the post
32+
license:
33+
template: Aquesta entrada està llicenciada sota :LICENSE_NAME per l'autor.
34+
name: CC BY 4.0
35+
link: https://creativecommons.org/licenses/by/4.0/
36+
37+
# Displayed in the footer
38+
brief: Alguns drets reservats.
39+
verbose: >-
40+
Excepte que s'indiqui explícitament, les entrades d'aquest blog estan llicenciades
41+
sota la llicència Creative Commons Attribution 4.0 International (CC BY 4.0) per l'autor.
42+
43+
meta: Fet amb :PLATFORM utilitzant el tema :THEME
44+
45+
not_found:
46+
statement: Ho sentim, hem perdut aquesta URL o apunta a alguna cosa que no existeix.
47+
48+
notification:
49+
update_found: Hi ha una nova versió de contingut disponible.
50+
update: Actualitzar
51+
52+
# ----- Posts related labels -----
53+
54+
post:
55+
written_by: Per
56+
posted: Publicat
57+
updated: Actualitzat
58+
words: paraules
59+
pageview_measure: visites
60+
read_time:
61+
unit: min
62+
prompt: " de lectura"
63+
relate_posts: Entrades relacionades
64+
share: Compartir
65+
button:
66+
next: Següent
67+
previous: Anterior
68+
copy_code:
69+
succeed: Copiat!
70+
share_link:
71+
title: Copiar enllaç
72+
succeed: Enllaç copiat!
73+
74+
# Date time format.
75+
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
76+
df:
77+
post:
78+
strftime: "%Y/%m/%d"
79+
dayjs: "YYYY/MM/DD"
80+
81+
# categories page
82+
categories:
83+
category_measure: categories
84+
post_measure: entrades

0 commit comments

Comments
 (0)