Skip to content

Commit

Permalink
Re-add mfv-translated
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jun 26, 2023
1 parent cb0c3c4 commit 5fe722b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lang/cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
"components.tag-list.role-description": "Rhestr o Dagiau",
"components.tag-list.show-less": "Dangos Llai",
"components.tag-list.show-more-description": "Dewis i ddangos eitemau rhestr tag cudd",
"components.tag-list-item.role-description": "Tag",
"components.tag-list-item.role-description": "Tag", // mfv-translated
"components.tag-list-item.tooltip-arrow-keys": "Byselli Saeth",
"components.tag-list-item.tooltip-arrow-keys-desc": "Symud rhwng tagiau",
"components.tag-list-item.tooltip-delete-key": "Yn ôl/Dileu",
Expand Down
2 changes: 1 addition & 1 deletion lang/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
"components.tag-list.role-description": "Tagliste",
"components.tag-list.show-less": "Vis færre",
"components.tag-list.show-more-description": "Vælg for at få vist skjulte taglisteelementer",
"components.tag-list-item.role-description": "Tag",
"components.tag-list-item.role-description": "Tag", // mfv-translated
"components.tag-list-item.tooltip-arrow-keys": "Piletaster",
"components.tag-list-item.tooltip-arrow-keys-desc": "Flyt mellem tags",
"components.tag-list-item.tooltip-delete-key": "Tilbage/Slet",
Expand Down
2 changes: 1 addition & 1 deletion lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default {
"components.tag-list.role-description": "Tag-Liste",
"components.tag-list.show-less": "Weniger anzeigen",
"components.tag-list.show-more-description": "Wählen Sie diese Option, um ausgeblendete Elemente der Tag-Liste anzuzeigen",
"components.tag-list-item.role-description": "Tag",
"components.tag-list-item.role-description": "Tag", // mfv-translated
"components.tag-list-item.tooltip-arrow-keys": "Pfeiltasten",
"components.tag-list-item.tooltip-arrow-keys-desc": "Zwischen Tags wechseln",
"components.tag-list-item.tooltip-delete-key": "Rücktaste/Entfernen",
Expand Down
4 changes: 2 additions & 2 deletions lang/es-es.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export default {
"components.selection.selected": "{count} seleccionados",
"components.selection.selected-plus": "{count}+ seleccionados",
"components.selection-controls.label": "Acciones para la selección",
"components.switch.visible": "Visible",
"components.switch.visibleWithPeriod": "Visible.",
"components.switch.visible": "Visible", // mfv-translated
"components.switch.visibleWithPeriod": "Visible.", // mfv-translated
"components.switch.hidden": "Oculto",
"components.switch.conditions": "Deben cumplirse las condiciones",
"components.table-controls.label": "Acciones para la tabla",
Expand Down
4 changes: 2 additions & 2 deletions lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export default {
"components.selection.selected": "{count} seleccionados",
"components.selection.selected-plus": "Más de {count} seleccionados",
"components.selection-controls.label": "Acciones para la selección",
"components.switch.visible": "Visible",
"components.switch.visibleWithPeriod": "Visible.",
"components.switch.visible": "Visible", // mfv-translated
"components.switch.visibleWithPeriod": "Visible.", // mfv-translated
"components.switch.hidden": "Oculto",
"components.switch.conditions": "Se deben cumplir las condiciones",
"components.table-controls.label": "Acciones de la tabla",
Expand Down
6 changes: 3 additions & 3 deletions lang/fr-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
"components.input-date-time-range.endDate": "Date de fin",
"components.input-date-time-range.errorBadInput": "{startLabel} doit être antérieur à {endLabel}",
"components.input-date-time-range.startDate": "Date de début",
"components.input-date-time.date": "Date",
"components.input-date-time.date": "Date", // mfv-translated
"components.input-date-time.errorMaxDateOnly": "La date doit être antérieure à {maxDate}",
"components.input-date-time.errorMinDateOnly": "La date doit être postérieure à {minDate}",
"components.input-date-time.errorOutsideRange": "La date doit être comprise entre {minDate} et {maxDate}",
Expand Down Expand Up @@ -105,8 +105,8 @@ export default {
"components.selection.selected": "{count} sélectionnés",
"components.selection.selected-plus": "{count}+ sélectionné(e)(s)",
"components.selection-controls.label": "Actions pour la sélection",
"components.switch.visible": "Visible",
"components.switch.visibleWithPeriod": "Visible.",
"components.switch.visible": "Visible", // mfv-translated
"components.switch.visibleWithPeriod": "Visible.", // mfv-translated
"components.switch.hidden": "Masqué",
"components.switch.conditions": "Les conditions doivent être remplies",
"components.table-controls.label": "Actions du tableau",
Expand Down
6 changes: 3 additions & 3 deletions lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
"components.input-date-time-range.endDate": "Date de fin",
"components.input-date-time-range.errorBadInput": "{startLabel} doit précéder {endLabel}",
"components.input-date-time-range.startDate": "Date du début",
"components.input-date-time.date": "Date",
"components.input-date-time.date": "Date", // mfv-translated
"components.input-date-time.errorMaxDateOnly": "La date doit être antérieure à {maxDate}",
"components.input-date-time.errorMinDateOnly": "La date doit être postérieure à {minDate}",
"components.input-date-time.errorOutsideRange": "La date doit être comprise entre {minDate} et {maxDate}",
Expand Down Expand Up @@ -105,8 +105,8 @@ export default {
"components.selection.selected": "{count} sélectionné(s)",
"components.selection.selected-plus": "{count}+ sélectionné",
"components.selection-controls.label": "Actions à sélectionner",
"components.switch.visible": "Visible",
"components.switch.visibleWithPeriod": "Visible.",
"components.switch.visible": "Visible", // mfv-translated
"components.switch.visibleWithPeriod": "Visible.", // mfv-translated
"components.switch.hidden": "Masqué(e)",
"components.switch.conditions": "Les conditions doivent être remplies",
"components.table-controls.label": "Actions pour la table",
Expand Down
2 changes: 1 addition & 1 deletion lang/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default {
"components.filter.clearDescription": "Filters wissen voor {filterName}",
"components.filter.loading": "Laden van filters",
"components.filter.filterCountDescription": "{number, plural, =0 {Geen filters toegepast.} one {{number} filter toegepast.} other {{number} filters toegepast.}}",
"components.filter.filters": "Filters",
"components.filter.filters": "Filters", // mfv-translated
"components.filter.noFilters": "Geen beschikbare filters",
"components.filter.searchResults": "{number, plural, =0 {Geen zoekresultaten} one {{number} zoekresultaat} other {{number} zoekresultaten}}",
"components.filter.selectedFirstListLabel": "{headerText}. Geselecteerde filters verschijnen als eerste.",
Expand Down

0 comments on commit 5fe722b

Please sign in to comment.