translation-json/value-sets/ro/position_set.json

29 lines
931 B
JSON
Raw Normal View History

2024-03-25 15:51:51 +01:00
{
"position_set": {
"left": "Left",
"top_left": "Top left",
"top": "Top",
"top_right": "Top right",
"right": "Right",
"bottom_right": "Bottom right",
"bottom": "Bottom",
2024-12-09 23:18:30 +01:00
"bottom_left": "Bottom left",
2024-03-25 15:51:51 +01:00
"center": "Center",
"rear_side": "Rear side",
"edge": "Edge",
2024-05-11 03:55:36 +02:00
"other": "Other",
2024-12-09 14:57:17 +01:00
"inside": "Inside",
"underside": "Underside",
"topside": "Topside",
"front_front": "Full front",
"rear_left": "Rear side: left",
"rear_top_left": "Rear side: top left",
"rear_top": "Rear side: top",
"rear_top_right": "Rear side: top right",
"rear_right": "Rear side: right",
"rear_bottom_right": "Rear side: bottom right",
"rear_bottom": "Rear side: bottom",
"rear_bottom_left": "Rear side: bottom left",
"rear_center": "Rear side: center"
2024-03-25 15:51:51 +01:00
}
2024-05-11 03:55:36 +02:00
}