Skip to content

Commit

Permalink
Fixed unnecesary changes made by Fink
Browse files Browse the repository at this point in the history
  • Loading branch information
larcho committed Oct 30, 2024
1 parent 008e3db commit 954be3b
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 27 deletions.
5 changes: 2 additions & 3 deletions src/locale/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@
"properties": {
"length": "Length",
"from": "From",
"to": "To",
"email": "Email",
"password": "Password"
"to": "To"
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "Successfully removed {{count}} record",
"successfullyBulkDeleted_plural": "Successfully removed {{count}} records",
Expand Down
1 change: 1 addition & 0 deletions src/locale/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"from": "Da",
"to": "A"
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "Rimossi con successo {{count}} Elementi",
"successfullyBulkDeleted_plural": "Rimossi con successo {{count}} Elementi",
Expand Down
1 change: 1 addition & 0 deletions src/locale/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"from": "から",
"to": "まで"
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "{{count}} 件のレコードを正常に削除しました",
"successfullyBulkDeleted_plural": "{{count}} 件のレコードを正常に削除しました",
Expand Down
28 changes: 15 additions & 13 deletions src/locale/pl/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@
"cancel": "Anuluj",
"confirm": "Potwierdź"
},

"labels": {
"navigation": "Nawigacja",
"pages": "Strony",
"selectedRecords": "Wybrano ({{selected}})",
"filters": "Filtry",
"adminVersion": "Admin: {{version}}",
"appVersion": "Aplikacja: {{version}}"
},
"properties": {
"length": "Długość",
"from": "Od",
"to": "Do"
},
"components": {
"DropZone": {
"placeholder": "Przeciągnij plik tutaj lub kliknij aby wybrać",
Expand Down Expand Up @@ -54,19 +68,7 @@
"loginButton": "Zaloguj"
}
},
"labels": {
"navigation": "Nawigacja",
"pages": "Strony",
"selectedRecords": "Wybrano ({{selected}})",
"filters": "Filtry",
"adminVersion": "Admin: {{version}}",
"appVersion": "Aplikacja: {{version}}"
},
"properties": {
"length": "Długość",
"from": "Od",
"to": "Do"
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "Poprawnie usunięto {{count}} rekordów",
"successfullyBulkDeleted_plural": "Poprawnie usunięto {{count}} rekordów",
Expand Down
1 change: 1 addition & 0 deletions src/locale/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"from": "De",
"to": "Até"
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "{{count}} registro removido com sucesso",
"successfullyBulkDeleted_plural": "{{count}} registros removidos com sucesso",
Expand Down
5 changes: 3 additions & 2 deletions src/locale/ua/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"login": "Увійти",
"seeTheDocumentation": "Дивіться: <1>документація</1>",
"createFirstRecord": "Створити перший запис",
"contactUs": "Зв'язатися з нами",
"cancel": "Cкасувати",
"confirm": "Підтвердити",
"contactUs": "Зв'язатися з нами"
"confirm": "Підтвердити"
},
"components": {
"DropZone": {
Expand Down Expand Up @@ -71,6 +71,7 @@
"email": "Електронна пошта",
"password": "Пароль"
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "Успішно видалено {{count}} запис",
"successfullyBulkDeleted_plural": "Успішно видалено {{count}} записів",
Expand Down
19 changes: 10 additions & 9 deletions src/locale/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"seeTheDocumentation": "参见: <1>文档</1>",
"createFirstRecord": "创建第一个记录"
},
"labels": {
"navigation": "导航",
"pages": "页面",
"selectedRecords": "已选中 ({{selected}})",
"filters": "筛选器",
"adminVersion": "Admin: {{version}}",
"appVersion": "App: {{version}}",
"dashboard": "仪表板"
},
"components": {
"LanguageSelector": {
"availableLanguages": {
Expand All @@ -45,20 +54,12 @@
"loginButton": "登录"
}
},
"labels": {
"navigation": "导航",
"pages": "页面",
"selectedRecords": "已选中 ({{selected}})",
"filters": "筛选器",
"adminVersion": "Admin: {{version}}",
"appVersion": "App: {{version}}",
"dashboard": "仪表板"
},
"properties": {
"length": "长度",
"from": "",
"to": ""
},
"resources": {},
"messages": {
"successfullyBulkDeleted": "成功移除了 {{count}} 条记录",
"successfullyBulkDeleted_plural": "成功移除了 {{count}} 条记录",
Expand Down

0 comments on commit 954be3b

Please sign in to comment.