translation-json/backend/en/listen.json

28 lines
1.1 KiB
JSON
Raw Normal View History

2018-04-08 00:49:00 +02:00
{
"watchlist": {
"empty": "Erase the current watchlist",
"load": "Load a stored watchlist",
2019-07-13 23:26:16 +02:00
"create_table": "Create a table with further field selection",
2018-04-08 00:49:00 +02:00
"export_xml": "Export objects of current watchlist in XML",
"save": "Save the current watchlist",
"remove_object": "Remove object from watchlist",
"reload": "Reload current watchlist",
2019-07-13 23:26:16 +02:00
"switchstyle": "Change view of watchlist",
"removed_object": "Object removed from watchlist",
"added_object": "Object added to watchlist",
"reloaded": "Watchlist reloaded",
"emptied": "Watchlist emptied",
"switched_style": "Style of watchlist changed"
2018-04-08 00:49:00 +02:00
},
"table": {
"table_from_filter": "Table from filter",
"table_from_watchlist": "Table from watchlist",
"table_from_objectgroup": "Table from object group",
"export_xml": "Export objekts of table in XML",
"export_csv": "Export objekts of table in CSV",
"per_page": "Per page",
"definition": "Definition",
"order": "Order by",
"columns": "Columns"
}
}