Files
localsend/app/assets/i18n/_missing_translations_in.json
T
2023-09-27 21:59:11 +02:00

22 lines
455 B
JSON

{
"@@info": [
"Here are translations that exist in <en> but not in <in>.",
"After editing this file, you can run 'dart run slang apply --locale=in' to quickly apply the newly added translations."
],
"general": {
"noItemInClipboard": "No item in Clipboard"
},
"sendTab": {
"picker": {
"clipboard": "Clipboard"
}
},
"settingsTab": {
"general": {
"colorOptions": {
"oled": "OLED"
}
}
}
}