Skip to content

Commit bd513c1

Browse files
xflordJohaney-s
authored andcommitted
fix(profile): added missing translation
1 parent 9815432 commit bd513c1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

apps/user-profile/src/assets/i18n/cs.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,10 @@
306306
"TITLE": "Požadovaný uživatel (dle ID nebo externí identity) neexistuje."
307307
},
308308
"TABLE_OPTIONS": {
309-
"EXPORT_TO_FILE": "Exportovat do souboru"
309+
"EXPORT_TO_FILE": "Exportovat do souboru",
310+
"ALL_DATA": "Všechna data",
311+
"DISPLAYED_DATA": "Zobrazená data",
312+
"EXPORT_LOADING": "Probíhá exportování dat..."
310313
},
311314
"NOTIFICATOR": {
312315
"NOTIFICATION": {

apps/user-profile/src/assets/i18n/en.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,10 @@
344344
"TITLE": "Requested user (by ID or external identity) doesn't exist."
345345
},
346346
"TABLE_OPTIONS": {
347-
"EXPORT_TO_FILE": "Export to file"
347+
"EXPORT_TO_FILE": "Export to file",
348+
"ALL_DATA": "All data",
349+
"DISPLAYED_DATA": "Displayed data",
350+
"EXPORT_LOADING": "Exporting data..."
348351
},
349352
"NOTIFICATOR": {
350353
"NOTIFICATION": {

0 commit comments

Comments
 (0)