remove readonly i18n keys from other languages

This commit is contained in:
Ben Phelps
2022-09-08 14:00:53 +03:00
parent 7ffea76b9e
commit a4b17d9a8f
6 changed files with 0 additions and 66 deletions

View File

@@ -1,15 +1,4 @@
{
"common": {
"bytes": "{{value, bytes}}",
"bits": "{{value, bytes(bits: true)}}",
"bbytes": "{{value, bytes(binary: true)}}",
"bbits": "{{value, bytes(bits: true, binary: true)}}",
"byterate": "{{value, bytes}}",
"bitrate": "{{value, bytes(bits: true)}}",
"percent": "{{value, percent}}",
"number": "{{value, number}}",
"ms": "{{value, number}}"
},
"widget":{
"missing_type":"Type de widget manquant: {{type}}",
"api_error":"Erreur de l'API",