Remove missing keys
This commit is contained in:
parent
aa4d768378
commit
ca6837a1a3
|
@ -1034,9 +1034,7 @@
|
||||||
"message": "The metadata included in the file is invalid or some mandatory fields are missing."
|
"message": "The metadata included in the file is invalid or some mandatory fields are missing."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {},
|
||||||
"close": "Close"
|
|
||||||
},
|
|
||||||
"table": {
|
"table": {
|
||||||
"error": {
|
"error": {
|
||||||
"debug": "Debug information",
|
"debug": "Debug information",
|
||||||
|
@ -1336,7 +1334,6 @@
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"close": "Close",
|
|
||||||
"finishLater": "Finish later",
|
"finishLater": "Finish later",
|
||||||
"next": "Next step",
|
"next": "Next step",
|
||||||
"previous": "Previous step",
|
"previous": "Previous step",
|
||||||
|
@ -2395,7 +2392,6 @@
|
||||||
},
|
},
|
||||||
"InstancePolicyModal": {
|
"InstancePolicyModal": {
|
||||||
"button": {
|
"button": {
|
||||||
"close": "Close",
|
|
||||||
"show": "Moderation rules…"
|
"show": "Moderation rules…"
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
|
@ -2704,7 +2700,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"close": "Close",
|
|
||||||
"reload": "Close and reload page"
|
"reload": "Close and reload page"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
|
@ -2756,9 +2751,7 @@
|
||||||
"unfocus": "Unfocus searchbar"
|
"unfocus": "Unfocus searchbar"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {},
|
||||||
"close": "Close"
|
|
||||||
},
|
|
||||||
"header": {
|
"header": {
|
||||||
"modal": "Keyboard shortcuts"
|
"modal": "Keyboard shortcuts"
|
||||||
}
|
}
|
||||||
|
|
|
@ -962,9 +962,7 @@
|
||||||
"message": "Os metadados incluídos no arquivo são inválidos ou alguns campos obrigatórios estão faltando."
|
"message": "Os metadados incluídos no arquivo são inválidos ou alguns campos obrigatórios estão faltando."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {},
|
||||||
"close": "Fechar"
|
|
||||||
},
|
|
||||||
"table": {
|
"table": {
|
||||||
"error": {
|
"error": {
|
||||||
"debug": "Informação de depuração",
|
"debug": "Informação de depuração",
|
||||||
|
@ -1255,7 +1253,6 @@
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
"close": "Fechar",
|
|
||||||
"finishLater": "Finalizar depois",
|
"finishLater": "Finalizar depois",
|
||||||
"next": "Próximo",
|
"next": "Próximo",
|
||||||
"previous": "Anterior",
|
"previous": "Anterior",
|
||||||
|
@ -2261,7 +2258,6 @@
|
||||||
},
|
},
|
||||||
"InstancePolicyModal": {
|
"InstancePolicyModal": {
|
||||||
"button": {
|
"button": {
|
||||||
"close": "Fechar",
|
|
||||||
"show": "Regra de moderação…"
|
"show": "Regra de moderação…"
|
||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
|
@ -2563,7 +2559,6 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
"close": "Fechar",
|
|
||||||
"reload": "Fechar e atualizar a página"
|
"reload": "Fechar e atualizar a página"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
|
@ -2615,9 +2610,7 @@
|
||||||
"unfocus": "Desfocar a barra de pesquisa"
|
"unfocus": "Desfocar a barra de pesquisa"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {},
|
||||||
"close": "Fechar"
|
|
||||||
},
|
|
||||||
"header": {
|
"header": {
|
||||||
"modal": "Atalhos de teclado"
|
"modal": "Atalhos de teclado"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue