Skip to content

Commit d3be9a9

Browse files
i18n(download): download translations by bot (#497)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 075534e commit d3be9a9

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

src/i18n/message/app/analysis-resource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
},
126126
"pt_PT": {
127127
"target": {
128-
"site": "Website",
128+
"site": "Site",
129129
"cate": "Categoria"
130130
},
131131
"common": {
@@ -156,7 +156,7 @@
156156
},
157157
"uk": {
158158
"target": {
159-
"site": "Сайт",
159+
"site": "Вебсайт",
160160
"cate": "Категорія"
161161
},
162162
"common": {

src/i18n/message/app/option-resource.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,7 @@
608608
},
609609
"obsidian_local_rest_api": {
610610
"endpointInfo": "Apenas HTTP disponível (limitação CORS)"
611-
},
612-
"web_dav": {}
611+
}
613612
},
614613
"label": {
615614
"endpoint": "Endereço {info} {input}",

src/i18n/message/common/base-resource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"allFunction": "Усі функції",
4545
"guidePage": "Посібник",
4646
"option": "Налаштування",
47-
"sourceCode": "Вихідний код",
47+
"sourceCode": "Програмний код",
4848
"changeLog": "Журнал змін"
4949
},
5050
"es": {

src/i18n/message/common/calendar-resource.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
"pt_PT": {
9191
"weekDays": "Seg|Ter|Qua|Qui|Sex|Sáb|Dom",
9292
"months": "Jan|Fev|Mar|Abr|Mai|Jun|Jul|Ago|Set|Out|Nov|Dez",
93-
"dateFormat": "{m}/{d}/{y}",
94-
"timeFormat": "{m}/{d}/{y} {h}:{i}:{s}",
95-
"simpleTimeFormat": "{m}/{d} {h}:{i}",
93+
"dateFormat": "{d}/{m}/{y}",
94+
"timeFormat": "{d}/{m}/{y} {h}:{i}:{s}",
95+
"simpleTimeFormat": "{d}/{m} {h}:{i}",
9696
"label": {
9797
"startDate": "Data inicial",
9898
"endDate": "Data final"

src/i18n/message/common/initial-resource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"pt_PT": {
3535
"localFile": {
36-
"json": "JSON",
37-
"pdf": "PDF",
36+
"json": "Arquivos JSON",
37+
"pdf": "Arquivos PDF",
3838
"pic": "Imagens",
3939
"txt": "Texto"
4040
}

0 commit comments

Comments
 (0)